Add Pick

6 October 2016

  • Release 9.133 - The command now can take a path instead of a name.
addpick (Commands)
TypeCorrade progressive command
Commandaddpick
DescriptionCorrade can add a pick by name using the addpick command.
Permissionsgrooming
Parametersgroup, password, name
Last ChangesRelease 9.133 - The command now can take a path instead of a name.

Corrade can add a pick by name using the addpick command.

Command Required Parameters Required Corrade Permissions Example
addpick group, password, name grooming
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "addpick",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            // an unique name
            "name", "Good day!"
        ]
    )
);
Optional Parameter Possible Values Description
description A string. A description for the pick.
item Either the path to an item in Corrade's inventory or an UUID The image for the pick.