NSayInstr

Instruction that causes a character to say something, this is nonblocking

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 SayInstr

show
bool show;
Undocumented in source.
origin
string origin;
Undocumented in source.
text
string text;
Undocumented in source.
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.

Meta