Get or Set Always-Run

19 May 2015

  • Release 8.12 - added the get possible value of the action key.

<data Commands> Type: Corrade progressive command Command[wiki]: run Description[wiki]: The run command can toggle Corrade's "always run" status. Permissions[wiki]: movement Parameters[wiki]: group, password, action Last Changes[wiki]: Release 8.12 - added the get possible value of the action key. </data>

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.