# Goto

## Méthode

```lua
map_ChangeMap("goto:Destination")
```

## Arguments

| Nom         | Type   | Description          |
| ----------- | ------ | -------------------- |
| Destination | string | MapId de destination |

{% hint style="warning" %}
Exemple d'utilisation pour aller au zaap Astrub
{% endhint %}

```lua
map_ChangeMap("goto:191105026")
```

{% hint style="info" %}
Cette méthode trouvera un chemin pour aller de votre position actuelle, jusqu'à votre destination.
{% endhint %}
