BOT_LISTEN_LOCAL_CHAT
From SmartBots Developers Docs
Jump to: navigation, search
Commands bot to listen to messages in local chat and send them to the script
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | -- | |
id | yes | -- |
Result
One of the following events will be generated
Additionally the following events get generated every time the bot sees a local chat message
Example
llMessageLinked(LINK_SET, BOT_LISTEN_LOCAL_CHAT, "", "");
- BOT LISTEN LOCAL CHAT