SB_CHAT_SAY
From SmartBots Developers Docs
AdminBot for LSLCommands
Revision as of 13:11, 12 May 2017 by Gg (Talk | contribs) (Gg moved page AdminBot for Groups/Commands/SB CHAT SAY to AdminBot for LSL/Commands/SB CHAT SAY)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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);
- SB CHAT SAY