What I'd like is a way to roll an initiative dice for each token in the turn order, all at once. So basically maybe a macro that says "Roll d20 for each member in the turn order, and apply their initiative bonus". I know you can select a token and use /roll 1d20 + 5 &{tracker}, but that's too much trouble to do each turn for each token. I also don't want to just use one initiative number, because I have a stat in my game specifically for buffing initiative, and just re-using the same roll kind of invalidates that stat. Anyone know of a way to do this?