i am wanting to try and add in a episode choice like a skip button i am unsure on how to do so, so i rather ask for help with this please and thank you.
NARR
Would you like to skip the next scene?
choice
“Yes, I would like to SKIP the next scene.” {
goto after_scene
} “No, I would like to READ the next scene.” {
continue
}
############ SCENE GOES HERE ############
label after_scene
1 Like