Nudge

<data Commands> Type: Corrade progressive command Command[wiki]: nudge Description[wiki]: The nudge command is meant to slightly move Corrade along a direction. Permissions[wiki]: movement Parameters[wiki]: group, password, direction Last Changes[wiki]: none </data>

The nudge command is meant to slightly move Corrade along a direction.

Command Required Parameters Required Corrade Permissions Example
nudge group, password, direction movement
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // nudges Corrade left
            "command", "nudge",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "direction", "left"
        ]
    )
);
Parameter Possible Value Description
direction left Direction on which to move (in a local frame).
right
up
down
back
forward