
So I have a simple script which is able to adjust values on a character sheet. It is working without issues. The issue I am wondering about is that I am trying to use it to reduce the ammo count by 1 immediately before the attack. So I listed two lines in the Eregrin character's Attributes & Abilities section as below: !acsv Eregrin,repeating_attack_-K9xRpBSW1oL9e7Rn01l_ammo,-1 %{Eregrin|repeating_attack_-K9xRpBSW1oL9e7Rn01l_attack} The issue is when the second line displays the attack, the ammo is starting amount and not the reduce by 1 amount. When I go double-check the character sheet, I do see in fact that the ammo is reduced. In this example, ammo is 60 to start. When the longbow attack displays, it shows ammo 60. When I check the character sheet, it is showing 59. Is there some timing issue that causes this?