BOT_OFFER_TELEPORT
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 12:22, 4 March 2019 by Scullyuk (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_OFFER_TELEPORT}} <onlyinclude>Commands bot send a teleport offer to the given avatar UUID</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|B...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Commands bot send a teleport offer to the given avatar UUID
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | a message to send with the teleport offer | |
id | yes | uuid of resident to send teleport offer to |
Example
llMessageLinked(LINK_SET, BOT_OFFER_TELEPORT, "Do you want to join me?", "d11fa786-c342-4785-8e1b-ac70a17a9aac");
- BOT OFFER TELEPORT