Add Pick
addpick (Commands) |
Type | Corrade progressive command |
Command | addpick |
Description | Corrade can add a pick by name using the addpick command. |
Permissions | grooming |
Parameters | group , password , name |
Last Changes | Release 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. |