SB_CHAT_SAY

From SmartBots Developers Docs
AdminBot for LSLCommands
Revision as of 20:10, 29 June 2016 by Phil (Talk | contribs) (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|...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sends your message to the group chat.

Variables

The following table shows input values (you send them with the API call) and returned output values.

Variable Required Description


str yes message text
id yes --

Example

llMessageLinked(LINK_SET, SB_CHAT_SAY, "Hello everyone!", NULL_KEY);