wear
From SmartBots Developers Docs
Bot PlaygroundCommands
Revision as of 16:16, 1 July 2016 by Phil (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>Commands bot to wear a clothing item, body part or attach an object.</onlyinclude> <syntaxhighlight lang="javascript"> Bot.wear(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Commands bot to wear a clothing item, body part or attach an object.
Bot.wear(uuid);
Reference
This command accepts the following parameters:
Variable | Required | Description
| |
---|---|---|---|
wear: | |||
uuid | yes | The inventory UUID of the item. Use the Personal Bot Control Panel to get this UUID. | |
Output: | |||
Function returns a Promise with the following data: | |||
success | bool | true if command completed successfully | |
error | string | error string if command has failed |
- wear