Method Execute
Execute(string, NwObject?, params (string ParamName, string ParamValue)[])
Executes the specified NWN script. If scriptName does not specify a compiled script, nothing happens.
public void Execute(string scriptName, NwObject? target, params (string ParamName, string ParamValue)[] scriptParams)
Parameters
Execute(string, params (string ParamName, string ParamValue)[])
Executes the specified NWN script. If scriptName does not specify a compiled script, nothing happens.
public void Execute(string scriptName, params (string ParamName, string ParamValue)[] scriptParams)
Parameters
scriptNamestringscriptParams(string ParamName, string ParamValue)[]