I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 456, in script call
call change_location(_return) from _call_change_location #_return is the location returned from the map manager.
File "game/script.rpy", line 456, in script call
call change_location(_return) from _call_change_location #_return is the location returned from the map manager.
File "game/script.rpy", line 487, in script call
$ picked_event[1].call_action(picked_event[0]) #Run the action with the person as an extra argument.
File "game/people/Teamups/erica_kaya_teamup.rpy", line 15, in script call
call progression_scene_label(kaya_erica_teamup, [kaya, erica]) from _erica_kaya_teamup_scene_call_test_02
File "game/major_game_classes/character_related/progression_scenes.rpy", line 74, in script call
$ progression_scene.call_final_scene(the_group, scene_transition)
File "game/people/Teamups/erica_kaya_teamup.rpy", line 725, in script
$ scene_manager.update_actor(erica, erica.idle_pose, display_transform = character_right)
File "game/people/Teamups/erica_kaya_teamup.rpy", line 725, in <module>
$ scene_manager.update_actor(erica, erica.idle_pose, display_transform = character_right)
AttributeError: 'str' object has no attribute 'get_copy'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 456, in script call
call change_location(_return) from _call_change_location #_return is the location returned from the map manager.
File "game/script.rpy", line 456, in script call
call change_location(_return) from _call_change_location #_return is the location returned from the map manager.
File "game/script.rpy", line 487, in script call
$ picked_event[1].call_action(picked_event[0]) #Run the action with the person as an extra argument.
File "game/people/Teamups/erica_kaya_teamup.rpy", line 15, in script call
call progression_scene_label(kaya_erica_teamup, [kaya, erica]) from _erica_kaya_teamup_scene_call_test_02
File "game/major_game_classes/character_related/progression_scenes.rpy", line 74, in script call
$ progression_scene.call_final_scene(the_group, scene_transition)
File "game/people/Teamups/erica_kaya_teamup.rpy", line 725, in script
$ scene_manager.update_actor(erica, erica.idle_pose, display_transform = character_right)
File "D:\Games\Forbidden Memoirs\Renpy\renpy-8.1.3-sdk\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Games\Forbidden Memoirs\Renpy\renpy-8.1.3-sdk\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/people/Teamups/erica_kaya_teamup.rpy", line 725, in <module>
$ scene_manager.update_actor(erica, erica.idle_pose, display_transform = character_right)
File "game/major_game_classes/character_related/scene_manager_ren.py", line 173, in update_actor
actor.person.apply_outfit(outfit)
File "game/major_game_classes/character_related/Person_ren.py", line 2940, in apply_outfit
final_outfit = the_outfit.get_copy().merge_outfit(self.base_outfit)
AttributeError: 'str' object has no attribute 'get_copy'
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Lab Rats 2 - Down to Business 2023.10-code-beta
Mon Dec 18 21:43:32 2023