Mod Ren'Py A Day At The Spa [v0.95] Walkthrough Mod [MurrayMods]

TheSidewinder

Well-Known Member
Mar 31, 2020
1,752
3,266
468
MurrayMods
Your mod is throwing an error on game startup:


I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label cum_ayumi_choice2 is defined twice, at File "game/script.rpy", line 2213:
menu cum_ayumi_choice2:

and File "game/script.rpy", line 2316:
menu cum_ayumi_choice2:


I think the fix is to change that first instance to "menu cum_ayumi_choice1".
I did that and it then loaded without error, but I'm way past that point in the game, so it may need more correcting.
(And I always do enable developer and debug modes, which apparently are more strict when error checking?)
 

MurrayMods

Active Member
Modder
Nov 28, 2022
591
7,594
627
MurrayMods
Your mod is throwing an error on game startup:


I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label cum_ayumi_choice2 is defined twice, at File "game/script.rpy", line 2213:
menu cum_ayumi_choice2:

and File "game/script.rpy", line 2316:
menu cum_ayumi_choice2:


I think the fix is to change that first instance to "menu cum_ayumi_choice1".
I did that and it then loaded without error, but I'm way past that point in the game, so it may need more correcting.
(And I always do enable developer and debug modes, which apparently are more strict when error checking?)
My friend,
Thank you very much for your feedback.
This happens because the developer likes to label the menu instruction but then does not use that label.
I usually duplicate code in cases where MOD: Both is used. If I drag a menu command with a label, it crashes because label names can't be repeated.
I modified all the menu instructions to remove those labels. There's only one place where the label is used: when the MC tastes two of the girls' fluids.
I'll reupload the Mod in a few minutes.
 

TheSidewinder

Well-Known Member
Mar 31, 2020
1,752
3,266
468
My friend,
Thank you very much for your feedback.
This happens because the developer likes to label the menu instruction but then does not use that label.
I usually duplicate code in cases where MOD: Both is used. If I drag a menu command with a label, it crashes because label names can't be repeated.
I modified all the menu instructions to remove those labels. There's only one place where the label is used: when the MC tastes two of the girls' fluids.
I'll reupload the Mod in a few minutes.
That did the trick, I just did a speed-run (CTRL key) with a new start to the end of current release, and it worked fine. Thanks for the quick response. (y)
 
  • Like
Reactions: MurrayMods