I have a hate-hate relationship with selected token stuff, so I prefer using /me in my macros. It's something I use regularly, but (for some reason I cannot fathom) one of my macros isn't executing the command. (Literally the output ends up being "/me whatever text follows") First, an example of one that is working properly: ?{Attacks| Full Attack,/me attacks with her morningstar... **ATK:** [[1d20 + 7 + ?{f atk bonus}]] *does [[2d6 + 5 + ?{f atk dmg}]]*| Single Attack,/me swings her morningstar... [[1d20 + 7 + ?{s atk bonus}]] *does [[2d6 + 5 + ?{s atk dmg}]]* | Hasted Full Attack,/me is a blur of attacks... **Main:** [[1d20 + 7 + ?{h atk bonus}]] *does [[2d6 + 5 + ?{h atk dmg}]]* **Hasted:** [[1d20 + 7 + ?{h atk bonus}]] *does [[2d6 + 5 + ?{h atk dmg}]]* } And the macro that is misbehaving: ?{Roll for| Saves, ?{Which one? | Fortitude,/me shrugs it off... [[1d20+5]] | Reflex,/me dips ducks dives and dodges... [[1d20+4]] | Will,/me resists the allure... [[1d20+5]] } | Stats, ?{Which one? |STR,/me takes y'all to the gun show... [[1d20+5]] | DEX,/me is as graceful as a gazelle... [[1d20+2]] | CON,/me is too tough to be bothered... [[1d20+3]] | INT,/me dazzles them with her brilliance... [[1d20+4]] | WIS,/me has more than just common sense... [[1d20+3]] | CHA,/me is charming AF... [[1d20+4]] } } Anyone have any ideas why the one works as intended, and why one doesn't? Thanks in advance :)