How to remove and take the bag?

So I have a character where she has different outfits with a same bag.
I want to make the different outfits into a choices.
But how do I make the outfit choice remember cuz I might want to remove the bag without any outfit changes except the bag?

you will need for each dress 2 identical outfits one with bag one without the bag.
If the reader cant choose if he has the bag then you do not need to remember it extra.if you have 3 different dresses you just need to remember them and based on the scene you will add if/elif else with these remembered choices and you will either add the outfit with a bag or without it

1 Like

thanks you!

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