So I'm new to macros and I'm trying to get this NPC macro to work for both 2014 and 2024 monster sheets. @{selected|wtype}&{template:default}{{name=@{selected|character_name} Actions}} {{ Actions =[@{selected|repeating_npcaction_$0_name}](~selected|repeating_npcaction_$0_npc_action) }} # @{CHARACTERNAME|wtype}&{template:default}{{name=@{selected|npc_name}} Actions}} {{ Actions =[@{selected|repeating_npcaction_$0_name}](~selected|repeating_npcaction_$0_npc_action) }} I have managed to find others that work for both for other things like Ability Checks but I can figure this one out. Any ideas?