Drop Multiple Attachments to the Ground

6 March 2019

  • C10 - Added.

<data Commands> Type: Corrade progressive command Command[wiki]: batchdropobject Description[wiki]: The batchdropobject command allows Corrade to drop multiple attachments to the ground. Permissions[wiki]: inventory Parameters[wiki]: group, password, attachments Last Changes[wiki]: C10 - Added. </data>

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