I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/House_Free_roam.rpy", line 36, in script
call screen MC_bedroom_actions
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/hint.rpy", line 29, in execute
screen hints():
File "game/hint.rpy", line 29, in execute
screen hints():
File "game/hint.rpy", line 32, in execute
default ordered_hints = get_ordered_hints()
File "game/hint.rpy", line 32, in <module>
default ordered_hints = get_ordered_hints()
File "game/hint.rpy", line 6, in get_ordered_hints
ordered = [id for order, id in sorted([(0 if id == 'main' else 2 if id == 'marcus' else 1, id) for id in profiles.keys()], key = lambda pair: (pair[0], pair[1]))]
NameError: global name 'pair' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/House_Free_roam.rpy", line 36, in script
call screen MC_bedroom_actions
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3174, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/hint.rpy", line 29, in execute
screen hints():
File "game/hint.rpy", line 29, in execute
screen hints():
File "game/hint.rpy", line 32, in execute
default ordered_hints = get_ordered_hints()
File "game/hint.rpy", line 32, in <module>
default ordered_hints = get_ordered_hints()
File "game/hint.rpy", line 6, in get_ordered_hints
ordered = [id for order, id in sorted([(0 if id == 'main' else 2 if id == 'marcus' else 1, id) for id in profiles.keys()], key = lambda pair: (pair[0], pair[1]))]
NameError: global name 'pair' is not defined
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.2.22081402
Reclusive Bay 0.39.0
Tue Sep 20 14:51:29 2022