Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)(-1)

this shows up right after the player character says "time to get up" in the 0.7 update

[code]

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.19041

Ren'Py 7.4.8.1895

BloomWar 0.7

Wed Jan 25 20:53:01 2023

[/code]

(+1)(-1)

Same with 0.8.