If someone could either help me with my code problem or give me advice as to which Web Forum will give me the best advice i'd appreciate it.
I am trying to create a branch in RenPy that only takes you to alternative paths but at the end of each path takes you back to the main story.
This is the code error:
[/code]
and here's my code in the script":
I am trying to create a branch in RenPy that only takes you to alternative paths but at the end of each path takes you back to the main story.
This is the code error:
Code:
[code]
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/script.rpy", line 53: menu statement expects a non-empty block.
menu:
^
File "game/script.rpy", line 54: expected statement.
"kitchen":
^
File "game/script.rpy", line 56: expected statement.
"shower":
^
Ren'Py Version: Ren'Py 6.99.14.1.3218
Sun Mar 18 16:27:30 2018
and here's my code in the script":
Code:
menu:
"kitchen":
jump kitchen
"shower":
jump shower
label kitchen:
label shower: