Hey, guys does anyone know how to fix this?
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 245, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 358, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_sister/role_sister_girlfriend.rpy", line 265, in script call
call sister_girlfriend_setup(mom_knows = True)
File "game/game_roles/role_sister/role_sister_girlfriend.rpy", line 358, in script
label sister_girlfriend_setup(the_person, mom_knows = False): #Sets up the actual role assignment
Exception: Required parameter the_person has no value.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 245, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 358, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_sister/role_sister_girlfriend.rpy", line 265, in script call
call sister_girlfriend_setup(mom_knows = True)
File "game/game_roles/role_sister/role_sister_girlfriend.rpy", line 358, in script
label sister_girlfriend_setup(the_person, mom_knows = False): #Sets up the actual role assignment
File "renpy/ast.py", line 875, in execute
values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs)
File "renpy/ast.py", line 159, in apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "renpy/ast.py", line 123, in apply
raise Exception("Required parameter %s has no value." % name)
Exception: Required parameter the_person has no value.
Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Lab Rats 2 - Down to Business v0.42.1
Sat Jul 10 07:07:18 2021
```