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

NPC Macro no longer work...

1585905301

Edited 1585931324
Hi all, for a week or so, the macros I use for my monsters have stopped working. I use the following syntax: @{selected|wtype} &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npctrait_$0_name}}} {{description=@{selected|repeating_npctrait_$0_desc} }} I noticed that the standard monsters work correctly, despite having the exact same syntax. WHY ??? Help me pls.
1585906055
GiGs
Pro
Sheet Author
API Scripter
Change this {{description=@{selected|repeating_npctrait_$0_desc} }} to {{description=@{selected|repeating_npctrait_$0_description} }} and see if it fixes it. There was a change in the attribute name on one of the roll20 sheets-  this might be causing your issue. If older npcs still work, but newer ones fail, it is the likely culprit.
TY VERY MUCH!!!! Now it's OK!!!