ADVICE - how to....script

you have to put it like this
NARRATOR
Would you like to skip this chapter?
choice
“Yes, I would like to SKIP this chapter” {
goto end_chapter
} “No, I would like to READ this chapter” {
goto start_chapter
}

label start_chapter

######### WHOLE CHAPTER CODING #########

INT. BLACK - NIGHT

label end_chapter

NARRATOR
To be continued…

hope it helped
(just replace the part with # with actual coding :hugs:)
You can edit the choices
and if you want I can put the ‘Are you sure?’ part if you’d like

3 Likes