These are the macros in question, btw. Again, these are all placed directly on each monster's character sheet
in the Advanced Tools section with "Show as Token Action" selected. Check and Save would result in a drop down menu so you could select the appropriate ability check/save, make the roll, and put the result in chat. All three worked yesterday, but today only the Init macro works. %{selected|initiative} Init (working fine): %{selected|initiative} Check now gives me the error message: Unable to find character with the name "selected|strength}
". ?{Check? | Strength,%{selected|strength} | Dexterity,%{selected|dexterity} | Constitution,%{selected|constitution} | Intelligence,%{selected|intelligence} | Wisdom,%{selected|wisdom} | Charisma,%{selected|charisma} | Acrobatics,%{selected|acrobatics} | Animal Handling,%{selected|animal_handling} | Arcana,%{selected|arcana} | Athletics,%{selected|athletics} | Deception,%{selected|deception} | History,%{selected|history} | Insight,%{selected|insight} | Intimidation,%{selected|intimidation} | Investigation,%{selected|investigation} | Medicine,%{selected|medicine} | Nature,%{selected|nature} | Perception,%{selected|perception} | Performance,%{selected|performance} | Persuasion,%{selected|persuasion} | Religion,%{selected|religion} | Sleight of Hand,%{selected|sleight_of_hand} | Stealth,%{selected|stealth} | Survival,%{selected|survival} } Save now gives me the error message: Unable to find character with the name "selected|npc_strength_save}
". ?{Saving Throw? | Strength, %{selected|npc_strength_save} | Dexterity, %{selected|npc_dexterity_save} | Constitution, %{selected|npc_constitution_save} | Intelligence, %{selected|npc_intelligence_save} | Wisdom, %{selected|npc_wisdom_save} | Charisma, %{selected|npc_charisma_save} }