Drop Multiple Attachments to the Ground

6 March 2019

  • C10 - Added.
batchdropobject (Commands)
TypeCorrade progressive command
Commandbatchdropobject
DescriptionThe batchdropobject command allows Corrade to drop multiple attachments to the ground.
Permissionsinventory
Parametersgroup, password, attachments
Last ChangesC10 - Added.

The batchdropobject command allows Corrade to drop multiple attachments to the ground.

Command Required Parameters Required Corrade Permissions Example
batchdropobject group, password, attachments inventory
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "batchdropobject",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL),
            "attachments", wasListToCSV(
                [
                    "d065ba4f-64ca-0e1b-cf9a-316e2bbc77fe",
                ]
            ),
            "type", "UUID"
        ]
    )
);
Parameter Possible Value Secondary Parameter Possible Value Description
item An name or UUID. type UUID Drop attachments by supplying inventory UUIDs.
slot Drop attachments by attachment slot (Skull, etc.)
path Drop attachments by path in the inventory.

Notes

  • This command is a named plural of the dropobject command.

secondlife/scripted_agents/corrade/api/commands/batchdropobject.txt ยท Last modified: 2023/06/12 04:24 by office

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.