Page 1 of 1

Invalid Syntax Error

Posted: Thu May 24, 2018 9:08 pm
by ArizaLuca

Code: Select all

label Yes2:

    me "I mean… yeah, of course I would."

    "I mean, sure, they're a little different, but isn't everybody?"

    me "So that means I've got to head… to the left."

    if criteria1 == 1 and criteria 2 == 1:
        jump lgbtqquestion
    elif criteria1 == 2 and criteria 2 == 2:
        jump continue2
Whenever I try running this code, this says there is an invalid syntax error. I'm not sure as to why?

Re: Invalid Syntax Error

Posted: Thu May 24, 2018 10:19 pm
by Draziya
I think it's because criteria 2 has a space in it, and it should be criteria2.

Re: Invalid Syntax Error

Posted: Fri May 25, 2018 7:41 am
by ArizaLuca
Ah, thank you!