Changes
Page history
Revert "added ClearTarget mechanic"
authored
Oct 02, 2025
by
Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/goto.md
0 → 100644
View page @
38502e7a
## 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{speedModifier=1;sh=5;sv=5} @owner
-
goto{speedModifier=1;sh=5;sv=5} @location{c=100,65,100}
```
## Aliases
-
[x] pathto
-
[x] navigateto
<!--TAGS-->
<!--tag:Movement-->
<!--tag:AI-->