Help please. Directing help

When you want to make a choice matter and there be 1 right answer and 2 wrong how do u make it go back to where they decide??? I’m confused. Like let’s say right, left or straight and only one way works. How do I write that into the script???

You have to label the choice at the beginning.

label right_or_wrong

CHARACTER
Dialogue.

choice
“Wrong Answer” {
goto right_or_wrong

} “Right Answer” {
#continue

} “Wrong Answer” {
goto right_or_wrong
}

1 Like

THAnk you!!! I’m gonna go see if I can make it work

Yay!!! It worked… thank you so much @Dara.Amarie

1 Like

You’re welcome! :grinning:

1 Like

Glad this got resolved! Closing :v:t2: