takeoff
From SmartBots Developers Docs
Jump to: navigation, search
Removes a clothing item, body part or attachment (the opposite of the wear command).
Bot.takeoff(uuid);
Reference
This command accepts the following parameters:
Variable | Required | Description
| |
---|---|---|---|
takeoff: | |||
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 |
- takeoff