I fixed it by going into "game/home/double/masturbation morning/8L girlfriend.rpy" -
There you will have to scroll down to the last lines.
Then replace:
if cuteOutfitWork == "black":
action Jump("homeDoubleMasturbationMorningGirlfriend_Watch_Black")
elif cuteOutfitWork == "soph":
action Jump("homeDoubleMasturbationMorningGirlfriend_Watch_Soph")
with:
if cuteOutfitWork == "black":
action Jump("homeDoubleMasturbationMorningGirlfriend_Enter_Black")
elif cuteOutfitWork == "soph":
action Jump("homeDoubleMasturbationMorningGirlfriend_Enter_Soph")
.
Notice that you just have to replace "Watch" with "Enter"...
That fixed it for me, and continued the scene...
Edit: There is no indentation in my reply...
========================================
Not work
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/home/double/empty/_empty.rpy", line 39, in script call
call screen homeDoubleEmpty
File "game/home/double/masturbation afternoon/8L girlfriend.rpy", line 24, in script
call screen homeDoubleMasturbationAfternoonGirlfriend
ScriptError: could not find label 'homeDoubleMasturbationAfternoonGirlfriend_Watch_Pink'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/home/double/empty/_empty.rpy", line 39, in script call
call screen homeDoubleEmpty
File "game/home/double/masturbation afternoon/8L girlfriend.rpy", line 24, in script
call screen homeDoubleMasturbationAfternoonGirlfriend
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'homeDoubleMasturbationAfternoonGirlfriend_Watch_Pink'.
Windows-10-10.0.14393
Ren'Py 7.4.7.1720
Cutely Suspicious 0.11.037
Tue Nov 30 05:02:21 2021