6 September 2023
<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.