- Jul 14, 2019
- 52
- 837
For an unknown reason, there were a few lines of code from part 3 at part 2`s end, which of course resulted in an error after a couple of lines do to missing assets. I`m still scratching my head how did I forget about it and left some code from part 3 in there. I've updated the links with a fix applied.I ran into two errors.
The first error occurs when you tell Riley you stumbled and fell:
Code:I'm sorry, but an uncaught exception occurred. While running game code: ScriptError: could not find label 'cgc_end'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 3006, in script File "D:\Downloads\hame\Doors-Ch1.2.1-pc\Doors-Ch1.2.1-pc\renpy\ast.py", line 1678, in execute rv = renpy.game.script.lookup(target) File "D:\Downloads\hame\Doors-Ch1.2.1-pc\Doors-Ch1.2.1-pc\renpy\script.py", line 886, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'cgc_end'. Windows-8-6.2.9200 Ren'Py 7.2.2.491 Ch1.2.1 Thu Oct 17 00:30:56 2019
This second one occurs when you try to turn right on the very last choice after telling Riley there's a rat.
Code:I'm sorry, but an uncaught exception occurred. While running game code: ScriptError: could not find label 'proctor_2'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 3086, in script File "D:\Downloads\hame\Doors-Ch1.2.1-pc\Doors-Ch1.2.1-pc\renpy\ast.py", line 1678, in execute rv = renpy.game.script.lookup(target) File "D:\Downloads\hame\Doors-Ch1.2.1-pc\Doors-Ch1.2.1-pc\renpy\script.py", line 886, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'proctor_2'. Windows-8-6.2.9200 Ren'Py 7.2.2.491 Ch1.2.1 Thu Oct 17 00:25:32 2019
Other than that it's an interesting story at least. I do kind of wish that the difference between the choices weren't so extreme. Seems like you're either completely nice/understanding, or a complete jerk who says rude things and assumes the worse about people. I wish you could choose a negative response without basically telling people to fuck off.
Also, thank you for bringing this to my attention, I wouldn't have noticed it otherwise.