Please help me! Im new

Continuing the discussion from Help please Error: Choices must follow dialog inmediatly, not a branch:

1 Like

You must include a dialogue before u add the word “choice”

like this…

NARR
Who do you wanna play as?
choice
"Male"{
   NARR
Your avatar is a male.
}
"Female"{
 NARR
Your avatar is a female.
}

It’s not working :(, look.

Put your dialogue between the { } like
choice
“COOKIES”{
NARRATOR
You’ve chosen to eat cookies!
}

If you look at the line 355 you’ll see that there is no dialogue between the end of
} “This can’t be” {

} and the next } symbol

1 Like

Thanks for your answer, I already did it but it doesn’t work :(, did I did it right?

[image]

can you copy/paste lines 351 - 363
and I’ll show you using your scripting-- that way you can see and you can copy paste it back into your script

ELIZABETH(sigh_disappointed)
Unbelieveble
choice
“Omg” {
ELIZABETH (sigh_disappointed)
Omg, mom!
} “This can’t be” {
ELIZABETH (scream_angry)
You are making this more difficult, mom.
}

ELIZABETH (sigh_disappointed)
Incredible.
    ELIZABETH (sigh_disappointed)
Unbelievable!

choice “OMG” {

    ELIZABETH (sigh_disappointed)
Omg, Mom!

} “This can’t be” {

    ELIZABETH (scream_angry)
You are making this more difficult, Mom!

}

    ELIZABETH (sigh_disappointed)
Incredible.

Try this.

You were missing a space between ELIZABETH and (sigh_disappointed)

Thank you very much, it worked !!!

[image]

1 Like

Sometimes it’s the tiniest things --missing spaces or () or { } that will mess up your script :slight_smile:

It’s so true, tsm!

No problem, hon. Happy codings!

1 Like