- Nov 16, 2019
- 299
- 87
so I want to break my "story" into multiple script files to make editing and coding easier without have twenty thousand lines to sift through to find where I need to be for which part of the story.
say for example my story is broken down by the hour,
how do I create a new script file?
then get the story to jump to the new script file once it reaches the end of the first one?
do I just use the "jump step(X)" command and insert label "step(X)" at the beginning? or will it simply move to the next script file once it runs out of script in the one it's in?
I know very basic and stupid questions but over half the wikis I find are shutdown and outdated so I want to make sure i'm using the correct coding for the latest version of renpy.
Thanks for helping
say for example my story is broken down by the hour,
how do I create a new script file?
then get the story to jump to the new script file once it reaches the end of the first one?
do I just use the "jump step(X)" command and insert label "step(X)" at the beginning? or will it simply move to the next script file once it runs out of script in the one it's in?
I know very basic and stupid questions but over half the wikis I find are shutdown and outdated so I want to make sure i'm using the correct coding for the latest version of renpy.
Thanks for helping