I'm new to this game and I think im encountering a problem (?). Can't really get pass the new game since it will close down the game after a few seconds I tap on the new game button. Here's the code it gave me after multiple times of trying. I'm playing on Samsung A12 (Android 11). This is from the universal one.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 375, in <module>
NameError: name 'nefari' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "00start.rpyc", line 234, in script call
File "script.rpyc", line 295, in script call
File "script.rpyc", line 375, in script
File "D:\Users\Megan\Work\Game Files\Renpy/renpy/ast.py", line 1852, in execute
File "D:\Users\Megan\Work\Game Files\Renpy/renpy/python.py", line 2249, in py_eval
File "D:\Users\Megan\Work\Game Files\Renpy/renpy/python.py", line 2242, in py_eval_bytecode
File "game/script.rpy", line 375, in <module>
NameError: name 'nefari' is not defined
[/code]