Get or Set Always-Run

19 May 2015

  • Release 8.12 - added the get possible value of the action key.
run (Commands)
TypeCorrade progressive command
Commandrun
DescriptionThe run command can toggle Corrade's "always run" status.
Permissionsmovement
Parametersgroup, password, action
Last ChangesRelease 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 start Turn on always-run.
stop Turn off always-run.
get Get the status of always-run.