Weird Choice Error Help

Once in a while, I’ll try to make choices and it says there’s an error “choices must follow dialouge immediately, not a branch.” But I always put dialouge after choices. Usually I just delete the whole thing and start over when that happens, but that’s not working anymore. But in this specific choice I had already made it and had it saved with no errors. That error only popped up only after I changed my character’s animation of the dialouge. I’m not sure why it was okay before and now there’s an error. I’m so confused! What do I do?

My script is

choice “Choice1” {

    CHARACTER
..........................................

    CHARACTER
...........................................

} “Choice2” {

    CHARACTER
    ..................

}

What do you have before the choice?

Just a few lines of narration

It should be;

NARR
Bla bla
choice and you leave a space, and in the following line you put the options
“Choice 1”{

}

There must be line of dialogue right before a choice, that error comes up when you put something else between the narration and the choice

Did you put @ (with commands?) Like;

@char is idle

Choice "choice1{

Dialog

}

something like that? 'cause this will give you an error

I got it fixed thank you all for your help!

1 Like