0 votes
by (870 points)
Can SugarCube reference data in other story files, if they are in the same directory? Currently, my RPG engine is a separate story file from the game I'm using it for, which is cumbersome because I have to update both versions if I want to make any change to the engine. It would be convenient if I could just <<include>> the engine's passages in the main game.

1 Answer

0 votes
by (63.1k points)
selected by
 
Best answer
This is a compiler job, not a story format job. If you want to split a story over multiple files, look into Entwine or Tweego.

Entwine: https://github.com/klembot/twine-utils

Tweego: http://www.motoslave.net/tweego/
...