Hello! I'm using the Official Pinnacle Character sheet and have the Ammo API loaded and I am struggling to get a macro working that can actually track ammo appropriately. I have the below code and I keep getting errors and I'm not sure where I'm going wrong. !ammo @{character_id} repeating_gear_$0_item -1 Buckshot When I type in the following code @{character_id|repeating_gear_$0_item} It brings up the correct item in Gear and posts it to the chat "Bucklshot" "Buckshot" so I feel like the repeating script is correct but I get this error constantly when trying to track ammo: TypeError: Cannot read properties of undefined (reading 'substring') When I hover over the Quantity, there are brackets and it looks like this [quantity] and I'm not sure if with this specific sheet there's a different script I need to call? I'm a novice when it comes to these things so please go easy on me! Thanks in advance!