6 September 2023
batchgetavatarseat (Commands) | |
---|---|
Type | Corrade progressive command |
Command | batchgetavatarseat |
Description | The batchgetavatarseat command can be used retrieve a CSV list of avatar names by primitive UUIDs that the avatar is currently sitting on. |
Permissions | interact |
Parameters | group , password , agents |
Last Changes | None. |
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.