Here is how you code for the second one (the choice)
choice
“Start” {
goto start_episode
}“Skip” {
goto end episode
}
label start_episode
###Your story
label end_episode
###at the end of episode
And it you want anything locked then tell me
Here is how you code for the second one (the choice)
choice
“Start” {
goto start_episode
}“Skip” {
goto end episode
}
label start_episode
###Your story
label end_episode
###at the end of episode
And it you want anything locked then tell me