What did I do wrong with that?

The choice isn’t working


I try to make two choice with divide choice from credit. It said “choice must follow dialog immediately not a brach.

2 Likes

Choice is on a separate line. :blush:

1 Like

@Dara.Amarie

So this is the format:

choice
“Choice1” {

Branch 1 here

} “Choice2” {

Branch 2 here

} “Choice3” {

Branch 3 here

}

Put dialogue before the choice. Maybe your Narrator can say something, but there has to be dialogue before a choice or else it won’t work.

1 Like

So i have to put choices before narrator talk?

1 Like

Not working

1 Like

What does your script look like now?

No, put choices after the Narrator talks. And like @ssea.episode said, use that format as well. Like this:

NARRATOR
Blaaa Blaa.

choice
“Choice 1”{
Branch 1
}
“Choice 2”{
Branch 2
}
“Choice 3”{
Branch 3
}

2 Likes

No. Vice versa.

I change it little bit

2 Likes

Wait…

1 Like

Did it work?

I’m confused when you told me put narr outside the choice. But hold on i’ll Fix

1 Like

There must be some sort of dialogue before a choice. :blush:

You said

Choice ) branch 1 here (

So that meant I can’t put any script into branch? Why tho

1 Like

You can put anything inside the branches, that’s just another way of saying the different paths with the choices. :blush:

Sure

What do you have now?

Do y’all mind tell me script with my script? I’ll copy it and paste it. I’m little confused about branch because I don’t know if it should be empty.

1 Like