Code help pleasee

How do I get a choice from a previous episode to carry over to the next episode

If your going a gain choice I`m pretty sure this saves.

Nope

Will that work in a whole new episode

Yes, this thread is about remembering methods you can use through your story

Oh, It has with mine?? If on episode 1 i would do for example
choice (MARIAH_CHOICE)
“option 1”{
gain option 2
}
“option 2”{
gain option 2
}

The in the next episode I do
if (option 1){
@MARIAH changes into NICOLA5_FANCY1
}
if (option 2){
@MARIAH changes into NICOLA5_FANCY2
}
This has worked on mine but it has been be the CORRECT and same wording all of it capital letters everything

Ok

Can u still get changed in episode 1 aswell as episode 2?

1 Like

Yea, Test it out, if that way doesnt work you can also do it this way
choice (MARIAH_CHOICE)
“option 1”{
}
“option 2”{
}

and then in episode 2 you can put
if (MARIAH_CHOICE is “option 1” ){
@MARIAH changes into NICOLA5_FANCY1
}
if (MARIAH_CHOICE is “option 2” ){
@MARIAH changes into NICOLA5_FANCY2
}
you dont need to use gains

Ok brill

1 Like

Did it work? x

Yeah thnx

1 Like

YW x

Closed: Marked as solved by op @mim1 :v: