I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 322, in script call
call screen enhanced_main_choice_display(build_menu_items([build_people_list(), build_actions_list()]))
File "game/game_screens/clothing_screens/master_manager.rpy", line 22, in script
call screen outfit_creator(Outfit("New Outfit"), outfit_type = outfit_type, slut_limit = slut_limit)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 304, in execute
screen outfit_creator(starting_outfit, outfit_type = "full", slut_limit = None, target_wardrobe = mc.designed_wardrobe): ##Pass a completely blank outfit instance for a new outfit, or an already existing instance to load an old one.| This overrides the default outfit creation screen
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 304, in execute
screen outfit_creator(starting_outfit, outfit_type = "full", slut_limit = None, target_wardrobe = mc.designed_wardrobe): ##Pass a completely blank outfit instance for a new outfit, or an already existing instance to load an old one.| This overrides the default outfit creation screen
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 394, in execute
hbox: #The main divider between the new item adder and the current outfit view.
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 399, in execute
frame:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 403, in execute
hbox:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 433, in execute
vbox:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 435, in execute
viewport:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 440, in execute
frame:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 446, in execute
vbox:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 448, in execute
if category_selected in categories_mapping:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 453, in execute
for cloth in sorted(categories_mapping[category_selected][0], key = lambda x: (x.layer, x.get_slut_value(), x.name)):
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 454, in execute
python:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 457, in <module>
is_sensitive = valid_check(starting_outfit, cloth) and any(x in cloth.layers for x in valid_layers)
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 457, in <genexpr>
is_sensitive = valid_check(starting_outfit, cloth) and any(x in cloth.layers for x in valid_layers)
NameError: global name 'cloth' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 322, in script call
call screen enhanced_main_choice_display(build_menu_items([build_people_list(), build_actions_list()]))
File "game/game_screens/clothing_screens/master_manager.rpy", line 22, in script
call screen outfit_creator(Outfit("New Outfit"), outfit_type = outfit_type, slut_limit = slut_limit)
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3132, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3694, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 304, in execute
screen outfit_creator(starting_outfit, outfit_type = "full", slut_limit = None, target_wardrobe = mc.designed_wardrobe): ##Pass a completely blank outfit instance for a new outfit, or an already existing instance to load an old one.| This overrides the default outfit creation screen
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 304, in execute
screen outfit_creator(starting_outfit, outfit_type = "full", slut_limit = None, target_wardrobe = mc.designed_wardrobe): ##Pass a completely blank outfit instance for a new outfit, or an already existing instance to load an old one.| This overrides the default outfit creation screen
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 394, in execute
hbox: #The main divider between the new item adder and the current outfit view.
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 399, in execute
frame:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 403, in execute
hbox:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 433, in execute
vbox:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 435, in execute
viewport:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 440, in execute
frame:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 446, in execute
vbox:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 448, in execute
if category_selected in categories_mapping:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 453, in execute
for cloth in sorted(categories_mapping[category_selected][0], key = lambda x: (x.layer, x.get_slut_value(), x.name)):
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 454, in execute
python:
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 457, in <module>
is_sensitive = valid_check(starting_outfit, cloth) and any(x in cloth.layers for x in valid_layers)
File "game/Mods/Screens/Outfit_Screens/enchanced_outfit_creator.rpy", line 457, in <genexpr>
is_sensitive = valid_check(starting_outfit, cloth) and any(x in cloth.layers for x in valid_layers)
NameError: global name 'cloth' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Lab Rats 2 - Down to Business 0.51.3.1
Mon Apr 24 13:22:10 2023