Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Archmage Issues!

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} }}
1585099708

Edited 1585100332
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Change  repeating_npctrait_$0_desc to repeating_npctrait_$0_description The latest update changed the attribute name. I don't know why either. Existing monsters are not affected (they already have the attribute), but new ones require the syntax change.
Ok thanks Keith.