6 October 2016
wear (Commands) | |
---|---|
Type | Corrade progressive command |
Command | wear |
Description | The wear command is given a CSV list of wearables by name and the bot will wear them. |
Permissions | grooming |
Parameters | group , password , wearables |
Last Changes | Release 9.133 - The command now can take a path instead of a name. |
The wear
command is given a CSV
list of wearables by name and the bot will wear them.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
wear | group , password , wearables | grooming | llInstantMessage(CORRADE, wasKeyValueEncode( [ // wear "Dragon Tattoo" // from inventory "command", "wear", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "wearables", wasListToCSV( [ "/My Inventory/Clothing/Dragon Tattoo" ] ) ] ) ); |
Optional Parameter | Possible Value | Description |
---|---|---|
replace | true | Replace with the new item. |
false | Add the new item. |