If/elif/else code remembering outfits

If you’re wanting the character to change into your remembered outfits, enter the following directly into your script (in place of what you currently have):

Script

if (EMIKA =1){
@EMIKA changes into ep2EMch
} elif (EMIKA =12){
@EMIKA changes into ep2EMchj
} elif (EMIKA =2){
@EMIKA changes into ep2EMch2j
} elif (EMIKA =22){
@EMIKA changes into ep2EMch3
} else {
@EMIKA changes into ep2EMch3j
}

1 Like