Stand

4 November 2015

  • Release 9.36 - Added the deanimate optional parameter that stops all animations before the command executes.
stand (Commands)
TypeCorrade progressive command
Commandstand
DescriptionThe stand command makes Corrade stand.
Permissionsmovement
Parametersgroup, password
Last ChangesRelease 9.36 - Added the deanimate optional parameter that stops all animations before the command executes.

The stand command makes Corrade stand.

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