# BOT_WALK

Commands bot to move or turn in the specified direction.

## Variables

The following table shows input values (you send them with the API call) and returned output values.

| **Variable** | **Description** |
|----------|-------------|
| `str`    | Direction the bot should move — `FORWARD`, `BACKWARD`, `LEFT`, `RIGHT`, or `STOP`. |
| `id`     | `START` or `STOP` to begin or end the movement. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_WALK, "FORWARD", "START");
```