I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/logic/events/intro.rpy", line 22, in script call
call Intro_1_label from _call_Intro_1_label
File "game/logic/events/bathroom.rpy", line 325, in <module>
File "game/logic/locations/logic.rpy", line 133, in ChangeLocation
ChangeLocation(location, time = time_now % 4 + time, days_add = days_add)
File "game/logic/locations/logic.rpy", line 167, in ChangeLocation
if time_now in locations_db[location_now]['locktime'] or day_now%7 in locations_db[location_now]['lockdays']:
KeyError: None
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 456, in script call
File "game/logic/events/intro.rpy", line 22, in script call
call Intro_1_label from _call_Intro_1_label
File "logic/events/bathroom.rpyc", line 325, in script
File "renpy/ast.py", line 1131, 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/logic/events/bathroom.rpy", line 325, in <module>
File "game/logic/locations/logic.rpy", line 133, in ChangeLocation
ChangeLocation(location, time = time_now % 4 + time, days_add = days_add)
File "game/logic/locations/logic.rpy", line 167, in ChangeLocation
if time_now in locations_db[location_now]['locktime'] or day_now%7 in locations_db[location_now]['lockdays']:
KeyError: None
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
LustAcademy-2 1.9.1d
Wed Mar 15 04:25:18 2023