
Trying to write a macro for a friend that will automatically subtract 1 ammo from his character sheet whenever he fires his bow. I have so far gotten then macro to subtract 1 from his current ammo and show his remaining, but upon 2nd use of the macro it wont subtract another arrow, only ever subtracts 1 from his maximum. Below is the code I am currently using to subtract the 1 arrow, obviously I am doing something wrong since the rangedammo1 variable is not saving, any help would be appreciated {{Ammo= [[-1 + @{selected|rangedammo1} [rangedammo1] &{tracker}]]}}