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

Legendary Action as Token Action (New)

Howdy! Trying to make legendary actions into token actions I have seen the previous post about this and either the code has changed, or I am implementing it incorrectly. I got every other action fine: Action: %{selected|repeating_npcaction_$_npc_action} Bonus Action: %{selected|repeating_npcbonusaction_$0_npc_action} Reaction: &{template:npcaction}{{rname=@{selected|repeating_npcreaction_$0_name}}}{{description=@{selected|repeating_npcreaction_$0_description}}} Even traits: &{template:npcaction}{{rname=@{selected|repeating_npctrait_$0_name}}}{{description=@{selected|repeating_npctrait_$0_description}}} This is the code I found from the old post, but I can't get it to work, help. %{Character Name|repeating_npcaction-l_$0_npc_atk}
For reference,the sheets I am using are the "D&D 5E by Roll20" sheets, and I want this to work for npc's
1658472989
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi LtGhosthopper! Try this: %{selected|repeating_npcaction-l_$0_npc_action}
It works, thank you!