Help with If, Elif, Else!

I dont know what Im doing wrong. When I try it in the app, even if I have chosen another option, only works the “else” option.

I need help!!

if (OUTFIT is “Outfit 1”){
@LAIRA is dustoff_loop
@LAIRA changes into SPY OUTFIT
}
elif (OUTFIT is “Outfit 2”){
@LAIRA is dustoff_loop
@LAIRA changes into SPY OUTFIT 2
}
elif (OUTFIT is “Outfit 3”){
@LAIRA is dustoff_loop
@LAIRA changes into SPY OUTFIT 3
}
else {
@LAIRA changes into LAIRA_default
}

I dont know what you did wrong but ry asking @Dara.Amarie ?

@Laira Only put your gain in the parentheses, don’t put any excess text, and don’t use quotation marks either… Hope this helped!
-@Cassandra_Dean

She’s using the choice name method for the if/elif/else. You can learn about that here: HOW TO: Remember Past Choices (if/elif/else)

1 Like