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