Can someone help me with this error please?!

choice (Eps1Outfit)
“This”{
@BREE previews outfit BREE_SPORT1
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
@BREE is admire
@pause for a beat
@BREE starts idle

    BREE (idle_arms_crossed)
(Ha. This looks so much better then what everyone else is wearing.)

choice
“Wear this!” {
@BREE changes into BREE_SPORT1

gain SampleGirlOutfit

goto afterdg1

} “I’ll try something else.” {
@BREE unpreviews outfit BREE_SPORT1

goto dressinggame_1

}} “That.” {
@BREE previews outfit BREE_SPORT2
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
@BREE is admire
@pause for a beat

    BREE (idle_arms_crossed)
(This looks so much nicer!)

choice
“Wear this!” {
@BREE changes into BREE_SPORT2

gain BREE_SPORT2
#This will let you check if they made this choice later.
goto afterdg1

}“I’ll try something else”{
@BREE unpreviews outfit BREE_SPORT2

@BREE starts idle_arms_crossed
goto dressinggame_1

}

label afterdg1

@BREE starts idle_happy

where the bold is is where episode says the error is.
The error is: there is a { on line 996 that does not have a matching }.
I’ve tired to add a } in a few places but it won’t work. and its annoying me so if anyone could help :slight_smile:

U forgot a bracket somewhere

I know but i don’t know where :frowning:

Where it says “Wear this”

its still not working

I’d say the bracket is missing after the last one you made, before label afterdg1
But I’m not really sure…sorry

its still not working :sob::sob::sob:

Where it says “That”

Maybe?

choice (Eps1Outfit)
“This”{
@BREE previews outfit BREE_SPORT1
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
@BREE is admire
@pause for a beat
@BREE starts idle

    BREE (idle_arms_crossed)
(Ha. This looks so much better then what everyone else is wearing.)

choice
“Wear this!” {
@BREE changes into BREE_SPORT1

gain SampleGirlOutfit

goto afterdg1

} “I’ll try something else.” {
@BREE unpreviews outfit BREE_SPORT1

goto dressinggame_1

}} “That.” {
@BREE previews outfit BREE_SPORT2
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
@BREE is admire
@pause for a beat

    BREE (idle_arms_crossed)
(This looks so much nicer!)

choice
“Wear this!” {
@BREE changes into BREE_SPORT2

gain BREE_SPORT2
#This will let you check if they made this choice later.
goto afterdg1

}“I’ll try something else”{
@BREE unpreviews outfit BREE_SPORT2

@BREE starts idle_arms_crossed
goto dressinggame_1

}}

label afterdg1

@BREE starts idle_happy