I need help remembering!

Hi, so I made the MC go shopping. The MC had 4 choices
ZAINA (tinker_loop_rear)
Check this out!
@pause for 1
label club_change
NARRATOR
…Every outfit has fishnets
choice
“Red Shortie” {
@ZAINA changes into ZAINA_CLUB_RED
@pause for 0.5
@ZAINA is blow_kiss
TENCI (talk_apathetic)
Well damn!
@zoom on 406 92 to 298% in 2
@zoom on 403 384 to 298% in 2
@ZAINA is laugh_chuckle
@pause for 0.6
ZAINA (applaud_loop)
Totally cute!
choice
“Buy it!” {
gain ZAINA_CLUB_RED
continue
}
“Lemme see the others!” {
@ZAINA is tinker_loop_rear
@pause for a beat
goto club_change
}}
“Purple Shortie” {
@ZAINA changes into ZAINA_CLUB_PURPLE
@pause for 0.5
@ZAINA is blow_kiss
TENCI (talk_apathetic)
Well damn!
@zoom on 406 92 to 298% in 2
@zoom on 403 384 to 298% in 2
@ZAINA is laugh_chuckle
@pause for 0.6
ZAINA (applaud_loop)
Totally cute!
choice
“Buy it!” {
gain ZAINA_CLUB_PURPLE
continue
}
“Lemme see the others!” {
@ZAINA is tinker_loop_rear
@pause for a beat
goto club_change
}}
“Blue Shortie” {
@ZAINA changes into ZAINA_CLUB_BLUE
@pause for 0.5
@ZAINA is blow_kiss
TENCI (talk_apathetic)
Well damn!
@zoom on 406 92 to 298% in 2
@zoom on 403 384 to 298% in 2
@ZAINA is laugh_chuckle
@pause for 0.6
ZAINA (applaud_loop)
Totally cute!
choice
“Buy it!” {
gain ZAINA_CLUB_BLUE
continue
}
“Lemme see the others!” {
@ZAINA is tinker_loop_rear
@pause for a beat
goto club_change
}}
“Black Shortie” {
@ZAINA changes into ZAINA_CLUB_BLACK
@pause for 0.5
@ZAINA is blow_kiss
TENCI (talk_apathetic)
Well damn!
@zoom on 406 92 to 298% in 2
@zoom on 403 384 to 298% in 2
@ZAINA is laugh_chuckle
@pause for 0.6
ZAINA (applaud_loop)
Totally cute!
choice
“Buy it!” {
gain ZAINA_CLUB_BLACK
continue
}
“Lemme see the others!” {
@ZAINA is tinker_loop_rear
@pause for a beat
goto club_change
}}
Then the MC changes back into the outfit she was wearing before she started changing. And then I continued on with the story then when it was time to go change into the outfit she bought but I don’t know how to make her change into the outfit she bought.
Please help! :disappointed_relieved:

1 Like

if (ZAINA_CLUB_RED){
@ZAINA changes into ZAINA_CLUB_RED
}elif (ZAINA_CLUB_PURPLE){
@ZAINA changes into ZAINA_CLUB_PURPLE
}elif (ZAINA_CLUB_BLUE){
@ZAINA changes into ZAINA_CLUB_BLUE
}else{
@ZAINA changes into ZAINA_CLUB_BLACK
}

1 Like

Thank you, I tried using the if elif else thing but I couldn’t figure it out.

ALISONHARDCASTLE105

Closing due to one month of inactivity :slight_smile: