Replace return calls with next_story_chapter function

This commit is contained in:
Iggy 2024-08-08 21:21:36 -03:00
parent dbf1aa34ef
commit 1345686055
11 changed files with 15 additions and 14 deletions

View File

@ -3663,4 +3663,4 @@ label chapter_1:
window auto
pause 1.5
return
$ next_story_chapter()

View File

@ -550,4 +550,4 @@ label chapter_10:
window auto
pause 1
return
$ next_story_chapter()

View File

@ -588,7 +588,7 @@ label chapter_11:
if ending_score == 4: # Golden
jump lSortingThings
elif _return == 3: # tradwife
elif ending_score == 3: # tradwife
jump lMendingThings
else:
jump lBreakingThings # All else fails, go to shooter.
@ -5468,7 +5468,7 @@ label chapter_11:
# skip this segment if we're doing ending 1
if ending_score == 1: #shooter
return
$ next_story_chapter()
# the following segment makes sense in the context of 11B+11C+11D
window hide
@ -5564,4 +5564,4 @@ label chapter_11:
A "Anyways, where were we?"
return
$ next_story_chapter()

View File

@ -2604,4 +2604,4 @@ label chapter_2:
"{cps=*.05}...{/cps}"
pause .5
return
$ next_story_chapter()

View File

@ -2291,4 +2291,4 @@ label chapter_3:
"{cps=*.1}...{/cps}"
return
$ next_story_chapter()

View File

@ -1422,4 +1422,4 @@ label chapter_4:
window auto
pause .5
return
$ next_story_chapter()

View File

@ -4665,7 +4665,7 @@ label chapter_5:
window auto
pause 1
return
$ next_story_chapter()
# I'm guessing this is for the gallery?
label fang_movie:

View File

@ -4677,4 +4677,4 @@ label chapter_6:
window auto
pause 1
return
$ next_story_chapter()

View File

@ -1736,4 +1736,4 @@ label chapter_7:
"{cps=*.1}...{/cps}"
pause 0.5
return
$ next_story_chapter()

View File

@ -1567,7 +1567,7 @@ label chapter_8:
window hide
window auto
return
$ next_story_chapter()
label lGetStartedOnStudy:
pause 0.5
@ -2156,4 +2156,5 @@ label chapter_8:
"{cps=*.1}...{/cps}"
window hide
window auto
return
$ next_story_chapter()

View File

@ -2171,4 +2171,4 @@ label chapter_9:
window auto
pause .5
return
$ next_story_chapter()