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

NPC Trait Macro from Taking20 not working

Hello all, I've been setting up my NPC templates via Taking20. The macro is: /w gm &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npctrait_$0_name}}} {{description=@{selected|repeating_npctrait_$0_desc} }} All the other macros from Taking20 work. But I just get  No ability was found for %{Hobgoblin|Martial-Advantage} Any suggestions? Thanks!
1587408262

Edited 1587408277
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
The sheet was updated on Tuesday March 24. On traits and reactions, "desc" is now "description". This shouldn't affect existing NPCs, but it will affect new drops. |repeating_npctrait_$0_desc is now |repeating_npctrait_$0_description It shouldn't affect older NPC sheets, but newer ones will only take the new syntax. One very important thing to note, because of the way attributes are stored on the sheet, all existing NPCs now contain a desc and a description field for each entry. If you make changes to the trait or reaction on an older NPC, it now has two entries. "desc" will pull p the old one, and "description will pull up the revision. Fr this reason, It would probably be a good idea to immediately change any macro using "dec" to use "description" to avoid confusion. Thankfully, the amount of data in npc traits is typically very small, so this is not likely to have any noticeable affect on performance.
Thank you much!