What is the coding to allow a reader to skip an episode?

Hey there guys!
I am writing my story and I want to allow people to skip episodes if episode forces them to reread previous episodes.
Does anyone have a code for that?

You can make a game menu! Mary D sava on YouTube has a video about it.

1 Like

This is mine.

1 Like

who made it for you?

I made it myself😛.

1 Like

it’s really nice! Thank you so much for letting me know!

1 Like

You can make a choice saying “continue” and “skip episode” inside the second choice you can add a goto label with an specific name and at the end of all the coding for that episode put the label it should look something like this.

choice
“Continue”{
NARR
Let’s start the story :slight_smile:
}
“Skip episode”{
Goto end_episode
}

Story/coding
Story/coding
Story/ coding
Story/coding

Label end_episode

NARR
you’ve reached the end of the episode
To be continued…

I hope this helps :blob_hearts:

1 Like

THANK YOU SO MUCH!
This is amazing!

1 Like

No problem! :sparkling_heart: ask me if you need anything else :slight_smile:

1 Like

if you have time do you think you could make me one?

Sure! You can PM me a background (pixabay) or a theme you would like the menu in.

1 Like

Give me a hot second and I will get you the details!