4 November 2015
deanimate
optional parameter that stops all animations before the command executes.jump (Commands) | |
---|---|
Type | Corrade progressive command |
Command | jump |
Description | The jump command can make Corrade start jumping and stop jumping. |
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 jump
command can make Corrade start jumping and stop jumping.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
jump | group , password , action | movement | llInstantMessage(CORRADE, wasKeyValueEncode( [ // makes Corrade jump "command", "jump", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // or stop "action", "start" ] ) ); |