30 April 2027
type
parameter to be passed.6 October 2016
unwear (Commands) | |
---|---|
Type | Corrade progressive command |
Command | unwear |
Description | The unwear command takes as parameter a CSV list of wearables and un-wears them. |
Permissions | grooming |
Parameters | group , password , wearables , type |
Last Changes | Release 9.163 - added the ability to unwear by slot and inventory UUID - the command now requires the type parameter to be passed. |
The unwear
command takes as parameter a CSV
list of wearables and un-wears them.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
unwear | group , password , wearables , type | grooming | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Un-wear "Dragon Tattoo" // and "Grey Skirt" "command", "unwear", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "type", "path", "wearables", wasListToCSV( [ "/My Inventory/Clothing/Dragon Tattoo", "/My Inventory/Clothing/Grey Skirt" ] ) ] ) ); |
Parameter | Possible Value | Description |
---|---|---|
type | path | Detach the wearables list by a path to inventory items. |
UUID | Detach the wearables list by UUID. |
|
slot | Detach the wearables list by wearable slot. |
Please note that this function is an aggressive function which allows un-wearing body-parts which may result in the avatar not being able to be rendered provided that the removed body-part is not replaced.