Error in dressing game

I’m making a dressing game but theres an error telling me that my casual option is an unexpected dialogue? I checked my brackets and everything but theres still an error. Please help me out -

label choosing_outfit

    ELLIE (think_rubchin)
    What should I wear 

choice

“Casual”{

@ELLIE walks to screen center in zone 2

@ELLIE changes into ELLIE_Casual

}

“Smart”{

@ELLIE walks to screen center in zone 2

@ELLIE changes into ELLIE_Smart

}

“Pretty”{

@ELLIE walks to screen center in zone 2

@ELLIE changes into ELLIE_Pretty

}

@ELLIE walks to screen center in zone 2

@pause for 3

    ELLIE
    (Do I want to wear this, or choose something else.)
    
    choice 
    "yes" {

ELLIE (talk_agree_happy)
This is perfect
}
“Let’s try something else” {

goto choosing_outfit

}

@ELLIE exits left

Are you skipping a line between them? I believe that Casual should be written right under choice.

thank you but now theres a new error saying that Smart is either not capitalized or the brackets aren’t closed but that’s not true so im really confused

Maybe do the same thing for them, make sure you aren’t skipping lines hmm :thinking:

It’s all about practice ^^

OMG thank you so much. BTW I love how the episode community is so quick on their feet. thanks so much

much love,
Taylor

Solved and closed. :smiley: