I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 29 more times]
File "game/script.rpy", line 5517, in script
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script.rpy", line 5542, in execute
textbutton "< Back" action Return() pos 725,818 text_font "DejaVuSans.ttf" text_size 36 text_outlines [ (absolute(4), "#000", absolute(0), absolute(0)) ]
File "game/script.rpy", line 5542, in execute
textbutton "< Back" action Return() pos 725,818 text_font "DejaVuSans.ttf" text_size 36 text_outlines [ (absolute(4), "#000", absolute(0), absolute(0)) ]
File "game/script.rpy", line 5545, in execute
imagebutton idle "phone-bg" action Return()
File "game/script.rpy", line 5637, in execute
else:
File "game/script.rpy", line 5638, in execute
File "game/script.rpy", line 5639, in execute
viewport scrollbars "vertical" pos 735,195 xsize 470 ysize 630:
File "game/script.rpy", line 5743, in execute
if option==megan_char:
File "game/script.rpy", line 5744, in execute
use hints_megan()
File "game/store.rpy", line 1635, in execute
screen hints_susan():
File "game/store.rpy", line 1635, in execute
screen hints_susan():
File "game/store.rpy", line 1636, in execute
vbox:
File "game/store.rpy", line 1683, in execute
if susan_char.theater==1:
File "game/store.rpy", line 1685, in <module>
elif persist.hints>0:
NameError: name 'persist' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 29 more times]
File "game/script.rpy", line 5517, in script
File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/ast.py", line 1974, in execute
self.call("execute")
File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/statements.py", line 374, 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 "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/exports/statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/core.py", line 2188, 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 "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/core.py", line 2705, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/screen.py", line 480, in visit_all
callback(self)
File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/core.py", line 2705, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/screen.py", line 491, in per_interact
self.update()
File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 5542, in execute
textbutton "< Back" action Return() pos 725,818 text_font "DejaVuSans.ttf" text_size 36 text_outlines [ (absolute(4), "#000", absolute(0), absolute(0)) ]
File "game/script.rpy", line 5542, in execute
textbutton "< Back" action Return() pos 725,818 text_font "DejaVuSans.ttf" text_size 36 text_outlines [ (absolute(4), "#000", absolute(0), absolute(0)) ]
File "game/script.rpy", line 5545, in execute
imagebutton idle "phone-bg" action Return()
File "game/script.rpy", line 5637, in execute
else:
File "game/script.rpy", line 5638, in execute
File "game/script.rpy", line 5639, in execute
viewport scrollbars "vertical" pos 735,195 xsize 470 ysize 630:
File "game/script.rpy", line 5743, in execute
if option==megan_char:
File "game/script.rpy", line 5744, in execute
use hints_megan()
File "game/store.rpy", line 1635, in execute
screen hints_susan():
File "game/store.rpy", line 1635, in execute
screen hints_susan():
File "game/store.rpy", line 1636, in execute
vbox:
File "game/store.rpy", line 1683, in execute
if susan_char.theater==1:
File "game/store.rpy", line 1685, in <module>
elif persist.hints>0:
NameError: name 'persist' is not defined
Ren'Py 8.3.0.24082114
Live in Corruption 2.1.1
Fri May 2 20:44:17 2025