SayInstr

Instruction that causes a character to say something

Constructors

this
this(string text, string origin, bool show)
Undocumented in source.

Members

Functions

execute
bool execute(Script script)

Executes the instruction

isBlocking
bool isBlocking()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

origin
string origin;
Undocumented in source.
show
bool show;
Undocumented in source.
text
string text;
Undocumented in source.

Inherited Members

From IScriptInstr

execute
bool execute(Script script)

Execution function that runs the instruction

isBlocking
bool isBlocking()

Gets whether the instruction is blocking

Meta