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

Flashy Turn Order Tracker

Hi.  I want to run a non-D&D game where all I really need is a very visually appealing way to track when a round changes, 1, 2, 3, etc, maybe even with a sound effect.  Is there an API that will do this in Jumpgate?  Individual turns are not so important as the end and start of rounds. 
1740409069
timmaugh
Forum Champion
API Scripter
OnMyTurn will do this if you add an "EndOfRound" character whose entry in the Turn Tracker is always... you guessed it... at the end of the round. OnMyTurn will look for an ability on the characters associated with the token whose turn it is in the Turn Tracker... the ability it looks for is named "OnMyTurn". If it finds it, it will run the code, there. So. You add this ability on the "EndOfRound" character, and you put the code in there to call a sound (maybe with the SimpleSound script)... annnnnnd... hoocha hoocha hoocha.... lobster.
thanks, will look into that.