I need some help?!

So I want to know if there is any other way for you to make 2 different endings, other than using points? And if someone could explain to me how to make 2 different endings since I really don’t exactly get how to make it possible ? I would really appreciate the help :slight_smile:

You can do it based off of the characters past choices?

Do you know how to do that? Is it possible to remember past choices from different episodes?

I think so. Pm me I can tell you a few things!

@Dara.Amarie helped me with this issue some time ago.
You could pm her
Or you could find it here HOW TO: Remember Past Choices (if/elif/else)

I know how to use those but I don’t think those help with remembering choices from other episodes :thinking:

I’m not sure about ifs and elifs
but for gains it all works perfectly fine
remember that once a gain is, well, gained, it cannot be erased

Using any if/elif/else works throughout all episodes

Hey @Dara.Amarie and @MayPenny , I have the exact same problem. I want to remember a past choice from the previous episode but it won’t work. I’ve tried everything and read all your forums.

I hope you can help me with this… Okay so, here’s what I got right now…

Episode 1:
RANDOM TEXT
choice
“Jane”{
RANDOM TEXT
}
gain Jane
} (because I had more choices in one)
“Laurie”{
RANDOM TEXT
}
gain Laurie
}
RANDOM TEXT
end of episode 1

Episode 2:
RANDOM TEXT

NARRATOR
text effect - episode name

if (Jane){

NARRATOR
Let’s continue with Jane’s side of the story… Enjoy this episode!

}
else {

NARRATOR
Let’s continue with Laurie’s side of the story… Enjoy this episode!

}

When I chose for Laurie the story goes on with Laurie’s story, so, that part works. But when I chose for Jane the story goes on with Laurie’s story as well, instead of going on with Jane’s story, the way I want it to be.

Thanks in advance!
Yente