so in my last episode the reader choose 1 out of 3 outfits to wear on a date that doesn’t happen until later the next episode. meaning their character will be wearing something different in the beginning of the episode and then later will change into the date outfit.
how do i make sure that the character wears the outfit the reader chose?
1 Like
okay so for example
NARRATOR
what do you want CHARACTER to wear?
choice
“blue”{
@CHARACTER changes into blue_outfit
gain blue
}
“red”{
@CHARACTEE changes into red_outfit
gain red
}
“orange”{
@CHARACTER changes into orange_outfit
gain orange
}
then in the next episode you code
if (blue){
@CHARACTER changes into blue_outfit
}
if (red){
@CHARACTER changes into red_outfit
}
if (orange){
@CHARACTER changes into orange_outfit
}
then you start the episode
1 Like
but what if my character is wearing a different outfit in the beginning of the new episode?
where would i put it?
and will i be able to see it work on the preview screen while i’m writing?
wdym