Barry said: I didn't see it in the Wiki... is there a command to be used in place of /em that would name the creature doing something in place of the player? Example, if I named a token "Fiendish Nightmare of a Creature", can a script reference that name to say that "Fiendish Nightmare of a Creature attacks and rolls a .... "? If you want to do just one macro that will help with one or several characters (for initiative for instance), you can do something like: @{selected|token_name} rolls initiative for an incredibly high [[1d20+2&{tracker}]] !! In order to use that kind of command you will need to have a token selected, or it won't work. It also adds the initiative directly to the tracker. Hope that helps, Nick