I’ve watched multiple videos on remembering choices. I’ve viewed script templates. I still don’t understand how this works! I understand how to actually put the coding. What I don’t understand is how to write dialog in between these, and continue this for the next chapter. I don’t understand how the story continues itself in this way. I quit writing my story because of this. I don’t want to give the choice over and over again at the beginning of the episode, but it starting to look like this is what I’m going to have to do to continue my story. Any help clarifying this would be great.
If you use gains you don’t need to have the choice at the beginning of each episode. Just use the if/elif/else code at the beginning. Lots of practice and patience and it’ll become second nature! Lots of great stories out there don’t have choices so don’t put yourself down about it
Thank you. I think the gains is really the only thing I understand. Is there anyway you can give me an example?
You can work with the points system like I do. It’s really easy and practice make it perfect
https://docs.google.com/document/d/1viP7xBZdqgUoYO2EVBTVRS0v8a_X_Wy-drxhOHxYIPo/edit?usp=sharing
Gains is easier for me I’ve written a really simple example below. Just put the if/elif/else when you want to remember a particular choice the reader made.
NARRATOR
Choose something to eat.
choice
“Pizza”{
gain pizza
}
“Pasta”{
gain pasta
}
“Ice cream”{
gain ice_cream
}
if(pizza){
Scene here for pizza
}elif(pasta){
Scene here for pasta
}else{
Scene here for ice cream
}
I’ll have to look at this one really closely lol. I have never tried the point system, but have seen this done! I’ll keep this in mind. Thank you
Hello, I never understood them either, but this thread helped me, try looking into it! They also help you if you have a problem.
I feel so dumb now! Because this literally make so much sense. Also, I’m almost 100% certain I have read your stories! (If I am thinking of the right person lol) And I love them.
Hahaha it’s easy when you get the hang of it I’ve only published one story so I doubt it is me
Whats you story called?
Until I Met You … link is in my profile
I thought your name looked familiar. It’s on my favorites list. I had to reread, because i switched from an android device to IOS. lol
Ahh nooo I’m sorry you have to re read it! But also thanks for sticking by it
I hate how they don’t have the platform switch. It’s alright. The story’s great!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.