OK so when I do choices I want them to be remember later in the story like Charater A ask Charater B something and A has to choices I want the choice A picked to be remember later in the story how do I go about doing this?
Also you know when your reading a story and the little tag drops down and it well say something like background by or a time or a day how do I do that not a speech bubble for a Charater but the other at the top.
Gains or points work best. There are examples of how to do both in the guides,
they helped me out a lot.
The little messages are called “Toasters” you type in:
readerMessage [enter message here]
1 Like
Ok think you I’ll give it a try
Also, to remember them later on you would do
if (name of choice/gain/) {
} elif (other choice/gain) {
}elif (other choice/gain { (add as many elif’s as you want.
} else { for the last one
1 Like
Thank you both of you. That help’s a lot.
2 Likes