04 May 2022
The avatarnotes command allows to query and set private avatar notes.
| Command | Required Parameters | Required Corrade Permissions | Example |
|---|---|---|---|
avatarnotes | group, password, action | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "avatarnotes", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "action", "get", "fistname", "Hank", "lastname", "Resident", callback, wasURLEscape(URL) ] ) ); |
| Parameter | Possible Value | Description | Example |
|---|---|---|---|
action | get | Retrieve avatar notes for a given avatar. | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "avatarnotes", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "action", "get", "fistname", "Hank", "lastname", "Resident", callback, wasURLEscape(URL) ] ) ); |
set | Set avatar notes. | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "avatarnotes", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "action", "set", "fistname", "Hank", "lastname", "Resident", "data", "testing123", callback, wasURLEscape(URL) ] ) ); |
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.