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 |