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 Legendary Actions How To?

I tried this but it didn't work. /w gm &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npclegend_actions_$0_name}}} {{description=@{selected|repeating_npclegend_actions_$0_description} }}
1586119284
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
That appears to be the wrong repeating attribute name for legendary actions. Try this: /w gm &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npcaction-l_$0_name}}} {{description=@{selected|repeating_npcaction-l_$0_description} }}