Expected operator, was:

Ok, so i am making a game, and put choices in it that require stats, the problem is, that while for other choices this works, for this one i get an error.

*choice
 #Shoot.
  *if Gunshooting 55
   You jump sideways, suprising them, with your aim you take out three, you're behind a pillar now. What will you do now?
   *page_break
   *goto shuto

Error:
startup line 644: Invalid expression at char 14, expected OPERATOR, was: NUMBER [55]

No wait, why am i making posts if i solve the problem ten seconds later ?! (i didn’t put >= there)

1 Like