30 October 2018
6 October 2016
10 March 2015
animation (Commands) | |
---|---|
Type | Corrade progressive command |
Command | animation |
Description | The animation command can be used to either start or stop an animation. |
Permissions | grooming |
Parameters | group , password , item , action |
Last Changes | Release 9.133 - The command now can take a path instead of a name. |
The animation
command can be used to either start or stop an animation.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
animation | group , password , item , action | grooming | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Start the animation in Corrade's // inventory named "Dance" "command", "animation", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "action", "start", // the path to an item in Corrade's inventory "item", "/My Inventory/Animations/Dance", "callback", wasURLEscape(URL) ] ) ); |
For the copyright, license, warranty and privacy terms for the usage of this website please see the license, privacy, copyright and the plagiarism pages.