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