Batch Send Teleport Lure

30 April 2027

  • Release 9.163 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: batchlure Description[wiki]: The batchlure command sends multiple teleport lures to multiple avatars. Permissions[wiki]: movement Parameters[wiki]: group, password, avatars Last Changes[wiki]: Release 9.163 - added. </data>

The batchlure command sends multiple teleport lures to multiple avatars.

Command Required Parameters Required Corrade Permissions Example
batchlure group, password, avatars movement
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "batchlure",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "avatars", wasListToCSV(
                [
                    "d60d4458-8145-4bc7-81ad-6b2f36b78ebf",
                    "Sleepy Resident"
                ]
            )
        ]
    )
);

Notes