Get or Set Always-Run
run (Commands) |
Type | Corrade progressive command |
Command | run |
Description | The run command can toggle Corrade's "always run" status. |
Permissions | movement |
Parameters | group , password , action |
Last Changes | Release 8.12 - added the get possible value of the action key. |
The run
command can toggle Corrade's "always run" status.
Command | Required Parameters | Required Corrade Permissions | Example |
run | group , password , action | movement | llInstantMessage(CORRADE,
wasKeyValueEncode(
[
// enable always run
"command", "run",
"group", wasURLEscape(GROUP),
"password", wasURLEscape(PASSWORD),
"action", "enable"
]
)
);
|
Parameter | Possible Value | Description |
action | enable | Turn on always-run. |
disable | Turn off always-run. |
get | Get the status of always-run. |