-
Notifications
You must be signed in to change notification settings - Fork 8
processOut
MicroBlaster edited this page Sep 21, 2019
·
1 revision
Purpose: Resumes processing out outgoing data that was trapped by a TextOutTrigger.
Syntax: processOut {text}
{text}: The data to process.
Notes: Any outgoing text that is caught by a TextOutTrigger is taken out of the outgoing buffer by the "getOutText" command. This command will return it to the buffer so that it can be processed by other scripts and/or sent to the remote server.
It is often a bad idea to send trapped outgoing data directly to the server using the "send" command. This is because in doing so, you prevent any other active scripts from trapping the same data when it is sent out.
Example:
.