Hii, Can someone tell me how to keep the same outfit that the reader choose in the next chapter?
What do you mean? Like have the reader choose the outfit and have the character still wearing it in the next chapter?
when letting the reader choose and outfit you have to put
choice
“Black”{
@CHARACTER changes into CHARACTER_black_outfit
gain black
}
then in the next episode you have to put
if (Black){
@CHARACTER changes into CHARACTER_black_outfit
}
hope this helped, thats the best i can explain
Characters will stay in their outfit even into the next episode, unless you made them change into a different outfit. If you made them change into something else and want them to change back, CHECK THIS OUT
If you didn’t change them into something else, and you just want them to be in the same outfit they were in in the previous episode, you don’t need to do anything.