Coding Error Help Please

if (OUTFIT_1 is “Outfit 1”) {
@ARIA changes into ARIA_INTERVIEW_OUTFIT 1

} elif (OUTFIT_1 is “Outfit 2”) {
@ARIA changes into ARIA_iNTERVIEW_OUTFIT2

} else {
@ARIA changes into ARIA_INTERVIEW_OUTFIT3
}

The name in the " " needs to be the one you wrote, word for word, for the choice.

Can read about the choice name and option method here: DARA’S GUIDE: Remember Choices with if/elif/else

A snippet:

Also, you don’t need the if/elif/else coding below it. it’s repetitive. if you character changes into something, they’ll remain in it unless u change them out of it. if/elif/else should be used for remembering choices that happen later on, usually (in your case, it’s not needed right below).

2 Likes