30 April 2017
9 November 2016
ignore
and purge
actions.21 December 2014
replytolure
to replytoteleportlure
.replytoteleportlure (Commands) | |
---|---|
Type | Corrade progressive command |
Command | replytoteleportlure |
Description | The replytoteleportlure command can be used to reply to a teleport lure sent to Corrade. All the required parameters for the command can be retrieved from the lure notification or by querying the current teleport lures via the getteleportlures command. |
Permissions | movement |
Parameters | group , password , action |
Last Changes | Release 9.143 - added the ignore and purge actions. |
The replytoteleportlure
command can be used to reply to a teleport lure sent to Corrade. All the required parameters for the command can be retrieved from the lure notification or by querying the current teleport lures via the getteleportlures command.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
replytoteleportlure | group , password , action | movement | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Decline the teleport lure from // the avatar Batman Robin "command", "replytoteleportlure", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // obtained through the lure notification "session", "77cc39ca-7ecd-4ca4-acf9-b760c0ee90b3", // or "agent", "69ce412b-dffc-436d-86ff-d788bfa66d9d" "firstname", "Batman", "lastname", "Robin", // decline the teleport lure "action", "decline" ] ) ); |
Parameter | Possible Value | Required Parameter | Possible Value | Description |
---|---|---|---|---|
action | accept | firstname , lastname or agent by agent UUID | The first and last name or the agent UUID of the agent sending the teleport lure. | Accept a teleport lure from an agent. |
session | The session UUID for the teleport lure. | |||
decline | firstname , lastname or agent by agent UUID | The first and last name or the agent UUID of the agent sending the teleport lure. | Decline a teleport lure from an agent. | |
session | The session UUID for the teleport lure. | |||
ignore | session | The session UUID for the teleport lure. | Remove this teleport lure from being tracked without either accepting or declining the teleport lure. | |
purge | Purge all tracked teleport lures. |