is there a command to forcibly call the "hire my daughter" event at the business?
"call daughter_work_crisis_label" doesnt appear to work
even manually setting it in the bedroom/event menu to be the only one, and setting the chance to 100% doesnt seem to fire it, and i know every employee has had at least one kid (the majority are over 36, so age doesnt appear to be the issue)
i'm assuming from the error that the person hasnt had their kid generated (they dont exist to be recruited), so is there a way to manually do that?
"call daughter_work_crisis_label" doesnt appear to work
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 662, in execute_call_screen
args, kwargs = a.evaluate()
File "game/script.rpy", line 557, in <module>
File "game/script.rpy", line 513, in build_chat_action_list
TypeError: small_talk_requirement() missing 1 required positional argument: 'person'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 475, in script call
File "script.rpyc", line 453, in script call
File "script.rpyc", line 557, in script
File "C:\Users\patie\Desktop\LabRats2-Reformulate-2023.06.09-beta-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "C:\Users\patie\Desktop\LabRats2-Reformulate-2023.06.09-beta-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\patie\Desktop\LabRats2-Reformulate-2023.06.09-beta-pc\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 662, in execute_call_screen
args, kwargs = a.evaluate()
File "C:\Users\patie\Desktop\LabRats2-Reformulate-2023.06.09-beta-pc\renpy\ast.py", line 344, in evaluate
value = renpy.python.py_eval(v, locals=scope)
File "C:\Users\patie\Desktop\LabRats2-Reformulate-2023.06.09-beta-pc\renpy\python.py", line 1153, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\patie\Desktop\LabRats2-Reformulate-2023.06.09-beta-pc\renpy\python.py", line 1146, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 557, in <module>
File "game/script.rpy", line 513, in build_chat_action_list
File "C:\Users\patie\Desktop\LabRats2-Reformulate-2023.06.09-beta-pc\renpy\revertable.py", line 97, in do_mutation
return method(self, *args, **kwargs)
File "game/helper_functions/misc_helpers_ren.py", line 13, in sort_display_list
File "game/major_game_classes/game_logic/Action_ren.py", line 74, in is_action_enabled
File "game/major_game_classes/game_logic/Action_ren.py", line 68, in check_requirement
TypeError: small_talk_requirement() missing 1 required positional argument: 'person'
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Lab Rats 2 - Down to Business 2023.06.09-beta
Sun Jul 2 23:05:32 2023
i'm assuming from the error that the person hasnt had their kid generated (they dont exist to be recruited), so is there a way to manually do that?
Last edited: