Hi there!
I am trying to write a new story, but came across a snag. I want to use the if/elif/else model to create a dress up game. However, they are not working for the remembering part of the script. I’ve done a lot of testing and trials, but don’t see what the issue is.
Would someone be so kind to tell me what I’m messing up in the coding?
Thank you so much for your help!
Jennifer Aria
[To explain:
The game I want to make has three branch options. Sexy outfits, Casual outfits, and Sophisticated outfits.
I divided the outfits into separate labels and separate sections.
The first two screenshots are of the game & the last two are of the code for remembering the outfits.]
From my understanding, it looks like you need to use a gain. So when your character changes into the specific outfit, it should say “gain nameofoutfit” and then that outfit will be remembered. If I’m correct, in the remembering section of your code after your character changes into an outfit, you should type “gain AYALLA_CasualBetty0” and so on for each outfit.