Need help with remembering outfits

I used this script coding for remembering choices:

if (OUTFIT_1 is “Option 1”) {

@CHARACTER changes into Outfit1

} elif (OUTFIT_1 is “Option 2”) {

@CHARACTER changes into Outfit2

} else {

@CHARACTER changes into Outfit3

}

I changed the character name and the outfit names and everything but when I go to the next scene, my character automatically changes into outfit #3 instead of any other outfits I choose. Can someone please help me figure out what’s wrong? Here’s a screenshot of my script for reference.

Maybe try a template? I see nothing wrong, but I could have just skipped something.

If you want to use templates, here are some from Dara.Amarie.ep

Simple Dressing Game:

Dressing Game with gains:

Read this to see exactly how that code works: HOW TO: Remember Past Choices (if/elif/else)

Okay I think I got it… thanks guys!

Moved to Directing Helps and Tips since this involves coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

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