BOT_TAKEOFF
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 12:31, 4 March 2019 by Scullyuk (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_TAKEOFF}} <onlyinclude>Removes a clothing item, body part or attachment (the opposite of the wear command).</onlyinclude> {{API Variables Table}} {{AdminB...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Removes a clothing item, body part or attachment (the opposite of the wear command).
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 item to take off |
Example
llMessageLinked(LINK_SET, BOT_TAKEOFF, "", "23e07a61-0502-966c-d8a0-19fd433fbcda");
- BOT TAKEOFF