So my friend helped me with if/elif/else code to remember the outfit choices. But when I test it on the app, and choose a specific outfit choice, it automatically chooses the first outfit choice not the one that I chose.
Here is the code that is not working. Please give me tips to fix this! Thank you.
if (Beige Stylish is “Outfit 1”) {
@NOELLA changes into Beige Stylish
} elif (Red Chic is “Outfit 2”) {
@NOELLA changes into Red Chic
} else {
@NOELLA changes into Puffy Cream
}
The outfit template.
NOELLA (flirt_liftchin_receive_shy)
What do I want to wear?
choice (OUTFIT_1)
"Beige Stylish" {
@NOELLA changes into Beige Stylish
#add your own dialogue and flirt_liftchin_receive_shys
} "Red Chic" {
@NOELLA changes into Red Chic
#add your own dialogue and flirt_liftchin_receive_shys
} "Puffy Cream" {
@NOELLA changes into Puffy Cream
#add your own dialogue and flirt_liftchin_receive_shys
}
NOELLA (flirt_liftchin_receive_shy)
Do I want to wear this one?
choice
"It's perfect!" {
#add your own dialogue and flirt_liftchin_receive_shys
} "No, I want to try on the others!" {
goto dressing_game_1
}