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 .
×

Error on trait Description via macro

Hi  I'm trying to set up a macro for my npcs's, I'm doing this by creating a master template and duplicating for the individual NPC, most of it works fine, however it errors on the traits section, specifically the description.   Here is my macro code: &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npctrait_$0_name}}} {{description=@{selected|repeating_npctrait_$0_desc}}} And here is the error I get: No attribute was found for @{selected|repeating_npctrait_-M8fhXJNTvmZytQ4kVxf_desc} It almost seems like its trying to pull the the description from the original rather than the template.  Please note the name works fine, its just the description. If I click the trait directly on the char sheet it works fine.  I'm using the DnD 5e by Roll20 sheet
1590947142

Edited 1590947212
vÍnce
Pro
Sheet Author
There was a recent change  solution here:  NPC Traits macro busted? Using 5e OGL shee t Oosh  said: Yep, the _desc is deprecated, you want to change them all to _description. I think _desc may still work with some content, but _description should work with everything.