BOT_INSTANT_MESSAGE
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 08:29, 26 May 2017 by Chevonn Edelmann (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Commands bot to send an instant message to an avatar
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 | name of avatar OR uuid of avatar to send message to | |
Example
llMessageLinked(LINK_SET, BOT_INSTANT_MESSAGE, "This is an IM", "Receiver Name/UUID");
- BOT INSTANT MESSAGE