Advance clothing choices

Hi, I’m currently working on an episode and I made my character choose from 3 outfits and then later on my character changes outfits to a hospital gown. How do I have my character change into the player’s original outfit choice without having to do the outfit game

Use the previews/unpreviews command for the hospital gown

1 Like

Inside of the choice where you had them choose the original outfit, write gain outfit1, gain outfit2, and gain outfit3, and then later you can write:

if (outfit1) {

@MC changes into outfit1

} elif (outfit2) {

@MC changes into outfit2

} else {

@MC changes into outfit3

}

Thank you for linking, also, OP, if you’re planning on getting them changed in the next episode or so:

Example of a dressing game with gains: Dressing Game with Flags | Dara Amarie

Resetting your gains (also called flags) to test other options out: HOW TO: Reset Story Progress + Bonus Stuff :blob_sun: