I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 10600, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 10718, 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 10718, 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 10715, in script call
$ _return.call_action()
File "game/chat_actions.rpy", line 582, in script call
$ the_person.call_dialogue("flirt_response_high")
File "game/personality_types/special_personalities/bimbo_personality.rpy", line 496, in script call
call fuck_person(the_person, start_position = kissing, skip_intro = True) from _call_fuck_person_56
File "game/sex_mechanics.rpy", line 222, in script call
call sex_description(the_person, position_choice, object_choice, private = private, report_log = report_log) from _call_sex_description
File "game/sex_mechanics.rpy", line 488, in script
$ the_position.redraw_scene(the_person)
File "game/sex_mechanics.rpy", line 488, in <module>
$ the_position.redraw_scene(the_person)
File "game/script.rpy", line 6420, in redraw_scene
the_person.draw_person(self.position_tag, emotion = emotion, special_modifier = self.current_modifier, the_animation = position_animation, animation_effect_strength = the_animation_speed)
File "game/script.rpy", line 2388, in draw_person
character_image = self.build_person_displayable(position, emotion, special_modifier, lighting, background_fill)
File "game/script.rpy", line 2211, in build_person_displayable
displayable_list.extend(self.outfit.generate_draw_list(self,position,emotion,special_modifier, lighting = lighting)) #Get the displayables for everything we wear. Note that extnsions do not return anything because they have nothing to show.
File "game/script.rpy", line 5261, in generate_draw_list
ordered_displayables.append(item.generate_item_displayable(body_type, tit_size, position, lighting = lighting, regions_constrained = currently_constrained_regions, nipple_wetness = nipple_wetness))
File "game/script.rpy", line 4917, in generate_item_displayable
region_mask = region.generate_raw_image(body_type, tit_size, position)
UnboundLocalError: local variable 'region' referenced before assignment
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 10600, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 10718, 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 10718, 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 10715, in script call
$ _return.call_action()
File "game/chat_actions.rpy", line 582, in script call
$ the_person.call_dialogue("flirt_response_high")
File "game/personality_types/special_personalities/bimbo_personality.rpy", line 496, in script call
call fuck_person(the_person, start_position = kissing, skip_intro = True) from _call_fuck_person_56
File "game/sex_mechanics.rpy", line 222, in script call
call sex_description(the_person, position_choice, object_choice, private = private, report_log = report_log) from _call_sex_description
File "game/sex_mechanics.rpy", line 488, in script
$ the_position.redraw_scene(the_person)
File "E:\New folder (8)\Lab_Rats_2-v0.33.3-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\New folder (8)\Lab_Rats_2-v0.33.3-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/sex_mechanics.rpy", line 488, in <module>
$ the_position.redraw_scene(the_person)
File "game/script.rpy", line 6420, in redraw_scene
the_person.draw_person(self.position_tag, emotion = emotion, special_modifier = self.current_modifier, the_animation = position_animation, animation_effect_strength = the_animation_speed)
File "game/script.rpy", line 2388, in draw_person
character_image = self.build_person_displayable(position, emotion, special_modifier, lighting, background_fill)
File "game/script.rpy", line 2211, in build_person_displayable
displayable_list.extend(self.outfit.generate_draw_list(self,position,emotion,special_modifier, lighting = lighting)) #Get the displayables for everything we wear. Note that extnsions do not return anything because they have nothing to show.
File "game/script.rpy", line 5261, in generate_draw_list
ordered_displayables.append(item.generate_item_displayable(body_type, tit_size, position, lighting = lighting, regions_constrained = currently_constrained_regions, nipple_wetness = nipple_wetness))
File "game/script.rpy", line 4917, in generate_item_displayable
region_mask = region.generate_raw_image(body_type, tit_size, position)
UnboundLocalError: local variable 'region' referenced before assignment
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.33.3
Fri Oct 16 21:28:59 2020