
So I decided to make an Archmage Monster for my Campaign, I dragged it form the compendium and did all my custom macros to it and i discovered A) It was missing Stoneskin from its spell list and B) When i try and call the traits with a macro i get an error message! The macro i am using works on all of my other monsters! Is there a flag not checked or something? Here is my code just in case. /w gm &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npctrait_$0_name}}} {{description=@{selected|repeating_npctrait_$0_desc} }}
/w gm &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npctrait_$1_name}}} {{description=@{selected|repeating_npctrait_$1_desc} }}