26 September 2015
estateteleportusershome (Commands) | |
---|---|
Type | Corrade progressive command |
Command | estateteleportusershome |
Description | The estateteleportusershome command can be used to teleport avatars on the current region home. |
Permissions | land |
Parameters | group , password |
Last Changes | Release 9.19 - added. |
The estateteleportusershome
command can be used to teleport avatars on the current region home. The command requires that Corrade is an estate manager.
Command | Required Parameters | Required Corrade Permissions | Required Abilities | Example |
---|---|---|---|---|
estateteleportusershome | group , password | land | Corrade must be an estate manager. | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "estateteleportusershome", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "avatars", wasURLEscape( wasListToCSV( [ "Philip Linden", // teleport home by UUID "ff19c6b5-4824-4de3-995a-d739d588cf18", "Ectogram Resident" ] ) ), "callback", wasURLEscape(URL) ] ) ); |
In case avatars
is not specified, then all the avatars on the current estate will be teleported home. The command will return a list of avatars that could not be teleported home.