1st time I tried to test the 1st serum on Lily:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 256, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 369, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_sister.rpy", line 185, in script call
call give_serum(the_person) from _call_give_serum_7
File "game/general_actions/location_actions/business_actions.rpy", line 113, in script
$ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else.
File "game/general_actions/location_actions/business_actions.rpy", line 113, in <module>
$ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else.
File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum
the_serum_design.run_on_apply(self)
TypeError: run_on_apply() takes exactly 3 arguments (2 given)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 256, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 369, in script call
$ _return.call_action(the_person)
File "game/game_roles/role_sister.rpy", line 185, in script call
call give_serum(the_person) from _call_give_serum_7
File "game/general_actions/location_actions/business_actions.rpy", line 113, in script
$ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else.
File "D:\Unplayed\Lab_Rats_2-v0.39.1-pc\Lab_Rats_2-v0.39.1-pc\renpy\ast.py", line 927, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Unplayed\Lab_Rats_2-v0.39.1-pc\Lab_Rats_2-v0.39.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/general_actions/location_actions/business_actions.rpy", line 113, in <module>
$ the_person.give_serum(copy.copy(the_serum)) #use a copy rather than the main class, so we can modify and delete the effects without changing anything else.
File "game/major_game_classes/character_related/Person.rpy", line 1025, in give_serum
the_serum_design.run_on_apply(self)
TypeError: run_on_apply() takes exactly 3 arguments (2 given)
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.39.1
Sat Apr 17 14:48:38 2021