Directing and choices

label begin

NARR
Would u like to read this chapter, it’s been updated?

choice
“Yes”{

goto read_one

}“No”{

goto read_two

}

label read_one

NARR
Are you sure you’d like to read?

choice
“Yes, i’m sure”{

goto read_story

}“No, take me back”{

goto begin

}

label read_two

NARR
Are you sure you’d like to skip?

choice
“Yes, i’m sure”{

goto end

}“No, take me back”{

goto begin

}

label read_story

#all of the script for the episode goes here

label end

#ending messages

P.S I recommend to check out: HOW TO: Labels and Gotos 🖤

1 Like