Get Avatar Seat

6 September 2023

  • C11 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: getavatarseat Description[wiki]: The getavatarseat command can be used retrieve the primitive UUID that the avatar is currently sitting on. Permissions[wiki]: interact Parameters[wiki]: group, password, agents Last Changes[wiki]: None. </data>

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