BOT_TOUCH_OBJECT
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 05:41, 20 May 2017 by Chevonn Edelmann (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_TOUCH_OBJECT}} <onlyinclude>Commands bot to touch an object</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_TOUCH_OBJECT}} {{API Variab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Commands bot to touch an object
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 | uuid of object to touch |
Example
llMessageLinked(LINK_SET, BOT_TOUCH_OBJECT, "", "uuid goes here");
- BOT TOUCH OBJECT