Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Need Help With Macro Decrement all turns on turn order

Hi, i need a macro that with 1 click decrement ALL things in the turn order by 1 I've searched the forums but i didnt find one Thanks
1595124063
The Aaron
Roll20 Production Team
API Scripter
It isn't possible to do that without the API, a Pro Subscriber Perk.  The best you can do is decrement a single selected token: [[ 1 &{tracker:-} ]] Or if you don't want to see it in chat: ! [[ 1 &{tracker:-} ]]
Can you use that macro, or a variant of it, to add a new item to a turn tracker (Such as a poison attack) that will decrement every time we run through the turn order (using Pathfinder 1 Roll20 sheet; if that makes a difference).
Jason, You can find some info on adding items to the tracker and incrementing and decrementing each round right here . I don't believe you can add something like "Poison dart" with a starting value of 5 that decrements without access to the API though. Even the GUI only lets you put a custom item in and assign the +/- but not a starting value. Good luck! M