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

initiative count for Shadowrun 2e where players who roll over 10/20/30 are added to order more than once?

Is there a way to use the tracker to add a player to the initiative order more than once? Shadowrun 2e has a mechanic where depending on your initiative roll you get to go more than once in a round so if you roll a 23 for example you go on 23 and 13 and 3, I want to try and figure out a way to represent this in the tracker. My idea was to get players to roll their initiative and then run a roll query something like this: /r ?{roll?} &{tracker} /r ?{roll?}-10 &{tracker} /r ?{roll?}-20 &{tracker} but as i expected it just changes the initiative of the player, it doesn't add them several times. Any thoughts?
1627921757
timmaugh
Forum Champion
API Scripter
Each entry on the Turn Tracker is for a single token, so you have a couple of options: 1) a token for each initiative value for a character, but that gets clunky really quickly (especially with multi-token characters) 2) use the decrementing feature of the tracker when a character acts: /r 10 &{tracker:-} Which changes their initiative value, but you'd have to re-sort the Tracker to keep things in the right order. 3) use one of the Tracker-centered API scripts (I don't use them, but there's a good chance a script like CombatMaster or TurnTracker can do what you're looking for). It sounds like you count down to 0 in the Shadowrun initiative system... when you hit 0 do the characters re-roll for initiative, or do they go back to their starting value? If it's the latter, then a metascript can help with that...