Dressing game choice, need help!

I need some help with remembering choices for a dressing game.

I have the if/elif/else coding in my script in the next scene after the dressing game. It’s at the top under the background choice.

For some reason it’s not changing to the pick of choice. I used Dara’s template and changed the outfit names to the names that I put in my dressing game.

This is my first time using this so I’m not sure if I’m missing something or not, any help would be much appreciated :slight_smile: :hugs:

Could you show your code?

what does your original dressing game have? May I see a screenshot of that as well?

#OK, so your if/elif/else should say:

if (OUTFIT_1 is “Outfit 1”) {
@HUNTER changes into hunter_outfit2

} elif (OUTFIT_1 is “Outfit 2”) {
@HUNTER changes into hunter_outfit3

} else {
@HUNTER changes into hunter_outfit1
}

#Your option name needs to match.

Here’s more information on the choice name and option method:

&

thank you sooooooooooooooo much!!!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.