Set or Retrieve Avatar Notes

04 May 2022

  • C11 - added.
avatarnotes (Commands)
TypeCorrade progressive command
Commandavatarnotes
Parametersgroup, password
DescriptionThe avatarnotes command allows to query and set private avatar notes.
Permissionsinteract
Last ChangesC11 - added.

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)
        ]
    )
);

secondlife/scripted_agents/corrade/api/commands/avatarnotes.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.