Been enjoying the game, but getting a lot of exceptions. Many of them have at transitions and I've been able to by-pass them, but one (when Alice and her guy were sitting at the table at the house) where I think I may have missed something kinda important.
I've come to one that has stopped me in my tracks.
I try to go to the shops to buy something for Rachel and I get this Exception (below) and can't go further.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_loc/loc16_shop.rpy", line 16, in script
menu:
File "game/script_loc/loc16_shop.rpy", line 21, in <module>
"Parking lot" if loc10_charlo_event > 3:
NameError: name 'loc10_charlo_event' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_loc/loc16_shop.rpy", line 16, in script
menu:
File "C:\Users\18594\Downloads\PhotoHunt-v0.12.3-Extra-pc\PhotoHunt-v0.12.3-Extra-pc\renpy\ast.py", line 1628, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\18594\Downloads\PhotoHunt-v0.12.3-Extra-pc\PhotoHunt-v0.12.3-Extra-pc\renpy\exports.py", line 956, in menu
condition = renpy.python.py_eval(condition)
File "C:\Users\18594\Downloads\PhotoHunt-v0.12.3-Extra-pc\PhotoHunt-v0.12.3-Extra-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\18594\Downloads\PhotoHunt-v0.12.3-Extra-pc\PhotoHunt-v0.12.3-Extra-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script_loc/loc16_shop.rpy", line 21, in <module>
"Parking lot" if loc10_charlo_event > 3:
NameError: name 'loc10_charlo_event' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Photo Hunt 0.12.2
Thu Sep 09 04:39:25 2021
```