I'm sorry, but an uncaught exception occurred. While running game code: File "game/rooms.rpy", line 292, in script $ navigation.ClickDoor(nextRoom, clickedDoor) File "game/rooms.rpy", line 292, in $ navigation.ClickDoor(nextRoom, clickedDoor) File "game/rooms.rpy", line 52, in ClickDoor self.CallEvent(nextRoom) File "game/rooms.rpy", line 63, in CallEvent if roomEvent.room == nextRoom and roomEvent.DateTime(self.calendar) is True: File "game/rooms.rpy", line 210, in DateTime isDay = self.day == calendar.GetDay() or self.day == "Any" File "game/calendar.rpy", line 42, in GetDay return self.dayNames[self.day-1] AttributeError: 'Calendar' object has no attribute 'dayNames' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/rooms.rpy", line 292, in script $ navigation.ClickDoor(nextRoom, clickedDoor) File "C:\Games\IndecentDesires\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Games\IndecentDesires\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/rooms.rpy", line 292, in $ navigation.ClickDoor(nextRoom, clickedDoor) File "game/rooms.rpy", line 52, in ClickDoor self.CallEvent(nextRoom) File "game/rooms.rpy", line 63, in CallEvent if roomEvent.room == nextRoom and roomEvent.DateTime(self.calendar) is True: File "game/rooms.rpy", line 210, in DateTime isDay = self.day == calendar.GetDay() or self.day == "Any" File "game/calendar.rpy", line 42, in GetDay return self.dayNames[self.day-1] AttributeError: 'Calendar' object has no attribute 'dayNames' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Indecent Desires Chapter6 Sun Nov 25 02:30:44 2018