removed Speedmodifier from example, as it is not a valid alias acording to this same page authored by mikekevie's avatar mikekevie
## Description ## Description
Causes the mob to pathfind to a location. Causes the mob to pathfind to a location.
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| speed | s | The movement speed modifier | 1 | | speed | s | The movement speed modifier | 1 |
| spreadH | sh | Amount of horizontal spread it can be away from the target its moving towards | 0 | | 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 | | spreadV | sv | Amount of vertical spread it can be away from the target its moving towards| 0 |
## Examples ## Examples
```yml ```yml
Skills: Skills:
- goto{speedModifier=1;sh=5;sv=5} @owner - goto{speed=1;sh=5;sv=5} @owner
- goto{speedModifier=1;sh=5;sv=5} @location{c=100,65,100} - goto{speed=1;sh=5;sv=5} @location{c=100,65,100}
``` ```
## Aliases ## Aliases
- [x] pathto - [x] pathto
- [x] navigateto - [x] navigateto
<!--TAGS--> <!--TAGS-->
<!--tag:Movement--> <!--tag:Movement-->
<!--tag:AI--> <!--tag:AI-->