Unexpected dialog!

Hey guys! this is my first time writing a story and I’m not used to doing anything and I am trying to do a dressing game then when I saved my script it says Unexpected DIALOG?

can you please help me?

my script is down below

label dressing_game
AMY
What should I wear?
choice
¨Outfit 1¨{

@AMY walks to upscreen left in zone 3

@AMY changes into School outfit 1

}
Outfit 2¨{

@AMY walks to upscreen left in zone 3

@AMY changes into School outfit 2

}
¨Outfit 3¨{

@AMY walks to upscreen left in zone 3

@AMY changes into School outfit 3

}

@AMY walks to screen center in zone 2

@pause for a beat

    AMY (think_rubchin)
    shall I wear this or try something else?)

choice
¨wear this outfit¨{

    AMY (idle_headbob_neutral_loop)
    (This is perfect!)

}
¨Try something else.¨{

Goto dressing_game

}

@AMY exits left

Thank you!!!

Here is the problem:

Try this instead:
AMY (think_rubchin)
Shall I wear this or try something else?

I fixed that and it still says unexpected DIALOG: outfit 1}