BOT_TELEPORT
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 06:24, 19 May 2017 by Chevonn Edelmann (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_TELEPORT}} <onlyinclude>Commands bot to teleport to a specified location</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_TELEPORT}} {{A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Commands bot to teleport to a specified location
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | location to teleport to - Region/x/y/z | |
id | yes | -- |
Example
llMessageLinked(LINK_SET, BOT_TELEPORT, "Region/128/128/20", "");
- BOT TELEPORT