mwg API
    Preparing search index...

    Interface TwineStory

    A story imported from Twine's Twee notation, ready for StageScript.runStory.

    interface TwineStory {
        start: string;
        story: StoryScript;
        title?: string;
    }
    Index
    start: string

    StoryData's start passage when the file names one, else the first passage

    story

    title?: string

    the StoryTitle passage, when the file has one