28 May 2020
4 November 2015
deanimate
optional parameter that stops all animations before the command executes.fly (Commands) | |
---|---|
Type | Corrade progressive command |
Command | fly |
Description | Corrade can be made to fly or stop flying using the fly command. |
Permissions | movement |
Parameters | group , password , action |
Last Changes | Release 9.36 - Added the deanimate optional parameter that stops all animations before the command executes. |
Corrade can be made to fly or stop flying using the fly
command.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
fly | group , password , action | movement | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "fly", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // either start or stop "action", "start" ] ) ); |
Parameter | Possible Value | Description |
---|---|---|
action | start | Start flying. |
stop | Stop flying. | |
get | Get the flying status. |
Optional Parameter | Possible Value | Description |
---|---|---|
deanimate | True or False | Stop all non-Linden animations before executing the command. |