Nudge
| nudge (Commands) |
| Type | Corrade progressive command |
| Command | nudge |
| Description | The nudge command is meant to slightly move Corrade along a direction. |
| Permissions | movement |
| Parameters | group, password, direction |
| Last Changes | none |
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 |