Batch Send Teleport Lure

30 April 2027

  • Release 9.163 - added.
batchlure (Commands)
TypeCorrade progressive command
Commandbatchlure
DescriptionThe batchlure command sends multiple teleport lures to multiple avatars.
Permissionsmovement
Parametersgroup, password, avatars
Last ChangesRelease 9.163 - added.

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