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