As I build up my inventory system and other "reference" data my StoryInit file is getting unwieldly large, is there a way to have it source from multiple files so I can split things up for better organization (and it'd be really nice if it also helped with narrowing down errors, but I accept that might be a pipe dream).
There's also the possibility I am doing things very wrong and there's some other preferred way to include data that will be used throughout the story other than the StoryInit file.
On a similar note - can I split up the Javascript file? It, too is beginning to get excessively large.
There's also the possibility I am doing things very wrong and there's some other preferred way to include data that will be used throughout the story other than the StoryInit file.
On a similar note - can I split up the Javascript file? It, too is beginning to get excessively large.