Got error playing Leanas short skirt card (lust per card played randomly distributed:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 131, in script call
call Main_menu from _call_Main_menu_2
File "game/Main_menu.rpy", line 4, in script call
call game_start from _call_Main_menu_1
File "game/Game_start.rpy", line 95, in script call
call main_loop from _call_main_loop
File "game/Game_start.rpy", line 324, in script
call screen congress_screen
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 586, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/Game_start.rpy", line 1593, in handle_card_used
card.playCard(selected_model, None)
File "game/classes.rpy", line 133, in playCard
if not canBeTargeted(self, model, None):
File "game/functions.rpy", line 1337, in canBeTargeted
if group[1](card, model, target) == False:
File "game/mods/Leana Lovings/Leana_Lovings.rpy", line 449, in Leana_Lovings_canBeTargeted
if (currentLocation == "congress" and not current_members) or (currentLocation == "contact map" and not current_contacts) or (curentLocation == "puppets" and not functionModel.puppets):
NameError: name 'curentLocation' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 131, in script call
call Main_menu from _call_Main_menu_2
File "game/Main_menu.rpy", line 4, in script call
call game_start from _call_Main_menu_1
File "game/Game_start.rpy", line 95, in script call
call main_loop from _call_main_loop
File "game/Game_start.rpy", line 324, in script
call screen congress_screen
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\ast.py", line 1968, in execute
self.call("execute")
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\exports.py", line 3413, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\core.py", line 2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\core.py", line 3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1426, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\viewport.py", line 587, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1426, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\viewport.py", line 587, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\transform.py", line 984, in event
rv = d.event(ev, cx, cy, st)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\behavior.py", line 1174, in event
return handle_click(self.clicked)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\behavior.py", line 1095, in handle_click
rv = run(action)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\behavior.py", line 388, in run
new_rv = run(i, *args, **kwargs)
File "E:\Games\Ny mapp (2)\FYWTTT-0.22-pc\renpy\display\behavior.py", line 395, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 586, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/Game_start.rpy", line 1593, in handle_card_used
card.playCard(selected_model, None)
File "game/classes.rpy", line 133, in playCard
if not canBeTargeted(self, model, None):
File "game/functions.rpy", line 1337, in canBeTargeted
if group[1](card, model, target) == False:
File "game/mods/Leana Lovings/Leana_Lovings.rpy", line 449, in Leana_Lovings_canBeTargeted
if (currentLocation == "congress" and not current_members) or (currentLocation == "contact map" and not current_contacts) or (curentLocation == "puppets" and not functionModel.puppets):
NameError: name 'curentLocation' is not defined
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
Fuck your way to the top 0.22
Sun Mar 23 11:12:59 2025
```