I'm using a MacBook Pro and have the latest version von Ren'Py installed.
Currently I'm working on my first real VN... ^^
And hope that you can help me, I would appreciate it very much! =)
The Error-Messages:
Code: Select all
On line 131 of /Users/Shad/Downloads/renpy-6.10.2/Games/Kidnapping Love/game/script.rpy: expected ':' not found.
label talk boy:
^
On line 172 of /Users/Shad/Downloads/renpy-6.10.2/Games/Kidnapping Love/game/script.rpy: expected ':' not found.
label talk girl:
^
On line 213 of /Users/Shad/Downloads/renpy-6.10.2/Games/Kidnapping Love/game/script.rpy: expected ':' not found.
label good talk boy:
^
On line 335 of /Users/Shad/Downloads/renpy-6.10.2/Games/Kidnapping Love/game/script.rpy: expected ':' not found.
label good talk girl:
^
Ren'Py Version: Ren'Py 6.10.2eThe lines in the script:
Code: Select all
menu:
"Male."
jump boyCode: Select all
menu:
"... Won't do that."
jump murder boyCode: Select all
menu:
"... Won't do that."
jump murder girl
"... Will do it."
jump talk girl
label talk boy:Code: Select all
menu:
"I'll just be \"nice\" to him..."
jump good talk girl
"I'll show him who's the boss!"
jump bad talk girl
label good talk boy:Code: Select all
jump next day boy
label good talk girl:I'm sorry that I couldn't write it in a better way... ^^°

