You can’t add ‘else’ two times. The fist ‘else’ must be a ‘elif’
Like this:
if (OUTFIT_1 is “Option 1”) {
(@)AVA changes into AVA _GYM1
} elif (OUTFIT_1 is “Option 2”) {
(@)AVA changes into AVA _GYM2
} elif (OUTFIT_1 is “Option 3”) {
(@)AVA changes into AVA _GYM3
} else {
(@)AVA changes into AVA _GYM4
}
(I just needed to set the @ in brackets, because otherwise I would tag someone random
)