Multiple People Choices

Hi!

I’m a little confused with making a choice that involves multiple people.
I want the scene to go like this:

Detective Inspector
Thank you for coming back in to join us today.

CHOICE

“I didn’t exactly have a choice”
Well when a police woman shows up at your door, you go with them

OR
“Of course”
Of course, I wouldn’t miss it.

If April says option 1 I want this to happen:

Detective Inspector
Ah I see, very true

If April says option 1 I want the scene to just move onto the next line.

Please help!

1 Like

You can just put the Detective’s dialogue inside the first branch:

choice
“I didn’t exactly have a choice” {
Well when a police woman shows up at your door, you go with them

Detective Inspector
Ah I see, very true

} “Of course” {
Of course, I wouldn’t miss it.

}

Oh it’s that simple :joy:
Thank youuu!

1 Like

Also, how do you move the position of the choice (where it’s located on the screen)?

You can move the speech bubble, but the choices will automatically be underneath the speech bubble and centered. :two_hearts::two_hearts:

Ah I see thank you! :grin:

1 Like

No problem! :revolving_hearts:

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