Hello everyone, I've a problem creating a universal Monster Macro... right now I came up with this and everything works like a charm except Traits and Reactions /w "@{selected|npc_name}" &{template:atk} {{range=**Saves, Actions, Traits**}} {{charname=@{selected|npc_name}}} {{desc=**Saving Throws** [Strength](~selected|strength_save) **|** [Dexterity](~selected|dexterity_save) **|** [Constitution](~selected|constitution_save) [Intelligence](~selected|intelligence_save) **|** [Wisdom](~selected|wisdom_save) **|** [Charisma](~selected|charisma_save) **-----------------------------------------------** **Actions & Attacks** [Action1](~selected|repeating_npcaction_$0_npc_action) **|** [Action2](~selected|repeating_npcaction_$1_npc_action) **|** [Action3](~selected|repeating_npcaction_$2_npc_action) [Reaction](~selected|#React1) [Trait1](~selected|#Trait1) **|** [Trait2](~selected|#Trait2) **|** [Trait3](~selected|#Trait3) **-----------------------------------------------** **[Stats](~selected|#Stats)** }} Actions work, but I can't get monster traits and reactions to open up properly: I always get a No ability was found for %{selected|#Trait1} error message (having a Trait1-global-macro, which is working); I've tried using [Trait1](~selected|repeating_npctrait_$0_desc), but that just displays No ability was found for %{selected|repeating_npctrait_desc} Sorry for my rather bad english, I still hope you guys can figure out my problem. Thanks a lot in advance... Rob