Creating new chapters?

I need some help on how to create a new chapter. I do not understand how to assign a specific .txt to be the next chapter. For now I am just using the basic given chapters but eventually I will have to create chapters myself when there is no more basic chapters. So how do I assign chapters in order or something like that?

1 Like

So, do you mean to create txt files and make them chapters? Its easy.
Create a txt file and name it the chapter’s name. For example, if the chapter’s called “escape”, name it “escape” and not “escape.txt”. Then, go to startup. In scene_list, add it below, it’ll run after the chapter on top of it. Then in the game, do *goto_scene {name} and that’s it. Hope it helped.
:smiley:

4 Likes

Oooh okay I got it thank you.

1 Like