BOT_SAY_CHAT
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 05:42, 19 May 2017 by Chevonn Edelmann (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_SAY_CHAT}} <onlyinclude>Commands bot to say a message on the specified channel</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_SAY_CHAT...")
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,"Sendign this to local chat","0");
- BOT SAY CHAT