So, I get a bunch of these errors with the new 0.7. Does this mean I need to start a new game?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/MapNav.rpy", line 26, in script
if CurrentLoc == "MyBedroom":
File "game/scripts/MapNav.rpy", line 26, in <module>
if CurrentLoc == "MyBedroom":
NameError: name 'CurrentLoc' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/MapNav.rpy", line 26, in script
if CurrentLoc == "MyBedroom":
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/MapNav.rpy", line 26, in <module>
if CurrentLoc == "MyBedroom":
NameError: name 'CurrentLoc' is not defined
Windows-10-10.0.22621
Ren'Py 7.4.8.1895
BloomWar 0.7
Sat Jan 7 10:16:17 2023