Remembering choices? Can't make her change into the outfit she chose

You didn’t used gains in your dressing game, so you need to use naming choice method to bring it up, also you used if three times.

Try:

if (outfit is “Choose outfit 1”) {
@HAZEL changes into HAZEL_OUTFIT1

} elif (outfit is “Choose outfit 2”) {
@HAZEL changes into HAZEL_OUTFIT2

} else {
@HAZEL changes into HAZEL_OUTFIT3
}

And read Dara’s guide :slight_smile:
HOW TO: Remember Past Choices (if/elif/else)

1 Like