BOT_LOCATION
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 11:26, 5 March 2019 by Scullyuk (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_LOCATION}} <onlyinclude>Returns the location of the bot.</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_LOCATION}} {{API Variable|str|...")
Jump to: navigation, search
Returns the location of the bot.
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | -- | |
id | yes | -- |
Result
The following event will be raised with the location of the bot
Example
llMessageLinked(LINK_SET, BOT_LOCATION, "", "");
- BOT LOCATION