I keep getting following error
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scenes/ch1.rpy", line 237, in script
menu:
File "game/scenes/ch1.rpy", line 237, in script
menu:
File "game/walkthrough.rpy", line 359, in walkthroughColorFilter
elif lineChangeColor[txt][2].conditional() and lineChangeColor[txt][2].level <= level:
File "game/walkthrough.rpy", line 31, in <lambda>
events.append(eventTracker('maryGrope1',lambda: massage1Seen == True and lostSwimsuit1Seen == True and liftCounter > 1 and ch1EndFlag1 == False,6,False,1,'maryroom','mary+kendo','manly')) #6 - 7 manly points
NameError: global name 'massage1Seen' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "renpy/main.py", line 670, in main
run(restart)
File "renpy/main.py", line 144, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 942, in run_context
context.run()
File "game/scenes/ch1.rpy", line 237, in script
menu:
File "game/scenes/ch1.rpy", line 237, in script
menu:
File "renpy/ast.py", line 1894, in execute
label = renpy.config.say_menu_text_filter(label)
File "game/walkthrough.rpy", line 359, in walkthroughColorFilter
elif lineChangeColor[txt][2].conditional() and lineChangeColor[txt][2].level <= level:
File "game/walkthrough.rpy", line 31, in <lambda>
events.append(eventTracker('maryGrope1',lambda: massage1Seen == True and lostSwimsuit1Seen == True and liftCounter > 1 and ch1EndFlag1 == False,6,False,1,'maryroom','mary+kendo','manly')) #6 - 7 manly points
NameError: global name 'massage1Seen' is not defined
Windows-10-10.0.19041 AMD64
Ren'Py 7.6.0.23051307
King of Summer 0.4.19-early
Fri Jul 5 18:43:15 2024
Any variable i can change to fix this?