Play Gesture

6 October 2016

  • Release 9.133 - The command now can take a path instead of a name.
playgesture (Commands)
TypeCorrade progressive command
Commandplaygesture
DescriptionThe playgesture command can be used to trigger a gesture in Corrade's inventory.
Permissionsgrooming
Parametersgroup, password, item
Last ChangesRelease 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

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.