# BOT_WALKTO

Commands bot to walk to the specified coordinates.

## Variables

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

| **Variable** | **Description** |
|----------|-------------|
| `str`    | Coordinates in the format `x/y/z`. |
| `id`     | —           |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_WALKTO, "230/100/20", "");
```