Rename an Item

6 October 2016

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

11 September 2016

  • Release 9.122 - added.
renameitem (Commands)
TypeCorrade progressive command
Commandrenameitem
DescriptionThe renameitem command can be used to rename an inventory item.
Permissionsinventory
Parametersgroup, password, item, name
Last ChangesRelease 9.133 - The command now can take a path instead of a name.

The renameitem command can be used to rename an inventory item.

Command Required Parameters Required Corrade Permissions Example
renameitem group, password, item, name inventory
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "renameitem",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", wasURLEscape("/My Inventory/Objects/Carrot"), // or UUID
            "name", "Pig" 
        ]
    )
);

item can be the path to an inventory item or the UUID of an inventory item.


secondlife/scripted_agents/corrade/api/commands/renameitem.txt ยท Last modified: 2022/11/24 07:45 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.