Relax

4 November 2015

  • Release 9.36 - Added the deanimate optional parameter that stops all animations before the command executes.

<data Commands> Type: Corrade progressive command Command[wiki]: relax Description[wiki]: The relax command makes Corrade sit down anywhere (sit on ground in SL terms). Permissions[wiki]: movement Parameters[wiki]: group, password Last Changes[wiki]: Release 9.36 - Added the deanimate optional parameter that stops all animations before the command executes. </data>

The relax command makes Corrade sit down anywhere (sit on ground in SL terms).

Command Required Parameters Required Corrade Permissions Example
relax group, password movement
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "relax",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD)
        ]
    )
);
Optional Parameter Possible Value Description
deanimate True or False Stop all non-Linden animations before executing the command.