"Expected menuitem -> else:"?
Posted: Sun Dec 01, 2019 11:41 pm
I can't figure out how I goofed, and I couldn't find a similar answer online.
And everything else is fine except the "else" line. I get the error
Am I a dingus? Am I not using "else" correctly?
Code: Select all
label search_choice:
menu:
"Shopping District" if searchsd == False:
jump search_SD
"Graveyard" if searchgy == False:
jump search_GY
"Park" if searchp == False:
jump search_P
else:
"Deep sigh":
jump search_FinalCode: Select all
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/script.rpy", line 429: expected menuitem
else:
^
Ren'Py Version: Ren'Py 7.0.0.196
Sun Dec 01 22:32:32 2019