Macro with /as @{selected|token_name} works fine for the Game Master,
but throws up an error message for the player. The macros are for various actions- attacking, dodging, rolling perception. I dont want the chat to look like chat output: BobThePlayer: {token_name} uses Perception! Instead I want it to look chat output: AureliusTheWizard: uses Perception! or chat output: FamiliarOfAurelius: uses Perception! using
the name of the currently selected token. As I said, it works for the
GM, but not for the player. The workaround is for players to set their
display name as their characters name, and just leaving the body of the
macro itself "uses Perception!". But then it will look as chat output: AureliusTheWizard: uses Perception! no matter which token is selected at the moment. /me and /em aren't what I'm looking for.