I started a brand new game entirely and still get this
```
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: could not find label 'basement'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 10040, in script
File "D:\XXXgames\Doors-Ch3.p1.-pc\Doors-Ch3.p1.-pc\renpy\ast.py", line 1697, in execute
rv = renpy.game.script.lookup(target)
File "D:\XXXgames\Doors-Ch3.p1.-pc\Doors-Ch3.p1.-pc\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'basement'.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Ch3.p1.
Sun Aug 23 06:11:19 2020
```
I've narrowed down the issue. When talking to the mother in the gym scene and you choose the "like what you see" discussion pathway the end of that path is where the error originates
if you choose the "enough proof for you" discussion pathway the game continues and does not error out