Unwear

30 April 2027

  • Release 9.163 - added the ability to unwear by slot and inventory UUID - the command now requires the type parameter to be passed.

6 October 2016

  • Release 9.133 - The command now can take a path instead of a name.
unwear (Commands)
TypeCorrade progressive command
Commandunwear
DescriptionThe unwear command takes as parameter a CSV list of wearables and un-wears them.
Permissionsgrooming
Parametersgroup, password, wearables, type
Last ChangesRelease 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.


secondlife/scripted_agents/corrade/api/commands/unwear.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.