BOT_SAY_CHAT
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 05:42, 19 May 2017 by Chevonn Edelmann (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Commands bot to say a message on the specified channel
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | message to send | |
id | yes | channel to say message on |
Example
llMessageLinked(LINK_SET, BOT_SAY_CHAT, "Sending this to local chat", "0");
- BOT SAY CHAT