Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

my game just randomly closed and now every battle i go into crashes and says "Name Error : Name 'enemy2' is not defined"  

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/battle02.rpy", line 312, in <module>

NameError: name 'enemy2' is not defined

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

Full traceback:

  File "battle.rpyc", line 1565, in script call

  File "battle02.rpyc", line 312, in script

  File "renpy/ast.py", line 1898, in execute

    if renpy.python.py_eval(condition):

  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/battle02.rpy", line 312, in <module>

NameError: name 'enemy2' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

Outland Wanderer 0.0.13

Sun Feb 19 19:13:27 2023

```

Sorry about this! The new patch should fix this problem now~

Thanks!