
Hello again, I'm trying to create a macro where all I have to do is click it and it'll add my four-person party to the initiative tracker. I can do the enemies separately. However, I found a thread that says this isn't possible outside of API use: <a href="https://app.roll20.net/forum/post/701476/initiativ" rel="nofollow">https://app.roll20.net/forum/post/701476/initiativ</a>... The thread is 3 years old, however, so I was hoping that maybe something had changed in the meantime. What I have so far is: Darrack rolls [[1d20+[[@{Darrack Stonechest|initiative_bonus}]]&{tracker}]] for Initiative! Dad rolls [[1d20+[[@{Dad Dorf|initiative_bonus}]]&{tracker}]] for Initiative! Garl rolls [[1d20+[[@{Garl Strangleface|initiative_bonus}]]&{tracker}]] for Initiative! Yokanthu rolls [[1d20+[[@{Yokanthu|initiative_bonus}]]&{tracker}]] for Initiative! This rolls out everyone's Initiative using their proper bonus, but doesn't actually add them to the tracker. If I have a token selected it adds the last initiative rolled as that token's initiative to the tracker. If I select multiple tokens it does the same, but only for a single token. If at all possible I don't want to have to select the tokens before using this macro. To make matters more confusing, I need one of my players (Garl in this case) to roll his initiative with Advantage. I don't know where to start with that. Any help would be appreciated.