Day 9
Choices
"Can I do it in a private place?" - this option just skips straight to nighttime
if you pick the other option then choose
"I don't think it's a good idea" it will go...
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/day9.rpy", line 144, in script
scene black with disssolve
File "game/day9.rpy", line 144, in <module>
scene black with disssolve
NameError: name 'disssolve' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/day9.rpy", line 144, in script
scene black with disssolve
File "C:\Users\brian\Desktop\games\TheOneChapter2-1.0-pc\renpy\ast.py", line 1654, in execute
paired = renpy.python.py_eval(self.paired)
File "C:\Users\brian\Desktop\games\TheOneChapter2-1.0-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\brian\Desktop\games\TheOneChapter2-1.0-pc\renpy\python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/day9.rpy", line 144, in <module>
scene black with disssolve
NameError: name 'disssolve' is not defined
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
The One Chapter 2 1.0
Sat Apr 1 17:39:00 2023
[/code]
after a few lines of dialogue, then if you click ignore it does it again about two more times.