Help gain script trouble (better for me to show you)

This is only if you don’t have a character change into anything else after that dressing game. Characters stay in outfits until you change them into a different outfit. You will need to use gains if you want to remember this outfit.

You’re using if (chose_outfit1) { but you didn’t add in this gain, chose_outfit1, or the other 2 gains to the dressup choices.

Now to remember the choice, you will have to use the if/elif/else method. You’re using if for all three options, in which case you’re suppose to only use if the first time, elif for the middle, and else as the last one (more on this in the guide below). This guide will help you: