# BOT_TELEPORT

Commands bot to teleport to a specified location.

## Variables

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

| **Variable** | **Description** |
|----------|-------------|
| `str`    | Location to teleport to in the format `Region/x/y/z`. |
| `id`     | —           |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_TELEPORT, "Region/128/128/20", "");
```