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

Pathfinder 2e - SyntaxError: Expected [0-9] but " " found.

working with the Pathfinder 2e npc character sheet. Trying to get an script to roll attack and damage, I can get the the attack to work but neither the damage or attack & damage will show up. Chat keeps responding with...   SyntaxError: Expected [0-9] but " " found. (attack roll works )  %{The Behemoth|repeating_melee-strikes_$0_ATTACK} (damage roll, SyntaxError: Expected [0-9] but " " found. ) %{The Behemoth|repeating_melee-strikes_$0_DAMAGE} (attack & damage roll, SyntaxError: Expected [0-9] but " " found. ) %{The Behemoth|repeating_melee-strikes_$0_Attack-DAMAGE} Any help would be appreciated, thanks
1609406167
Natha
KS Backer
Sheet Author
API Scripter
Hi CJ. Try this for NPCs, instead: %{The Behemoth|repeating_melee-strikes_$0_ATTACK-DAMAGE-NPC} %{The Behemoth|repeating_melee-strikes_$0_ATTACK-NPC} %{The Behemoth|repeating_melee-strikes_$0_DAMAGE-NPC}
Worked perfect, thanks for the help