Here’s what you do.
Assuming you already know about tappables…
Also the “start” and “customize” buttons seem like they have the same function so using either one should be good, then you’ll have the “skip” to move on with the story.
Use this:
**label menu
NARRATOR
Character customization.**
tappable
“START”{
goto customize
}“SKIP”{
NARRATOR
Are you sure you want to continue?
choice
“Yes”{
goto continue_story
}“No, I want to change something”{
goto menu
}
}
label customizer
Add CC here, then at the end add another confirmation
NARRATOR
Did you forget anything?
choice
“I did”{
goto customizer
}“No, I look amazing!”{
goto continue_story
}
label continue_story
The rest of you story here
If you want to send the reader back to the menu just change the goto to menu.