- Oct 15, 2018
- 1,157
- 1,669
Open 02 day 81.rpy with Notepad ++, line 490 needs a second "=" so change would be: if hanna02scene = 4: BECOMES if hanna02scene == 4:I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 81.rpy", line 490, in script
if hanna02scene = 4:
SyntaxError: invalid syntax (game/02 day 81.rpy, line 490)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 81.rpy", line 490, in script
if hanna02scene = 4:
File "C:\Users\Jay\Desktop\NCC-1.2-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Jay\Desktop\NCC-1.2-pc\renpy\python.py", line 1959, in py_eval
code = py_compile(code, 'eval')
File "C:\Users\Jay\Desktop\NCC-1.2-pc\renpy\python.py", line 690, in py_compile
raise e
SyntaxError: invalid syntax (game/02 day 81.rpy, line 490)
Windows-8-6.2.9200
Ren'Py 7.2.2.491
NewCoralCity Season 2 1.2
Sat Jul 18 17:02:33 2020
Last edited: