Teleport Estate Users Home

26 September 2015

  • Release 9.19 - added.
estateteleportusershome (Commands)
TypeCorrade progressive command
Commandestateteleportusershome
DescriptionThe estateteleportusershome command can be used to teleport avatars on the current region home.
Permissionsland
Parametersgroup, password
Last ChangesRelease 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.


secondlife/scripted_agents/corrade/api/commands/estateteleportusershome.txt ยท Last modified: 2022/11/24 07:46 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.