Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Here is the error:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/chapters/01/ch_01_14.rpy", line 80, in <module>

AttributeError: 'NonPlayable' object has no attribute 'A'

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

Full traceback:

  File "script.rpyc", line 37, in script call

  File "chapters/01/ch_01_00.rpyc", line 62, in script call

  File "chapters/01/ch_01_14.rpyc", line 80, in script

  File "/home/deck/.config/itch/apps/between-humanity/Between-Humanity-0.2.0-pc/renpy/ast.py", line 1842, in execute

    if renpy.python.py_eval(condition):

  File "/home/deck/.config/itch/apps/between-humanity/Between-Humanity-0.2.0-pc/renpy/python.py", line 1209, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "/home/deck/.config/itch/apps/between-humanity/Between-Humanity-0.2.0-pc/renpy/python.py", line 1202, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/chapters/01/ch_01_14.rpy", line 80, in <module>

AttributeError: 'NonPlayable' object has no attribute 'A'

Linux-6.1.52-valve16-1-neptune-61-x86_64-with-glibc2.37 x86_64

Ren'Py 8.2.0.24012702

Between Humanity 0.2.0

Sat Jun 15 17:05:50 2024

```