Batch Get Avatar Seats

6 September 2023

  • C11 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: batchgetavatarseat Description[wiki]: The batchgetavatarseat command can be used retrieve a CSV list of avatar names by primitive UUIDs that the avatar is currently sitting on. Permissions[wiki]: interact Parameters[wiki]: group, password, agents Last Changes[wiki]: None. </data>

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


secondlife/scripted_agents/corrade/api/commands/batchgetavatarseat.txt ยท Last modified: by 127.0.0.1

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

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.