If they want to skip the chapter so they don’t have to re-read:
label skip_story
NARR
Would you like to skip this episode?
choice
“Yep”{
NARR
Are you sure you want to skip?
choice
“Yes” {
goto end_story
} “No” {
goto skip_story
}
} “Nope” {
NARR
Are you sure you want to play this whole episode?
choice
“Yes” {
goto begin_story
} “No” {
goto skip_story
}
}
label begin_story
#whole script here for story
label end_story
#ending credits