I’ve already made a pretty little replay button and coded a way to replay the story… when I realized that I’m about to destroy all the choices from chapter 1 by removing them all in chapter 2!
Is there a fix for this or should I just not use the “replay chapter” button?
Summary
tappable
“BTM REPLAY BUTTON”{
#FILTER: Rose Goggles
@set hsl 0 18 -31 no_colorize with blendMode Multiply to 100%
#Your filter will be enabled for every scene after this line
#To turn off the filter, use “@reset hsl” or “@reset hsl in [# of seconds]”
@speechbubble is 158 346 to 114%
NARR
Replaying the Prologue will reset all your progress. Are you certain you want to proceed? You only get this chance.
choice
“Yes, I’m sure I would like to replay the Prologue.”{
@CUNNING =0
@BOLD =0
@SWEET =0
@reset hsl in 1.2
goto chapter1_start
}
“No way!”{
@reset hsl in 1.2
goto mainmenu_1
}
Thank you for the help!