How do I add to an already existing outfit?

I made an option for the player to be able to choose an outfit for a party she’s going to. Later in the episode, I’m planning on making her wear a jacket over her outfit. How do I add a jacket to what she’s already wearing since I won’t know which outfit the player chose?

Thanks!

-Kaya :smile:

1 Like

you have create new outfit

1 Like

first you have to remember readers choice for example by using gains.

Then you will use if/ else and create new outfits the same but with jacket

example:

NARR
What to wear?’
choice
“dress1”{
gain dress1
}”dress2“{
}

if (dress1){

here put change the dres1 + jacket outfit

}else{

here add dress2 with jacked

}

Ok, cool! Thank you for helping me out :slight_smile: