Method ExecuteScript
ExecuteScript(string, uint)
Called when the game would execute the specified script name.
ScriptHandleResult ExecuteScript(string scriptName, uint oidSelf)
Parameters
Returns
- ScriptHandleResult
If this is a conditional script, return True or False. Otherwise return Handled if this script should not be called by other dispatchers or the game.