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 .
×

Turn Order Question

starting with this post&nbsp; <a href="https://app.roll20.net/forum/post/1480756/round-counter-in-the-turn-order/" rel="nofollow">https://app.roll20.net/forum/post/1480756/round-counter-in-the-turn-order/</a> I now have the concept of adding a basic counter, now, how do I create a 'count down to zero' meaning that I set a new item to the turn order called like STUNNED and want it to count down 5 turns. how do I do that. and what other options might the Round Calculation be able to do?
1787240978
The Aaron
Roll20 Production Team
API Scripter
I have a script in the 1-click that makes adding these sorts of counters much easier.&nbsp; It's called AddCustomTurn:&nbsp; <a href="https://app.roll20.net/forum/post/10212772/script-addcustomturn-an-easy-way-to-add-and-remove-custom-turns-which-increment-or-decrement-and-have-auto-delete-features/?pageforid=10218701" rel="nofollow">https://app.roll20.net/forum/post/10212772/script-addcustomturn-an-easy-way-to-add-and-remove-custom-turns-which-increment-or-decrement-and-have-auto-delete-features/?pageforid=10218701</a> If you want to add them manually, you click the gear at the bottom of the turn order and can put something like -1 in the formula and then set the starting amount.&nbsp; The script just makes that easier. !act -1 5 --after --delete-on-zero --....STUNNED
1787245126
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Carl! I also have a script for this sort of thing: Track Duration. I was going to hold off announcing until it is in one click, but you can see a video sneak preview here .
Thanks for the quick response guys!&nbsp;&nbsp; Aaron, I appreciate the response and information on that API, it looks like the amount of typing involved to add the conditions may exceed my ability to keep up while also managing running the game so I will have to give it a try.&nbsp; Though I have absolutely no clue how to add an api or initiate it on roll20 Keith, thank you also, I watched the youtube and it looks like this might fit my needs better with less typing, though your link to the api was absent or broken and I could not find it in a search, and as above, once I find it not sure what to do with it...
1787466182
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Carl! Yeah, that video is unpublished, since I am waiting for the next Mod merge to happen. If you want access to the code right away for manual install, you can find a copy here .
keithcurtis said: Hi Carl! Yeah, that video is unpublished, since I am waiting for the next Mod merge to happen. If you want access to the code right away for manual install, you can find a copy here . Cool, thank you Keith!!!! I get the process now (I think), you have the script prepared, and are just waiting for it to be added to the drop down on Roll20.&nbsp;&nbsp; but yes, I am into instant gratification so the option to add it manually is great thanks much!!
1787614323
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Let me know if you run into any bugs, and If I can get them addressed before Roll20 performs the next merge, I will.
keithcurtis said: Let me know if you run into any bugs, and If I can get them addressed before Roll20 performs the next merge, I will. will do! I have been playing with it, and will be testing it with my players this coming weekend!
1787856148
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
The script is now available for one click install. You can read more here: [Script] Track Duration — Keep track of timed effects in the turn tracker and on individual tokens