Please help me with right/wrong choices

Ok, so I’m trying to make a choice where the character has to remember a line from before in the story and if she chooses the right one then she can move on in the story. I’m not really sure how to explain it but I’m gonna copy and Paste what I got so far:
ANDREW (talk_reassure_neutral)
What room are you looking for?
@speechbubble is 176 277 to 100% with tail_top_right
YOU (talk_flirt_coy)
204.
@speechbubble is 176 277 to 100% with tail_top_left
ANDREW (talk_smile_happy_loop)
Right down that hall to your right.
@speechbubble is 176 277 to 100% with tail_top_right
YOU (talk_excited_happy)
Thank You!
@speechbubble is 176 277 to 100% with tail_top_left
ANDREW (flirt_wink_happy)
No problem, see you later.
ANDREW exits left
@speechbubble is 176 277 to 100% with tail_top_right
YOU (think_rubchin)
(Did he just wink at me?)
YOU (react_startled_surprised)
(I BETTER GET TO CLASS BEFORE THE BELL RINGS!!!)

That’s all I have so far but this is where I want to insert the choice. The question will ask what way Andrew said room 204 was. The options will be down the hall to the left, or down the hall to the right. Can someone please tell me how i can type that choice in or just do a copy and paste template to make my life easier? THANK YOU!
@Dara.Amarie could you help me at all on this?

If you’ve ever created a character customization scene you would use the same action to send them back to the original scene before the choice (if that makes sense)

that kindve makes sense but how would i write the whole choice? Because I dont even know how to write a simple choice. Do you think you can write an example?

so you would create a label for your choice for example

label room_204

choice
“204”{
So obviously you add in whatever happens if it’s right

}
"314{
CHARACTER
I don’t think that was it,.

goto room_204

}

Here’s the link to the dressing game tutorial in case you’re still confused

The difference between what you want and the dressing game however it that you don’t want the reader to have a choice as to whether they go to the beginning so you just say goto …

Oh I understand now, THANK YOU!

1 Like

No problem :grin:

1 Like

This is what I put but it’s not working because it’s saying I need to put a line of dialougue before the choice, do you know how I can fix it? This is what I put after the last clip I copy and pasted:

label to_the_left

choice “To the left” {
YOU
Yes! This is room 204!

} “To the right” {

} YOU
This is room 314, not room 204.

goto to_the_left

}

@Dara.Amarie could you help me out with this?

2 Likes

Nvm, just had to put dialogue b4 it

1 Like