Play Gesture

6 October 2016

  • Release 9.133 - The command now can take a path instead of a name.

<data Commands> Type: Corrade progressive command Command[wiki]: playgesture Description[wiki]: The playgesture command can be used to trigger a gesture in Corrade's inventory. Permissions[wiki]: grooming Parameters[wiki]: group, password, item Last Changes[wiki]: Release 9.133 - The command now can take a path instead of a name. </data>

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.