Hello, here is an error feedback
While running game code:
File "game/main_goattribe_01.rpy", line 898, in <module>
File "game/questlog.rpy", line 148, in qComp
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "main_goattribe_01.rpyc", line 898, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/main_goattribe_01.rpy", line 898, in <module>
File "game/questlog.rpy", line 148, in qComp
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range