6 October 2016
playgesture (Commands) | |
---|---|
Type | Corrade progressive command |
Command | playgesture |
Description | The playgesture command can be used to trigger a gesture in Corrade's inventory. |
Permissions | grooming |
Parameters | group , password , item |
Last Changes | Release 9.133 - The command now can take a path instead of a name. |
The playgesture
command can be used to trigger a gesture in Corrade's inventory.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
playgesture | group , password , item | grooming | llInstantMessage(CORRADE, wasKeyValueEncode( [ // plays the gesture "Happy Dance" // from Corrade's inventory "command", "playgesture", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "item", wasURLEscape("/My Inventory/Animations/Happy Dance") ] ) ); |
Note that the item
parameter can be set to either the name of a gesture to be found in Corrade's inventory or to an asset UUID of a gesture.