Crash on day 1 when working til 5pm:
I added the following to the top of OfficeController.rpy and it seems to work as a workaround so far:
default ida_house_date_done_today = 0
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/OfficeController.rpy", line 306, in script
if clock >= 1440:
File "game/OfficeController.rpy", line 362, in <module>
elif clock >= 1020 and ida_house_date_done_today:
NameError: name 'ida_house_date_done_today' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/OfficeController.rpy", line 306, in script
if clock >= 1440:
File "D:\stuff\Downloads\HighRiseClimb-070a-pc\HighRiseClimb-0.70a-pc\renpy\ast.py", line 1762, in execute
if renpy.python.py_eval(condition):
File "D:\stuff\Downloads\HighRiseClimb-070a-pc\HighRiseClimb-0.70a-pc\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\stuff\Downloads\HighRiseClimb-070a-pc\HighRiseClimb-0.70a-pc\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/OfficeController.rpy", line 362, in <module>
elif clock >= 1020 and ida_house_date_done_today:
NameError: name 'ida_house_date_done_today' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.3.1092
High-Rise Climb 0.70a
Sat Nov 02 14:06:56 2019
default ida_house_date_done_today = 0
Last edited: