if (CHARACTER =1) {
@CHARACTER changes into Your 1st Outfit no jacket
} elif (CHARACTER =12) {
@CHARACTER changes into Your 1st Outfit with jacket
} elif (CHARACTER =2) {
@CHARACTER changes into Your 2nd Outfit no jacket
} elif (CHARACTER =22) {
@CHARACTER changes into Your 2nd Outfit with jacket
} elif (CHARACTER =3) {
@CHARACTER changes into Your 3rd Outfit no jacket
} else {
@CHARACTER changes into Your 3rd Outfit with jacket
}
2 Likes