```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 9119, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 9235, in script call
call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
File "game/script.rpy", line 9230, in script call
$ _return.call_action(the_person)
File "game/Mods/Sarah/role_HR_supervisor.rpy", line 935, in script call
call HR_director_personnel_interview_label(the_person, max_opinion = get_HR_director_tag("business_HR_coffee_tier", 0)) from HR_DIR_INTERVIEW_CALL_4
File "game/Mods/Sarah/role_HR_supervisor.rpy", line 667, in script
$ mc.listener_system.fire_event("HR_opinion_improvement", the_person = person_choice)
File "game/Mods/Sarah/role_HR_supervisor.rpy", line 667, in <module>
$ mc.listener_system.fire_event("HR_opinion_improvement", the_person = person_choice)
File "game/script.rpy", line 3728, in fire_event
if goal.call_trigger(**kwargs): #on_trigger returns true if the goal is finished and we can stop letting it know.
File "game/script.rpy", line 3804, in call_trigger
return self.on_trigger_function(self, **kwargs)
TypeError: HR_interview_count_function() got an unexpected keyword argument 'the_person'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 9119, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 9235, in script call
call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
File "game/script.rpy", line 9230, in script call
$ _return.call_action(the_person)
File "game/Mods/Sarah/role_HR_supervisor.rpy", line 935, in script call
call HR_director_personnel_interview_label(the_person, max_opinion = get_HR_director_tag("business_HR_coffee_tier", 0)) from HR_DIR_INTERVIEW_CALL_4
File "game/Mods/Sarah/role_HR_supervisor.rpy", line 667, in script
$ mc.listener_system.fire_event("HR_opinion_improvement", the_person = person_choice)
File "D:\Program Files\Lab_Rats_2-v0.26.1-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Program Files\Lab_Rats_2-v0.26.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Mods/Sarah/role_HR_supervisor.rpy", line 667, in <module>
$ mc.listener_system.fire_event("HR_opinion_improvement", the_person = person_choice)
File "game/script.rpy", line 3728, in fire_event
if goal.call_trigger(**kwargs): #on_trigger returns true if the goal is finished and we can stop letting it know.
File "game/script.rpy", line 3804, in call_trigger
return self.on_trigger_function(self, **kwargs)
TypeError: HR_interview_count_function() got an unexpected keyword argument 'the_person'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.26.1
Tue Mar 24 21:07:01 2020
```