After replacing scripts.rpa with the corresponding rpy-files, I get:
game/english-game.rpy:29030: SyntaxWarning: name 'il_like' is assigned to before global declaration
global il_like
Full traceback:
File "game/screens.rpy", line 19, in script
init 1 python:
File "/home/andy/DancingColors-EP2-pc/renpy/ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/andy/DancingColors-EP2-pc/renpy/python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/screens.rpy", line 28, in <module>
if persistent.gallery_button_unlocked == True and 1 not in persistent.completed_episodes:
TypeError: argument of type 'NoneType' is not iterable
While running game code:
File "game/screens.rpy", line 19, in script
init 1 python:
File "game/screens.rpy", line 28, in <module>
if persistent.gallery_button_unlocked == True and 1 not in persistent.completed_episodes:
TypeError: argument of type 'NoneType' is not iterable