Dressing game with flags trouble

I’m having trouble with the dressing game with flags. When I preview it on the website & app I choose the first outfit choice but later on the episode instead of the first outfit the character is wearing the second outfit choice.

Hi @katyann_171
In that case you can try something like this
But first you have to create a new character. You can name it Dress if you like.
choice
“First outfit”{
@CHARACTER changes into You_outfit1
@DRESS =1
}
“Second outfit”{
@CHARACTER changes into You_outfit2
@DRESS =2
}
Then do this
If (DRESS =1){
@CHARACTER changes into You_outfit1
}
if (DRESS =2){
@CHARACTER changes into You_outfit2
}
Try something like this.

You need to reset story progress or unflag the gain in the story modifiers on the app