So a few months ago I tried incorporating the tag "&{noerror}" into the following macro to list the attacks for npcs in the chat. The tag worked while hitting the test button but outside of test it didn't work. /w gm [@{selected|wtype}&{template:npcaction} {{rname=@{selected|character_name}}} {{name=Actions}} {{description=[@{selected|repeating_npcaction_$0_name}](~selected|repeating_npcaction_$0_npc_action)[@{selected|repeating_npcaction_$1_name}](~selected|repeating_npcaction_$1_npc_action)[@{selected|repeating_npcaction_$2_name}](~selected|repeating_npcaction_$2_npc_action)[@{selected|repeating_npcaction_$3_name}](~selected|repeating_npcaction_$3_npc_action)[@{selected|repeating_npcaction_$4_name}](~selected|repeating_npcaction_$4_npc_action)[@{selected|repeating_npcaction_$5_name}](~selected|repeating_npcaction_$5_npc_action)}} I discovered that the errors messages did get suppressed if one built a second macro by calling on the first macro. For instance if we call the first macro "Attack" and made a second macro that looked like this #Attack&{noerror} then the error messages would get suppressed in the chat. <a href="https://wiki.roll20.net/Macros#Suppressing_Errors_" rel="nofollow">https://wiki.roll20.net/Macros#Suppressing_Errors_</a>...