Error; expected statement
Posted: Tue Apr 03, 2018 4:42 am
This is an error I've gotten and I would like some help to solve it.
This is the error-
And this is the code it occurs in-
I had to put the colon to prevent another error, but now it's made this one. Some help, please?
This is the error-
Code: 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 316: expected statement.
"I couldn't help but tense at his touch." :
^
Ren'Py Version: Ren'Py 6.99.14.1.3218
Tue Apr 03 09:38:38 2018
Code: Select all
"I couldn't help but tense at his touch." :
menu:
"Push him off":
jump neutralpath1
"Do nothing":
jump falsepath2