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

Pathfinder Legacy Layout Issue

1436468693
Tetsuo
Forum Champion
My players are having issues with the legacy sheet. When using the in sheet macros, for some macros it will apply certain bonuses twice. Example: &{template:pf_check} {{name=@{Eva|character_name}'s}} {{check=Initiative Roll}} {{init=[[1d20 + @{Eva|init} + 0.01 * @{Eva|init} &{tracker}]]}} that's the macro built in to the sheet, and the character, "Eva", has an initiative modifier of 6. Whenever they use the sheet macro, it consistently adds 12 to her roll.
1436483693

Edited 1436484493
vÍnce
Pro
Sheet Author
Hi Franky. Changing the macro to &{template:pf_check} {{name=@{character_name}'s}} {{check=Initiative Roll}} {{init=[[1d20 + [[@{init}]] + [[0.01 * @{init}]] &{tracker}]]}} should solve the problem. If you PM the sheet author they can apply a fix. UPDATE: I'll make the fix tonight and submit a PR. Done. Thanks for the catch Franky. Pathfinder(old legacy) Init fix #926
1436483956
Tetsuo
Forum Champion
Thanks so much. Hopefully this fixes it!