BOT_WEAR
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 06:24, 20 May 2017 by Chevonn Edelmann (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_WEAR}} <onlyinclude>Commands bot to wear specified item</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_WEAR}} {{API Variable|str|yes}}...")
Jump to: navigation, search
Commands bot to wear specified item
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 the item to wear |
Example
llMessageLinked(LINK_SET, BOT_WEAR, "", "item uuid");
- BOT WEAR