Skip to main content

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

I'm currently playing on my phone and there was this event where I had to save someone from a bully and when I picked the first dialogue option, this error happend:

[code]

I'm sorry, but an uncaught exception occurred.


While running game code:

SyntaxError: invalid syntax (ivent_npc_list.rpy, line 4652)


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


Full traceback:

  File "mods/ivent_npc_list.rpyc", line 4652, in script

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

  File "renpy/python.py", line 1210, in py_eval

  File "renpy/python.py", line 1144, in py_compile

  File "renpy/python.py", line 1081, in py_compile

  File "renpy/python.py", line 1073, in py_compile

SyntaxError: invalid syntax (ivent_npc_list.rpy, line 4652)


[/code]