
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