Recap Scrip Template please help!

Hey can someone help me? @Jeremy or @Sydney_H (or anyone who knows) I want to give the readers a choice if they want a recap of the pervious chapter.

What is the script template for recap choices?

All help is appreciated! Thanks!!

2 Likes

In order to do that, you can have a choice at the beginning of your chapter that goes kind of like this:

NARRATOR

Do you want a recap of the previous chapter?

choice
“Yes”{

goto recap
}“No”{

goto start
}

Then you place labels in the portions after the choice and then essentially copy the script of the section of your last chapter that you want to recap for the reader. You could do something like this:

label recap

#RECAP SCRIPTING HERE

label start

#REST OF STORY HERE

I’m not very good at explaining things, so sorry if that’s confusing… :sweat_smile:

Thank you so so so much! I’ll give it a try! :heart: :heart:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.