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