AddCommandHandler(string,Delegate)
Summary
Adds a command handler. Dialogue will pause execution after the command is called.
void AddCommandHandler(string commandName, Delegate handler);
When this command handler has been added, it can be called from your Yarn scripts like so:
<<commandName param1 param2>>
Parameters