HELP with choices and skipping scenes

there is gonna be a seggsy scene and some readers may find that uncormtable so i make an option to skip it… however i keep having script errors and i dont know what to do!
here’s the script


what is the correct template. I went to another thread and tried that but it still did not work.

1 Like

Here’s a quick template i made for you, you’ll have to edit everything accordingly but that’s the format for skip scene choices.


NARRATOR
Would you like to skip this scene?

choice
“Yes”{

NARRATOR
Okay, no problem!

goto afterscene
}
“No”{

NARRATOR
Okay, continuing now!

}

SCENE GOES HERE

label afterscene
AFTER SCENE GOES HERE


2 Likes

you need a { after the “skip”
and also a { after the “dont skip”

hope this helps! (:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.