Feedback

  • Contents
 

scripter.createChatObject Method

Definition

This method creates a new ChatObject.  Use this method to keep track of multiple inbound chats.  The Scripter chat object does not allow placing of outbound chats.

Syntax

var objChat = scripter.createChatObject();

Prototype

scripter.createChatObject([out,retval] ChatObject)

Input Parameters

None.

Return Values

ChatObject

The new ChatObject that was created.