I have an idea for my next story, but I don’t know if it’s even possible…
Here goes:
I want the MC make a choice in the first chapter, where she decide which one of 3 different characters, she will join for the rest of the story. But can I make choice, that will last for more than one chapter?
You can’t make it last throughout the chapters. You will have to use gains -
NARRATOR
Who will you pick?
choice
“John”{
gain John
}
“Peter”{
gain peter
}
“Mark”{
gain mark
}
your story can go on as usual. But if you want to refer to any of these you would put the following
if (john){ scene for John here
}elif (peter){ scene for Peter here
}else{ scene for Mark here
}