This is my code, but when I get to this part the blue screen pops up and says invalid syntax.
Code: Select all
if books == True and if tv == True and if record == True and if $ snowglobe == True:
show calypso talking
c "You have such cool stuff in your room, Everett."Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 472, in script
SyntaxError: invalid syntax (game/script.rpy, line 472)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\Dennis\Desktop\renpy-6.15.5-sdk\renpy\execution.py", line 288, in run
node.execute()
File "C:\Users\Dennis\Desktop\renpy-6.15.5-sdk\renpy\ast.py", line 1484, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Dennis\Desktop\renpy-6.15.5-sdk\renpy\python.py", line 1331, in py_eval
return eval(py_compile(source, 'eval'), globals, locals)
File "C:\Users\Dennis\Desktop\renpy-6.15.5-sdk\renpy\python.py", line 450, in py_compile
raise e
SyntaxError: invalid syntax (game/script.rpy, line 472)