Dressing game errors

I have tried the dressing game many times but it keeps getting the same error.

@ALICE changes into PJS

INT. ISLAND BEDROOM - DAY

@ALICE stands upscreen right AND ALICE faces left

    ALICE
(Ugh, I hate mornings.)

@ALICE stands screen center AND ALICE faces right

@ALICE starts idle_happy_loop

@pause for 3

label dressing_game

    ALICE
(What should I wear today?)

choice
“Causal”{

@ALICE walks to upscreen left in zone 3

@ALICE changes into Causal

}

“Cute”{

@ALICE walks to upscreen left in zone 3

@ALICE changes into Cute

}

“Smart”{

@ALICE walks to upscreen left in zone 3

@ALICE changes into Smart

}

@ALICE walks to screen center in zone 2

@pause for a beat

    ALICE (think_rubchin)
(Should I wear this or try something else?)

choice
“Wear this outfit.”{

    ALICE (idle_headbob_neutral_loop)
(This is perfect!)

}
“Try something else.”{

goto dressing_game

}

@ALICE exits left

What’s the error?

@ALICE starts idle_happy_loop” try “@ALICE is idle_happy”
“label dressing_game” I know I get an error with _ so try “label DressingGame”
(This is for if it is in INK)

Delete the spaces between the brackets above “Casual”, “Cute”, “Smart”