Hey,
I get this:
"
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 6840, in script call
call desdate from _call_desdate
File "game/desdate.rpy", line 461, in script
if desbathroom not None:
SyntaxError: unexpected EOF while parsing (desdate.rpy, line 461)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 6840, in script call
call desdate from _call_desdate
File "game/desdate.rpy", line 461, in script
if desbathroom not None:
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2247, in py_eval
code = py_compile(code, 'eval')
File "renpy/python.py", line 835, in py_compile
raise e
SyntaxError: unexpected EOF while parsing (desdate.rpy, line 461)
"
It's from Compressed version of the game if that matter.
Edit: