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

Stupid Tracker Tricks

1422483503
Tom
Plus
Sheet Author
The new(-ish) custom item feature of the tracker has a lot of useful applications. It's replaced my old Round Counter macro trick, for one thing. But there is a lot I haven't figured out. Like how do you set a number (5, for instance) and count down to 0? So if you and your group have figured out any cool tricks for tracker items, post em!
1422484008
Lithl
Pro
Sheet Author
API Scripter
I don't know that you can force the item to stop at 0, but setting the equation to "-1" ought to subtract 1 from the value each round.
1422484091

Edited 1422484183
Diana P
Pro
Sheet Author
The way I do a count-down timer in the turn order is just put a -1 in the round calculation box and then manually edit the 0 on the list and set it to the number you want (say your 5). Sadly we don't do anything particularly fancy with it. (and Brian is faster then I am! .. but less verbose.)
1422486495
Pat S.
Forum Champion
Sheet Author
Diana is correct in how to do the count down. Add custom item, put the -1 in the calculation box, and edit the item to have what number you wish in the main tracker. This is very useful for counting down spell duration, potion duration and such. Now if you are wanting to count up for like rounds, you add +1 to the calculation and set the item to 0 or 1 or what ever number you wish. Brian is correct in the fact there is no way to stop the count at 0, it will continue to count into the negative (there might be an API script that can help with all this, just poke around in the API forum or ask there).
1422500753

Edited 1422500798
The Aaron
Pro
API Scripter
I wrote one to handle the Escalation Die from 13th Age: <a href="https://app.roll20.net/forum/post/1319616/script-e" rel="nofollow">https://app.roll20.net/forum/post/1319616/script-e</a>... Counts up and stops at 6. Some maintenance features.
1422501502
Tom
Plus
Sheet Author
Last game I plugged in 5-1 and it started spitting out multiples of 5. 5-10-15-20. Can't imagine any real game application, but who knows?