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