Send Teleport Lure

<data Commands> Type: Corrade progressive command Command[wiki]: lure Description[wiki]: The lure command sends a teleport lure to a specified avatar by name. Permissions[wiki]: movement Parameters[wiki]: group, password, firstname, lastname (or agent by UUID) Last Changes[wiki]: none </data>

The lure command sends a teleport lure to a specified avatar by name.

Command Required Parameters Required Corrade Permissions Example
lure group, password, firstname, lastname (or agent by UUID) movement
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "lure",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            // or "agent", "69ce412b-dffc-436d-86ff-d788bfa66d9d"
            "firstname", "Sleepy",
            "lastname", "Resident"
        ]
    )
);
Optional Parameter Value Description
message A string. A message to send along with the teleport lure.

Notes