Changes
Page history
removed Speedmodifier from example, as it is not a valid alias acording to this same page
authored
May 20, 2026
by
mikekevie
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/goto.md
View page @
d5b4ca21
## Description
Causes the mob to pathfind to a location.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| speed | s | The movement speed modifier | 1 |
| spreadH | sh | Amount of horizontal spread it can be away from the target its moving towards | 0 |
| spreadV | sv | Amount of vertical spread it can be away from the target its moving towards| 0 |
## Examples
```
yml
Skills
:
-
goto{speed
Modifier
=1;sh=5;sv=5} @owner
-
goto{speed
Modifier
=1;sh=5;sv=5} @location{c=100,65,100}
```
## Aliases
-
[x] pathto
-
[x] navigateto
<!--TAGS-->
<!--tag:Movement-->
<!--tag:AI-->
## Description
Causes the mob to pathfind to a location.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| speed | s | The movement speed modifier | 1 |
| spreadH | sh | Amount of horizontal spread it can be away from the target its moving towards | 0 |
| spreadV | sv | Amount of vertical spread it can be away from the target its moving towards| 0 |
## Examples
```
yml
Skills
:
-
goto{speed=1;sh=5;sv=5} @owner
-
goto{speed=1;sh=5;sv=5} @location{c=100,65,100}
```
## Aliases
-
[x] pathto
-
[x] navigateto
<!--TAGS-->
<!--tag:Movement-->
<!--tag:AI-->