PLEASE HELP Coding Error!

Can some one PLEASE HELP! It’s saying that there’s a { that doesn’t have a matching } on one of my branches but I can’t find the error!

label dressinggame_1
@speechbubble reset
NARRATOR
Pick a Costume.

choice (Eps1Outfit)
“Nightmare on Elm St”{
@HUMAN previews outfit Freddy
@HUMAN is eyeroll_sarcastic
@pause for a beat

    HUMAN (talk_shrug_neutral)
Washed up 80s horror icon..

choice
“Wear this!” {
@HUMAN changes into Freddy
@HUMAN changes hair into Straight Medium
HUMAN (talk_handsonhips_neutral)
Meh… okay.

gain Freddy
goto afterdg1

} “I’ll try something else.” {
@HUMAN unpreviews outfit Freddy
@HUMAN changes hair into Hair Flip
goto dressinggame_1

}}“80s Pop Icon”{
@HUMAN previews outfit ET Elliot
@HUMAN is eyeroll_sarcastic
@pause for a beat
@YOU is laugh_chuckle
HUMAN (talk_armscrossed_shrug_neutral)
I’m Elliot from ET…
HUMAN (eyeroll_sarcastic)
Duh!!

choice
“Wear this!” {
@HUMAN changes into ET Elliot
HUMAN (talk_shrug_neutral)
Fine, at least it’s not that bad.
gain ET_Elliot
goto afterdg1

}“I’ll try something else”{
@HUMAN unpreviews outfit ET Elliot
@HUMAN starts idle_armscrossed_shifteyes_loop
goto dressinggame_1

}}“Festival Girl”{
@HUMAN previews outfit HippieFestivalGirl
@HUMAN is eyeroll_sarcastic
HUMAN (talk_armscrossed_condescending_loop)
Like OMG! I look TOTALLY COOL!

choice
“Wear this!” {
@HUMAN changes into HippieFestivalGirl
HUMAN (talk_primp_neutral)
Like I’m totally cool enough for Coachella!
@HUMAN is eyeroll_sarcastic
gain HippieFestivalGirl
goto afterdg1

}“I’ll try something else”{
@HUMAN unpreviews outfit HippieFestivalGirl
@HUMAN starts idle_armscrossed_neutral_loop
HUMAN (talk_shrug_neutral)
Do I have to try on another costume?!
goto dressinggame_1
}
NARRATOR
Are you sure you want this costume?
choice “Yes!” {
goto afterdg1
} “No I want to change costumes!” {
goto dressinggame_1
}

label afterdg1

I think you need a closing } at the part after it says “Washed up 80s horror icon…”

just tried that and wasn’t it it was a new error saying choices must follow dialogue not a branch :frowning: thanks tho :slight_smile:

I fixed the coding thanks anyway! :smiley:

Oh okay :grin:

Moved to Directing Helps and Tips since it involves coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics. :wink: