I really like using these conditions macros in my campaign: <a href="http://geekfightclub.net/roll20-condition-macros/" rel="nofollow">http://geekfightclub.net/roll20-condition-macros/</a> But instead of keeping them as universal macros that I'll need to manually move between campaigns, I wanted to add them to character sheets so I can just transmorigfy those between campaigns. So I have them set up and the individual condition macros work just fine, i.e. I can select on a token and hit the "blinded" macro and it puts the right text in the chat and sets the status marker. However, what doesn't work is clicking the overall "Conditions" macro to choose what condition applies. I click it, it whispers the red boxes in chat to me, but if I choose one is just dumps the name of the macro it should have called in the chat: So how do I modify the text to call the nested macros correctly? Here's the code for the overall Conditions macro: /w gm Conditions: [Blinded](!&#13;#y-Condition-Blinded) [Charmed](!&#13;#y-Condition-Charmed) [Deafened](!&#13;#y-Condition-Deafened) [Dying](!&#13;#y-Condition-Dying) [Frightened](!&#13;#y-Condition-Frightened) [Grappled](!&#13;#y-Condition-Grappled)[Incapacitated](!&#13;#y-Condition-Incapacitated) [Invisible](!&#13;#y-Condition-Invisible) [Paralyzed](!&#13;#y-Condition-Paralyzed) [Petrified](!&#13;#y-Condition-Petrified) [Poisoned](!&#13;#y-Condition-Poisoned) [Restrained](!&#13;#y-Condition-Restrained) [Stunned](!&#13;#y-Condition-Stunned) [Unconscious](!&#13;#y-Condition-Unconscious) [Remove Conditions](!&#13;#Remove-Conditions)