I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Mods/Cheats/alternative_game_start.rpy", line 59, in script call
call initialize_game_state(store.name,store.b_name,store.l_name,return_arrays[0],return_arrays[1],return_arrays[2], max_num_of_random = 3) from _call_initialize_game_state
File "game/script.rpy", line 1009, in script
python:
File "game/script.rpy", line 1010, in <module>
generate_premade_list() # Creates the list with all the pre-made characters for the game in it. Without this we both break the policies call in create_random_person, and regenerate the pre-made list on each restart.
File "game/world_setup_characters.rpy", line 308, in generate_premade_list
list_of_premade_characters.append(create_random_person(body_type = "curvy_body", height=1.035, skin="tan", tits="DD",hair_colour="chestnut",hair_style=messy_hair,type="premade")) #original height = 0.99
TypeError: create_random_person() got an unexpected keyword argument 'type'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Mods/Cheats/alternative_game_start.rpy", line 59, in script call
call initialize_game_state(store.name,store.b_name,store.l_name,return_arrays[0],return_arrays[1],return_arrays[2], max_num_of_random = 3) from _call_initialize_game_state
File "game/script.rpy", line 1009, in script
python:
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 1010, in <module>
generate_premade_list() # Creates the list with all the pre-made characters for the game in it. Without this we both break the policies call in create_random_person, and regenerate the pre-made list on each restart.
File "game/world_setup_characters.rpy", line 308, in generate_premade_list
list_of_premade_characters.append(create_random_person(body_type = "curvy_body", height=1.035, skin="tan", tits="DD",hair_colour="chestnut",hair_style=messy_hair,type="premade")) #original height = 0.99
TypeError: create_random_person() got an unexpected keyword argument 'type'
Windows-8.1-6.3.9600
Ren'Py 7.4.8.1895
Lab Rats 2 - Down to Business v0.49.2.5
Sat May 21 08:58:03 2022