04 May 2022
<data Commands>
Type: Corrade progressive command
Command[wiki]: avatarnotes
Parameters[wiki]: group
, password
Description[wiki]: The avatarnotes
command allows to query and set private avatar notes.
Permissions[wiki]: interact
Last Changes[wiki]: C11 - added.
</data>
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.