4 November 2015
deanimate
optional parameter that stops all animations before the command executes.crouch (Commands) | |
---|---|
Type | Corrade progressive command |
Command | crouch |
Description | The crouch command can make Corrade start crouching and stop crouching. |
Permissions | movement |
Parameters | group , password , action |
Last Changes | Release 9.36 - Added the deanimate optional parameter that stops all animations before the command executes. |
The crouch
command can make Corrade start crouching and stop crouching.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
crouch | group , password , action | movement | llInstantMessage(CORRADE, wasKeyValueEncode( [ // makes Corrade crouch "command", "crouch", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // or stop "action", "start" ] ) ); |