Can anyone tell me how to do this?

does anyone know how to do that thing where you have a choice that asks a question and when you’re done asking the question it sends you back to the choice so you can ask the rest? (sorry if I’m bad at explaining)

2 Likes

So it goes like this.

label questions
CHARACTER2 (some animation)
What do you want to ask?
choice
“Question 1”{
CHARACTER (animation)
Question?
CHARACTER2 (animation)
Answer
goto questions
}
“Question 2”{
CHARACTER (animation)
Question2?
CHARACTER2 (animation)
Answer2
goto questions
}
“I asked all the questions”{
CHARACTER
Some text
}

1 Like

Hello @episode_kayla, this is Sydney the moderator. Welcome to the forum. :smiley: Moved this topic to Directing Helps and Tips since it’s about coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

thank you <3! it worked

1 Like

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