[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/script.rpy", line 18, in script call
call pickName from _call_pickName
File "game/scripts/lb_home.rpy", line 24, in script
$ eventManager.doEvent()
File "game/scripts/lb_home.rpy", line 24, in <module>
$ eventManager.doEvent()
File "game/scripts/main_classes/eventManager.rpy", line 74, in doEvent
if _event.timeFrame[0] <= timeManager.hour <= _event.timeFrame[1] and _event.checkConditions():
File "game/scripts/main_classes/eventManager.rpy", line 33, in checkConditions
renpy.log("[eventManager] Error in condition or girlsNeeded for {} ({})".format(self.label), e)
IndexError: tuple index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/script.rpy", line 18, in script call
call pickName from _call_pickName
File "game/scripts/lb_home.rpy", line 24, in script
$ eventManager.doEvent()
File "renpy/ast.py", line 1133, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/lb_home.rpy", line 24, in <module>
$ eventManager.doEvent()
File "game/scripts/main_classes/eventManager.rpy", line 74, in doEvent
if _event.timeFrame[0] <= timeManager.hour <= _event.timeFrame[1] and _event.checkConditions():
File "game/scripts/main_classes/eventManager.rpy", line 33, in checkConditions
renpy.log("[eventManager] Error in condition or girlsNeeded for {} ({})".format(self.label), e)
IndexError: tuple index out of range