
Hello, I am hoping to find some expert help. I have created individual macros for each 5e condition. The macro puts a condition marker on the token and puts out the OGL info on the condition. The macro code is below: &{template:npcaction} {{rname=**BLINDED**}} {{description=A blinded creature can’t see and automatically fails any ability check that requires sight. Attack rolls against the creature have advantage, and the creature’s Attack rolls have disadvantage.}} !token-mod --set statusmarkers|!bleeding-eye When this macro is run, I get the following in the chat window: I then made another macro to put the condition macros into the chat window: ***Conditions*** [Blinded](!#Blinded) [Charmed](!#Charmed) [Deafened](!#Deafened) [Frightened](!#Frightened) [Grappled](!#Grappled) [Incapacitated](!#Incapacitated) [Invisible](!#Invisible) [Paralyzed](!#Paralyzed) [Petrified](!#Petrified) [Poisoned](!#Poisoned) [Prone](!#Prone) [Restrained](!#Restrained) [Stunned](!#Stunned) [Unconscious](!#Unconscious) [Dead](!#Dead) When I click the Blinded button, it changes the condition marker, but it doesn't put the description in the chat area. Is there a reason it doesn't put the description in the chat area, and is there a way around it? Thanks in advance for any help you can provide!!!