How do I change back to reader's choice of outfit?

I have a scene in which my character goes shopping at a mall and tries on a few outfits.
Before that, I had made my readers choose the outfit the character wears to the mall.
After shopping, how do I get the character to wear the outfit the reader chose in the beginning?

1 Like

You’d need to use if/elif/else coding to remember. The choice name and option method is best for this.

Example:

1 Like

BTW you can read in more detail about remembering choices here:

2 Likes

You could do

@CHARACTER previews outfit outfit name
and
@CHARACTER unpreviews outfit outfit name

3 Likes

YES omg how did that not cross my mind
:scream: :joy:

&

5 Likes

I’ve been wondering what was that command was. Thanks!

1 Like

Thanks a ton! Will definitely try it out!

Hahaha, thank you x

I just have one question.
Should the unpreview command be included in choice 1/2 itself, or after the reader has chosen which one to buy?

I’d include it at the end of the choice, because if they’re trying on more than one outfit, then the outfit names would be different. :slight_smile:

1 Like

Thank you, it worked! x

1 Like

I’m glad! Good luck with the rest of the story :heart:

1 Like

Thank you so much love! x

1 Like

in general you put the unpreview there whereyou want to change back…it is posible alos to use it for half scene.li MC goes to the ball so she is wearing fancy dress and changed hairs and then when she comes me you can use unpreview to get back to her original look

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