[][src]Module intfic::story_block

Represents an atomic chunk of story with text, effects, and options.

Structs

Choice

A choice has some text that the player will see, a list of words to match input against, and a result.

StoryBlock

StoryBlocks are atomic chunks of interactive narrative.

Functions

start_block

Starts reading the block with the given name in the given Vec<StoryBlock>.

start_blocks

Starts reading the first block in the given Vec<StoryBlock>.