Changes
Page history
Create Mobs/ai/goals/GoToOwner
authored
Dec 31, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Mobs/ai/goals/GoToOwner.md
0 → 100644
View page @
4df66a95
## Description
Makes the mob move towards its
[
owner
](
/Skills/Targeters/Owner
)
when beyond a certain distance.
[
Followrange
](
/Mobs/Options#followrange
)
must be more than the distance between the owner and the mob)
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| followrange | fr, r, maxrange | Distance after which the mob will start to follow the owner | 4 |
| minrange | mr | Distance in which the mob will stop following the owner | 4 |
| speed | s | Speed of the movement | 1.0 |
| droptarget | dt | Whether the current target should be dropped when the mob starts following the owner | true |
## Examples
```
yaml
AIGoalSelectors
:
-
clear
-
gotoowner
```
\ No newline at end of file