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