Can someone help me please!

I don’t understand what is wrong?

label dressinggame_1

    WILLOW (think)
(Enough chit chat. What should I wear?)

choice (whatToWear1)
“Cute”{
@WILLOW previews outfit Willow 5
@WILLOW is admire
@pause for a beat

    WILLOW (talk_think)
What do you think? 

choice
}“Wear this!”{ It is saying there is an error here??
@WILLOW changes into Willow 5

gain Willow 5

goto afterdg1

}“NO!”{
@WILLOW unpreviews outfit Willow 5
goto dressinggame_1

}}“Badass!”{
@WILLOW previews outfit Willow 6
@WILLOW is admire
@pause for a beat

    WILLOW (talk_think)
What do you think?

choice
“Wear this!”{
@WILLOW changes into Willow 6

gain Willow 6
goto afterdg1

}“NO!”{
@WILLOW unpreviews outfit Willow 6
@WILLOW starts idle_arms_crossed
goto dressinggame_1

}

}“What I have on.”{

    WILLOW (primp_condescend)
(I already look great!)

goto afterdg1

}

label afterdg1

@WILLOW starts dustoff_loop

@pause for 2

    WILLOW (eyeroll)
(Let's go then!)

The error says unexpected block end: Did you forget the { which goes with this }, or forgot to put the word “choice” at the start of this choice option?

Sorry if the error is really visible!

Very appreciated if you could help.

Moved to Directing Helps and Tips since this is about scripting. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to ask me if there are any questions. :wink:

You don’t need that first “}” bracket as it’s directly after the word choice.

&

Glancing through it, I noticed your gains have spaces.

Read this:

Thank you so much!

No problem :wink:

Thank you!