Send Teleport Lure

lure (Commands)
TypeCorrade progressive command
Commandlure
DescriptionThe lure command sends a teleport lure to a specified avatar by name.
Permissionsmovement
Parametersgroup, password, firstname, lastname (or agent by UUID)
Last Changesnone

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

  • This command is the singular form of the batchlure command that sends out multiple lures.
  • This command teleports an avatar to the current location but if requesting a teleport lure from an avatar is desired then please use the requestlure command.

secondlife/scripted_agents/corrade/api/commands/lure.txt ยท Last modified: 2022/11/24 07:45 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.