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

Group initiative macro question

I'm running a group using D&D 3.5, and in an effort to streamline surprise combat i've been trying to write a macro I can use to auto-roll all the players initiative as well as the initiative for a selected monster, and then post those numbers to the Turn Order. I've set an attribute on each player sheet initiativebonus as their + or - to initiative, and what i've written for the macro is.. Connoire rolls [[1d20 + @{Connoire Greentree|initiativebonus}&{tracker}]] for initiative. Swaine Akeje rolls [[1d20 + @{Swaine Akeje|initiativebonus}&{tracker}]] for initiative. Tostru rolls [[1d20 + @{Tostru |initiativebonus}&{tracker}]] for initiative. @{selected|character_name} rolls[[1d20+@{selected|character_name|initiativebonus}&{tracker}]] for initiative. now it runs fine, except that it only posts whatever token i've selected to the Turn Order, none of the player characters. How am I using the &{tracker} tag wrong? Thanks
1411374910
Gauss
Forum Champion
The &{tracker} is only designed to handle one token at a time so selecting multiple tokens and then running multiple inititative checks won't work.
Thanks Gauss, I guess its no wonder it didn't function the way I was expecting :)