Script

A visual novel script

Constructors

this
this(VNState state, Scene[string] manuscript)

Constructs a new script Always runs the "main" scene

Destructor

~this
~this()

Destructor

Members

Functions

bookmark
Bookmark bookmark()

Gets a bookmark

changeScene
void changeScene(string scene)

Changes the scene

runNext
void runNext()

Run the next instruction(s) Execution continues until the next non-blocking instruction

Variables

state
VNState state;

The state of the visual novel

Meta