Basically you will need to make the buttons tappable, and then create a label and goto to prompt the specific commands. So it will be something like this:
@overlay START create
@overlay START opacity 1 in 0
@overlay SKIP create
@overlay SKIP opacity 1 in 0
tappable
“START” {
goto start_episode
} “SKIP” {
goto skip_episode
}
And then at the start of your script you would put:
label start_episode
And at the end you would put:
label skip_episode