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 .
×
Create a free account

Turn Tracker control via macro

Greetings. I have a token activated macro which starts the turn tracker. Can anyone tell me a command I can add into the macro that will sort the tracker in ascending order? Also...in my combat scripts I want to add a button the player can click to end their turn. How can I get the button to advance the Turn Tracker? Thanks in advance.
1535405071
The Aaron
Pro
API Scripter
GroupInitiative provides a mechanism for sorting the Turn Order.  Once configured, you'd just issue: !group-ini --sort I think it also has an option for automatically sorting when you add a token using GroupInitiative. For End of Turn, several scripts provide a facility for that using the command: !eot TurnMarker1 does, I believe Combat Tracker does, and there may be others.
Thanks. I will try those :)