
Hello, I'm running a Shadowrun game, and for combat intiative, you only roll at the beginning of a Round. Then, after each Initiative pass, the current Initiative value is reduced by 10. The Round ends when every character has an Initiative of 0. With the new &{tracker} feature, I can manage the initial Initiative really easily (thanks roll20 team!) but I'm trying to figure out if I could create a Macro that could automatically decrease a selected token's current Initiative value in the tracker by 10. Re-rolling with a lower value is easy, but getting the current value (that was determined by a dice roll) and substracting from it is a problem. It seems to me the only way would be to save the roll to a variable (or Attribute, I guess) after the initial roll, and then grabbing that value when substracting, but that does not seem to be possible right now, or am I missing something? Is there a way to do this, or is substracting 10 by hand in the tracker the only way to go right now?