Need help with coding☺️

Hey so when example i give the readers to choose the outfit with choices how am I supposed to like keep there outfit choice in the next episode? Idk if it’s clear🙂

Well, if after they choose their outfits you don’t change it into anything else, then it will stay the same as long as you don’t change it again

How is the outfit chosen going to be remembered in the next episode?:slightly_smiling_face:

Hi, I think you should use the gain and if/elif/else method😊 For example:
YOU
Dialogue here

choice
“Option 1”{
Dialogues here…
gain option_1
}
“Option 2”{
Dialogues here…
gain option_2
}

Then later on when you’re gonna need to remember that choice…

if (option_1){
Dialogue here…
}
if (option_2){
Dialogue here
}

You can also use ‘else’ rather of ‘if’ in the second one. I hope this helps​:blush::heart:

1 Like

Okay and when I’m gonna write the dialogue I need to write 3 times the same dialogue?

Yeah, but that’s just for tapping once! :woman_shrugging:t3: Using labels and a choice inside a choice is a safer option. :woman_shrugging:t3::woman_shrugging:t3:

You can also use choice names, points.

wait I’m still confused

How many options do you want to choose from?

3 outfit choices

Depends on what you want to do actually😅 You can just simply put out @CHAR changes into CHAR_Outfit name inside the ifs and else.

You can find templates here!

Yes that’s the best, lest hustle solution :blush:

1 Like

Thank you for your help😊

Also thank you😊

1 Like

No problem! :smiley:

1 Like

Closed: Thanks to @AnnSza and kind of @Dara.Amarie for the help :smiley: