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 macro

im using the d & D 5e template by roll 20 could someone tell me where i could find a list of all the repeating table are . i have the following macro but it can find repeating_npctrait_$0_desc. Im guessing its changed its name  /w gm &{template:npcaction} {{name=@{selected|npc_name}}} {{rname=@{selected|repeating_npctrait_$0_name}}} {{description=@{selected|repeating_npctrait_$0_desc}}} Many thanks
1591968084
Ziechael
Forum Champion
Sheet Author
API Scripter
You guessed right... change 'desc' to 'description' and you'll be sorted :)
1591989907

Edited 1591989920
Is there a list somewhere for the repeating lists as there are other ones I want to do. 
1591992141
Andreas J.
Forum Champion
Sheet Author
Translator
Some are recorded here: <a href="https://wiki.roll20.net/D%26D_5E_by_Roll20#Dynamic_References_to_Repeating_Sections" rel="nofollow">https://wiki.roll20.net/D%26D_5E_by_Roll20#Dynamic_References_to_Repeating_Sections</a>
is there a list somewhere of all of them&nbsp;
1592158430
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Here is a list of the non -repeating ones. The sheet is now proprietary code, but you should be able to pull the names of the repeating ones from the last posted legacy version on the character sheet github.