BOT_SIM_SEND_MESSAGE
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 02:25, 4 March 2019 by Scullyuk (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_SIM_SEND_MESSAGE}} <onlyinclude>Send a message to all avatars in a region. The bot must be an estate manager.</onlyinclude> {{API Variables Table}} {{Admi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Send a message to all avatars in a region. The bot must be an estate manager.
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 |
Example
llMessageLinked(LINK_SET, BOT_SIM_SEND_MESSAGE, "Sending this to all avatars in the region", "");
- BOT SIM SEND MESSAGE