Get Avatar Seat

6 September 2023

  • C11 - added.
getavatarseat (Commands)
TypeCorrade progressive command
Commandgetavatarseat
DescriptionThe getavatarseat command can be used retrieve the primitive UUID that the avatar is currently sitting on.
Permissionsinteract
Parametersgroup, password, agents
Last ChangesNone.

The getavatarseat command can be used retrieve the primitive UUID that the avatar is currently sitting on.

Command Required Parameters Required Corrade Permissions Example
getavatarseat group, password, firstname, lastname (or agent by UUID) interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "getavatarseat",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "firstname", "Chaz",
            "lastname", "Resident",
            "callback", wasURLEscape(URL)
        ]
    )
);

The command will return a primitive UUID if successful or will fail with an error otherwise.

Notes


secondlife/scripted_agents/corrade/api/commands/getavatarseat.txt ยท Last modified: 2023/09/05 01:46 by office

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.