Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I get the following error after the narrative event where Emily sends a text message to meet her in the canteen in episode 7:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script/cap_07/cap_07_sc_05B - Sofia Cortile.rpy", line 9, in script

    if DermillaCum > 0:

  File "game/script/cap_07/cap_07_sc_05B - Sofia Cortile.rpy", line 9, in <module>

    if DermillaCum > 0:

NameError: name 'DermillaCum' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/script/cap_07/cap_07_sc_05B - Sofia Cortile.rpy", line 9, in script

    if DermillaCum > 0:

  File "F:\SteamLibrary\steamapps\common\Monster College\renpy\ast.py", line 2115, in execute

    if renpy.python.py_eval(condition):

  File "F:\SteamLibrary\steamapps\common\Monster College\renpy\python.py", line 1083, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "F:\SteamLibrary\steamapps\common\Monster College\renpy\python.py", line 1076, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/script/cap_07/cap_07_sc_05B - Sofia Cortile.rpy", line 9, in <module>

    if DermillaCum > 0:

NameError: name 'DermillaCum' is not defined

Windows-10-10.0.22631 AMD64

Ren'Py 8.0.2.22081402

 0.8.0

Tue Mar 12 20:16:03 2024

```