Code: Select all
menu:
"Could you calm her down before I get kicked out?":
$ hospital_points += 1
$ n1choice = "calmdown"
"Christian looked a little surprised at your bluntness."
ch "Uh... sure. No problem, grandma. Just give me a minute.
Alright, Emma, remember what I taught you about your inside voice?"
e "YEAH! I SHOULD BE QUIETER WHEN I'M INSIDE 'CAUSE THERE'S LESS ROOM FOR MY VOICE!" with sshake
ch "How about we try that right now? I'm sure your nana would like that very much."
e "Okie-dokie, daddy."
m "{i}It's kind of amazing how big of lungs that little girl's got in her.{/i}"
e "Nana...
Are you going to be out of the hospital soon?"
"I'll be out soon. Don't worry!":
"Emma smiled a little at you, but you couldn't be sure if she really believed you or not."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 181: expected statement.
"I'll be out soon. Don't worry!":
^
File "game/script.rpy", line 216: expected statement.
"It'll just be a little longer, Emma.":
^
File "game/script.rpy", line 249: expected statement.
"I don't think so.":
^
File "game/script.rpy", line 363: expected statement.
"I'll be out soon. Don't worry!":
^
File "game/script.rpy", line 398: expected statement.
"It'll just be a little longer, Emma.":
^
File "game/script.rpy", line 435: expected statement.
"I don't think so.":
^
Ren'Py Version: Ren'Py 6.17.6.512
I didn't post the rest of the code as I think this is all caused by the same coding error.
If it helps, I'm trying to do "nested" choices (as in choices that result from other choices).
I'm really new at Ren'Py coding, so any help you can give me is greatly appreciated.
