Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/main.rpy", line 373, in script call
File "game/event_dispatcher.rpy", line 255, in script
File "game/event_dispatcher.rpy", line 262, in python
File "game/event_dispatcher.rpy", line 60, in python
File "game/event_dispatcher.rpy", line 99, in python
SyntaxError: invalid syntax (<none>, line 1)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\Sangoire\Desktop\renpy-6.13.12\renpy\execution.py", line 265, in run
File "C:\Users\Sangoire\Desktop\renpy-6.13.12\renpy\ast.py", line 632, in execute
File "C:\Users\Sangoire\Desktop\renpy-6.13.12\renpy\python.py", line 972, in py_exec_bytecode
File "game/event_dispatcher.rpy", line 262, in <module>
File "game/event_dispatcher.rpy", line 60, in check
File "game/event_dispatcher.rpy", line 99, in eval
File "C:\Users\Sangoire\Desktop\renpy-6.13.12\renpy\python.py", line 1009, in py_eval
File "C:\Users\Sangoire\Desktop\renpy-6.13.12\renpy\python.py", line 259, in py_compile
SyntaxError: invalid syntax (<none>, line 1)
Windows-7-6.1.7601-SP1
Ren'Py 6.13.12.1728
Line 373 is:
Code: Select all
centered "Afternoon"
$ period = "afternoon"
$ act = afternoon_act
$ normalize_stats()
373>>> call events_run_period
Code: Select all
label events_run_period:
$ events = [ ]
255>>> python hide:
eobjs = [ ]
egroups = { }
eingroup = { }
for i in all_events:
262>>> if not i.check(eobjs):
continue
eobjs.append(i)
props = i.properties()