Choice issues and errors

How come when I make a choice of a new text message and there’s only one choice, there is an error that says’ Choices must follow dialog immediately, not a branch’?
Please help me, thank you :slight_smile:

Can I see the coding?

1 Like

18%20PM

And I added another bracket underneath, it’s just not visible.

It needs to be:

readerMessage Buzz Buzz
ALESSANDRA
What do you think of this dress?
choice
"1 NEW MESSAGE FROM- KASSIDY"{
KASSIDY
It looks so nice on you!
}
You need to put the readerMessage before the dialog.

1 Like

Oh ok! I’ll check it and make the changes! Thank you :two_hearts:

You’re welcome!:grin:

Also, I have another problem, it won’t continue after the choice.

What do you mean by that?

04%20PM

after the bracket underneath what Kassidy says, nothing else plays.

Is there another choice under it?

Nope

I’m sorry, but can you send me the script for after what she says?

Yeah, sorry I just read what you replied…

Is there an error message? If yes can you show me/tell me what it says?

No there is no error message, just when I preview it, it won’t move forward in the script

1 Like

Try labeling it, after the dialogue inside the brackets put:

goto story_continue

After brackets:

label story_continue

1 Like

So put goto story_continues right after the brackets or right after Kassidy speaks?

1 Like

Right after Kassidy speaks :slight_smile:

1 Like