Send Teleport Lure Request

<data Commands> Type: Corrade progressive command Command[wiki]: requestlure Description[wiki]: The requestlure command asks an avatar for a teleport lure. Permissions[wiki]: movement Parameters[wiki]: group, password, firstname, lastname (or agent by UUID) Last Changes[wiki]: C11 - added. </data>

The requestlure command asks an avatar for a teleport lure.

Command Required Parameters Required Corrade Permissions Example
requestlure group, password, firstname, lastname (or agent by UUID) movement
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "requestlure",
            "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 request lure.

Notes