
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?