Questions and Answers template

Hi!
Does anybody have a template for the questions and answers??

  label question_game1
      NARRATOR
   Enter your dialogue here.
   choice
   "Q1" {
    #enter your storyline here
    goto question_game1
    } "Q1" {
    #enter your storyline here
    goto question_game1
    } "Q1" {
    #enter your storyline here
    goto question_game1
    } "Q1" {
    #enter your storyline here
    goto question_game1
    } "End of questions game" {
    ####################
    goto end_question_game1
    }
    label end_question_game1
    #continue your story

Hope it helps…:hugs::blush:

1 Like

What do you mean by: “enter your storyline here” ?

Check Dara’s profile think she has one

1 Like

I already used it but it doesn’t work

How is it not working for you?

When I click on the question it doesn’t give me the answer.

Did you type in your answer inside the question choice?

yes, I did!

Can you show me your script?

Sure, just a second.

It also doesn’t show me the question.

Okay so you have to replace #[Question and answer script goes here] with your answer. You’re not actually suppose to put your anything inside those straight brackets. I was just showing you where you need to add the answer. And the pound sign (#) is used as a note in the script. When you add your answer, you need to use dialogue. Also, you should replace “Question 1” and “Question 2” and the others with your questions.

NARRATOR
What questions would you like to ask?

choice
“Do you have any siblings?” {

NARRATOR
Yes, I do! An older brother, a younger sister, and a twin sister!

goto QandA

1 Like

Okay! Thank you so much! And sorry for the disturb!

2 Likes

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