How to fix choices error -

Whenever I put my choice down it always says choice ‘choices must follow dialogue immediately, not a branch’
What am I doing wrong?

This is what I did

    CUSTOMGB
Oh my god, I am so sorry!

@CUSTOMMC1 is standup_neutral

@CUSTOMMC1 walks to screen right
@CUSTOMMC1 faces left
@CUSTOMMC1 dustoff_neutral_loop

choice
Be rude {

}
Be nice {

}

It’s exactly what it says, you need to have the dialogue before the exact choice, right now it’s not because there is demands before your choice, instead of the dialogue. It needs to look like :

CHARACTER
Oh my god, I am so sorry!

Choice
“Be rude” {

}
“Be nice” {

}

And maybe put your commands (@Character is …) before your dialogue using “&” or something, but a dialogue should always be before a choice.

Hope this helps, kind of.

It did !
Thank you so much, I’ve been stuck on this for days :joy:

No problem :grin:

1 Like

Oh great now it doesn’t work when i try and put the ‘consequences’ in the middle of the {}

Please help me out (again)

What is the error saying?

’ Expected CHARACTER or SCENE change. Found -------- instead. Did you forget to CAPITALIZE the name,or close the () around the animation?’

I put -
CUSTOMGB
Oh my god, I am so sorry!

choice
“Be rude” {
Ugh, watch where you’re going!
}
“Be nice” {
It’s okay, why the rush?
}

oof, nevermind I managed to solve it

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