Hi! I am learning how to use roll20, I am new and I have a friend with many hours on roll20 who DM's but he doesn't uso macros, so I am help him out now. Basically, I made an almost funtional macro using a templato, who shows if a foe can deal a powerful move if a roll is sucessful. Here is the WIP template: `&{template:default} {{name=The Nue concentrates,,,}} {{Focus= [[1d6cs>5]]}} {{What happened?= [Nothing](!@{selected|character_name} failed the focus) | [Something](~selected|repeating_attack_$0_attack)}}` This templates roll a d6 and if the roll is 5 or 6, the Nue can strike lightning from his mouth. I smuscessfully linked a button with a repeating attack on my character sheet (later will replace that with the actual enemy attack roll) but the problem is the "Nothing button". I basically need to make this button to output a /me or a /desc commando in chat, so it can shows something like "the foe failed to focus" or "[selected|character_name] is saved this time!". I tried many combinations but anything worked. What am I missing? Thanks in advance for the response.