HELP! Dressing game errors

Hey y’all! So this is the script I’ve used but it’s giving me errors still. Could someone look at this script and let me know what I’m doing wrong please? Thanks!

label dressinggame_1
SAVANNAH GRACE
(What should I wear tonight?)

choice
“Red and Black”{
@SAVANNAH GRACE exits right
@SAVANNAH GRACE changes into Club Outfit 1
@SAVANNAH GRACE enters from right to screen center
&SAVANNAH GRACE is primp_neutral
SAVANNAH GRACE (think_rubchin)
(Do I like this?)

choice
“Wear this!” {
SAVANNAH GRACE (selfie)
(Looking good!)
@gain Club Outfit 1
goto finish_dressinggame_1
} “I’ll try something else.” {
goto dressinggame_1
}}“Black Widow”{
@SAVANNAH GRACE exits right
@SAVANNAH GRACE changes into Club Outfit 2
@SAVANNAH GRACE enters from right to screen center
&SAVANNAH GRACE is primp_neutral
SAVANNAH GRACE (think_rubchin)
(Do I like this?)

choice
“Wear this!” {
SAVANNAH GRACE (selfie)
(Looking good!)
@gain Club Outfit 2
goto finish_dressing
} “I’ll try something else.” {
goto dressinggame_1
}}“Boho Chic”{
@SAVANNAH GRACE exits right
@SAVANNAH GRACE changes into Club Outfit 3
@SAVANNAH GRACE enters from right to screen center
&SAVANNAH GRACE is primp_neutral
SAVANNAH GRACE (think_rubchin)
(Do I like this?)

choice
“Wear this!” {
SAVANNAH GRACE (selfie)
(Looking good!)
@gain Club Outfit 3
goto finish_dressing
} “I’ll try something else.” {
goto dressinggame_1
}}

You made the character to two animation try deleting the bloded one and I think that should fix it

1 Like

Remove the @ in front of the word gain. And gain names cannot have spaces. They can only be consisted of letters, numbers, and/or underscores.

@gain Club Outfit 1
gain Club_Outfit_1

1 Like

Thank you!

Thanks!

How is this not archieved

no idea

1 Like