Hello everyone I have a problem with a formula in a button. I roll 1d100 then I compare the result to the value of the attribute + bonus. So I created a button with this formula: /gmroll 1d100<[[@{level_com_credit}+@{bonus_com}]] This works perfectly unless the bonus is negative. Then I have this error message: SyntaxError: Expected [0-9] but "-" found. When I do the test on the command line it works smoothly: / gmroll 1d100 <[[80 + -2]] How to solve this little problem?