Changes
Page history
Create skills/mechanics/SetParent
authored
Jul 10, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/SetParent.md
0 → 100644
View page @
2285f4fe
## Description
Sets the "Parent" of the casting MythicMob as the targeted entity.
The Parent can be either a Player or another MythicMob.
## Attributes
>*This mechanic has no attributes*
## Examples
This mob will try to set its current parent to the nearest ZombieBoss mob in a 20 block radius if it does not already have a parent
```
yaml
ZombieFollower
:
Type
:
DROWNED
Skills
:
-
setparent @MIR{r=20;t=ZombieBoss;limit=1;sort=NEAREST} ~onTimer:20 ?!hasparent
```
\ No newline at end of file