Batch Get Avatar Seats

6 September 2023

  • C11 - added.
batchgetavatarseat (Commands)
TypeCorrade progressive command
Commandbatchgetavatarseat
DescriptionThe batchgetavatarseat command can be used retrieve a CSV list of avatar names by primitive UUIDs that the avatar is currently sitting on.
Permissionsinteract
Parametersgroup, password, agents
Last ChangesNone.

The batchgetavatarseat command can be used retrieve a CSV list of avatar names by primitive UUIDs that the avatar is currently sitting on.

Command Required Parameters Required Corrade Permissions Example
batchgetavatarseat group, password, agents interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "batchgetavatarseat",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "avatars", wasListToCSV([
                "Fuzzy Resident",
                "Ana Resident",
                "3b3806df-c246-4ff4-81fb-789e623ce7cd"
            ]),
            "callback", wasURLEscape(URL)
        ]
    )
);

The command will return a CSV list of avatar names by UUIDs representing the object that the avatars are sitting on.

Notes