Macros are 'read-only' unless you have access to Mod scripts, which require a Roll20 Pro subscription. So a macro that does not include a Mod script command cannot apply a status marker. What character sheet are you using? Assuming D&D 5E by Roll20, if the game creator has a Roll20 Pro subscription, you can use TokenMod to apply status markers to each token that use the 'npc_ac' value if that is part of the Status Marker name. For example, if your status markers are named AC1, AC2, AC3, etc., then you can do something like this (untested) with a single token that is linked to a character sheet: !token-mod --set statusmarkers|AC@{selected|npc_ac} If you want to run this command on all tokens in the game, then you'll need to install the Metascript toolbox for SelectManager, Fetch, and ZeroFrame, and then use this command: !forselected(^) token-mod --set statusmarkers|AC@{selected|npc_ac}