Problem with dressing game

I’m trying to make a dressing game but it doesn’t seem to work for me. Any ideas why?

Moved to Directing Helps and Tips since this is likely a scripting error. Make sure to check out our Forum Tutorial for more info about where to correctly create topics. :wink:

what does the error massage say?

I noticed that you don’t have indentation where it should be. When a character is talking (Lines 106,125,135), you press tab twice, and all the dialogue under it should have tab pressed once. The space it creates should make the name of the speaking character BLUE and also change the color of their animation action.

choice is spelt wrong

@cut to zone 1

label dressing_game

HEATHER
(What should I wear today?)

choice
“Casual”{
@HEATHER is dustoff_neutral_loop
@HEATHER changes into HEATHER_casual
}“Sleepy”{
@HEATHER is dustoff_neutral_loop
@HEATHER changes into Heather_sleepy
}“Party”{
@HEATHER is dustoff_neutral_loop
@HEATHER changes into HEATHER_party
}

HEATHER (blow_kiss)
(I look amazing in this! Should I wear it?)

choice
“Um, yes! I am absolutely fantastic!”{
HEATHER (primp)
(I do look stunning after all.)
}“Nah, I’ve got nicer options than this.”{
goto dressing_game
}

@pause for a beat

Mine well do that if I put spaces in between them tack the spaces out