DATE QUESTION TEMPLATE (Assistance Needed!)

Can anybody provide me with a date question template that allows my characters to ask each other about 5 questions please and thank you.

1 Like

Here,

Template

label QandA

NARRATOR (CHARACTER)
What would you like to know?

choice [shouldPaginate: YES]

“Here goes Questions 1” {

#Here goes the answer for Question 1#

goto QandA

} “Here goes Questions 2 ” {

#Here goes the answer for Question 2#

goto QandA

} “Here goes Questions 3” {

#Here goes the answer for Question 3#

goto QandA

} “Here goes Questions 4” {

#Here goes the answer for Question 4#

goto QandA
} “Here goes Questions 5” {

#Here goes the answer for Question 5#

goto QandA

} “I don’t have any more questions.” {

NARRATOR
Are you sure you don’t want to ask anymore questions?

choice
“Yes, I’m sure!” {

} “No, I forgot something… ” {

goto QandA
}
}

3 Likes

@Sara-Luan How do I make them sit while asking the questions?

2 Likes

Like, you want them to be doing a sit animation wile the questions are being asked?

2 Likes

Yes

2 Likes

Just use the & command.

Example -

&CHARACTER is sit_animation

} “Here goes Questions 5” {

Put it under the choice questions command 4 each question.

3 Likes

@Davideogurl It’s not working

1 Like

Thanks

1 Like

@Davideogurl never mind I figured it out thanks!

1 Like