Someone please help me out

I’m trying to remember the outfit my MC is wearing and what hairstyle she has and it isn’t working. Here’s the code…

choice (Casual Outfit)
“Cool Grey” {

@ANAISA is dustoff_neutral_loop
@ANAISA changes into ANAISA_casual4
@pause for a beat
@ANAISA is dustoff_neutral_loop
@ANAISA is idle_handsonhips_neutral_loop
goto dressing_game1

}
“Ocean Deep”{

@ANAISA is dustoff_neutral_loop
@ANAISA changes into ANAISA_casual5
@pause for a beat
@ANAISA is dustoff_neutral_loop
@ANAISA is idle_handsonhips_neutral_loop
goto dressing_game1

}
“Soft Heart”{
@ANAISA is dustoff_neutral_loop
@ANAISA changes into ANAISA_casual3
@pause for a beat
@ANAISA is dustoff_neutral_loop
@ANAISA is idle_handsonhips_neutral_loop
goto dressing_game1

}
“Finished”{

@ANAISA is primp_neutral

}
label hair1

    ANAISA (think_rubchin)
(I should do something with my hair.)

choice (hair1)
“Curls” {

@ANAISA is primp_brushhair_happy
@ANAISA changes hair into Long Voluminous Curls Loose
@pause for a beat
@ANAISA is primp_brushhair_happy
@ANAISA is idle_handsonhips_neutral_loop
goto hair1

}
“Sleek Ponytail”{

@ANAISA is primp_brushhair_happy
@ANAISA changes hair into Sleek Ponytail
@pause for a beat
@ANAISA is primp_brushhair_happy
@ANAISA is idle_handsonhips_neutral_loop
goto hair1

}
“Straight”{

@ANAISA is primp_brushhair_happy
@ANAISA changes hair into Long Straight Loose Solid
@pause for a beat
@ANAISA is primp_brushhair_happy
@ANAISA is idle_handsonhips_neutral_loop
goto hair1

}
“Finished”{

@ANAISA is primp_neutral

}

Then to remember it…
if (Casual_Outfit is “Cool Grey”){
@ANAISA changes into ANAISA_casual4
} elif (Casual_Outfit is “Ocean Deep”){
@ANAISA changes into ANAISA_casual5
} else {
@ANAISA changes into ANAISA_casual3
}
if (hair1 is “Curls”){
@ANAISA changes hair into Long Voluminous Curls Loose
} elif (hair1 is “Sleek Ponytail”){
@ANAISA changes hair into Sleek Ponytail
} else {
@ANAISA changes hair into Long Straight Loose Solid
}

This needs to be the same as ↓
So change the choice name into Casual_Outfit

Oh wow, how did i not realize that, lol! Thank you!

1 Like

Never mind, it still isn’t working.

2 Likes

What do you suggest I do?

Use The Points System