Difference between revisions of "AdminBot for LSL/Commands/SB CHAT SAY"
From SmartBots Developers Docs
(Created page with "{{DISPLAYTITLE: SB_CHAT_SAY}} <onlyinclude>Sends your message to the group chat.</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|SB_CHAT_SAY}} {{API Variable|...") |
m (Gg moved page AdminBot for Groups/Commands/SB CHAT SAY to AdminBot for LSL/Commands/SB CHAT SAY) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
<onlyinclude>Sends your message to the group chat.</onlyinclude> | <onlyinclude>Sends your message to the group chat.</onlyinclude> | ||
− | {{ | + | {{AdminBot Variables Table|command=SB_CHAT_SAY}} |
{{AdminBot Required Vars|SB_CHAT_SAY}} | {{AdminBot Required Vars|SB_CHAT_SAY}} |
Latest revision as of 13:11, 12 May 2017
Sends your message to the group chat.
// Command usage:
llMessageLinked(LINK_SET, SB_CHAT_SAY, string str, key id);
API parameters
llMessageLinked function accepts str and id parameters. Their meaning for SB_CHAT_SAY is explained below:
Variable | Required | Description.
| |
---|---|---|---|
str | yes | message text | |
id | yes | -- |
Example
llMessageLinked(LINK_SET, SB_CHAT_SAY, "Hello everyone!", NULL_KEY);