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

Trait description call failing after time away

I had a beautiful little macro for calling monster trait descriptions that is suddenly failing after some time away from Roll20, I'm guessing there's been a name change but I can't find it anywhere. How can I repair this one? /w gm &{template:default}{{name=@{selected|character_name} Traits }} {{ Traits = [@{selected|repeating_npctrait_$0_name}](~selected|repeating_npctrait_$0_-npc_roll_output) }} The table works perfectly as intended up until... (~selected|repeating_npctrait_$0_-npc_roll_output) Any help identifying the issue would be most appreciated!
1616308832
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Eddie, This was reported in the  D&D 5th Edition by Roll20  feedback thread, but you are correct. It looks like something was misplaced in the code. %{selected|repeating_npctrait_$0_oll_output} works, not  %{selected|repeating_npctrait_$0_-npc_roll_output}  I wouldn't bother re-writing any macros. This is something that will likely be handled in a hotfix.
1616311848

Edited 1616312165
Thanks Keith! I had the same issue for NPC Reactions as well, and the current code is: %{selected|repeating_npcreaction_$0_oll_output}