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

Unruly cats

Hi there, I made a template for monsters, going fine and dandy until I tried to impose it upon cats. Meaning I dragged the cat stats from the index. No kidding. The macro in question is: [code] /w gm &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npctrait_$0_name}}} {{description=@{selected|repeating_npctrait_$0_desc}}} [/code] And I get: No attribute was found for @{selected|repeating_npctrait_-M3Dle-7pzIBOR0kLIJK_desc} ¿Any idea why that could be happening?
1585092283
Ziechael
Forum Champion
Sheet Author
API Scripter
A recent change turned _desc into _description I believe, so try: /w gm &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npctrait_$0_name}}} {{description=@{selected|repeating_npctrait_$0_ description }}}
1585092378
Ziechael
Forum Champion
Sheet Author
API Scripter
Apparently existing NPCs shouldn't be affected but new drops will be as you've found with those pesky felines!
Thank you, Ziechael. That was it. They are now purring as they should.
1585140368
Ziechael
Forum Champion
Sheet Author
API Scripter
1585174188
GiGs
Pro
Sheet Author
API Scripter
This change will be permanent. They've changed one of the attributes on the character sheet, and that is now fixed for good. It was announced in one of their update posts, I believe, but it's very easy to miss something like this.
I misclicked and now my old post was deleted. Thank you for quick response, really appreciate it!