So I created at the start of the page
*create fist false
and later down the path I have
*set fist true
Keep going and I get to a point where I put in
*if fist true
–*goto_scene nameofscene
It doesn’t go to the scene though. Instead it comes up with this message:
startup line 365: Invalid expression at char 9, expected OPERATOR, was: VAR [true]
What did I do wrong?