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

Fallout 2d20 help with custom initiative!

Hey guys, im just getting into the fallout 2d20 game, but im not a fan of their static initiative system. Im trying to make a pretty simple overhaul, which is rolling a d20 and adding that to the initiative and then sending that to the tracker. Im not a pro or anything but just from using the tutorials online i managed to put together   &{template:default} {{name=Initiative}} {{Result=[[1d20+@{pc_initiative} &{tracker}]]}} but it always returns with a cannot read properties of undefined (reading 'substring') i don't know what it doesn't work. The Initiative for each character is listed on their character sheet attribute under pc_initiative or creature_initiative i figured this would be pretty easy but i can't figure it out. can anyone help?
1670176510
Gauss
Forum Champion
Replace @{pc_initiative} with @{selected|pc_initiative}
Gauss said: Replace @{pc_initiative} with @{selected|pc_initiative} thanks that worked!