Madmate, I went back to my save prior to talking to Grimes and started moving up to it and got this error. Not sure if it is related and will also get you that save, but here it is:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 300, in execute_play_sound
renpy.sound.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/Scripts/Scenes/holding_out_for_a_hero.rpy", line 1351, in <module>
NameError: name 'carDoorHandle' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 69, in script call
File "Scripts/Scenes/holding_out_for_a_hero.rpyc", line 1351, in script
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 300, in execute_play_sound
renpy.sound.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Scripts/Scenes/holding_out_for_a_hero.rpy", line 1351, in <module>
NameError: name 'carDoorHandle' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
The Bite Revenant
Mon Dec 2 11:40:42 2024
```