Command: ole.Input(winid,text);
Syntax: ole.Input(string winid,string text);
Return: nothing

Use this command to trigger the OnInput event. This command is useful when you want to control other scripts that are using the OnInput event.

Example:
ole.Input("#foo","/command");
ole.Input("*","/command args");

See also: SetOutput, Echo, DelOutput, StripText


Home|Scripting