Wear an Item from Inventory

6 October 2016

  • Release 9.133 - The command now can take a path instead of a name.

<data Commands> Type: Corrade progressive command Command[wiki]: wear Description[wiki]: The wear command is given a CSV list of wearables by name and the bot will wear them. Permissions[wiki]: grooming Parameters[wiki]: group, password, wearables Last Changes[wiki]: Release 9.133 - The command now can take a path instead of a name. </data>

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.

Notes

  • Please note that SecondLife terminology distinguishes between "wearables" and "attachments" where "wearables" are clothing items and body parts such as "Skirt, Shirt, Undershirt, Skin, Shape…" and "attachments" are objects. In case you are looking to attach and object, then please use the attach command.
  • If you are looking to change the entire appearance of the bot, as in, changing an outfit, then please use the changeappearance command.

secondlife/scripted_agents/corrade/api/commands/wear.txt · Last modified: by 127.0.0.1

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

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.