reverted dante authored by Lxlp's avatar Lxlp
============== ## Description
## Description:
Sets the "Parent" of the casting MythicMob as the targeted entity. Sets the "Parent" of the casting MythicMob as the targeted entity.
The Parent can be either a Player or another MythicMob. The Parent can be either a Player or another MythicMob.
Works with the [@Parent Targeter](/mythiccraft/MythicMobs/-/wikis/Skills/Targeters/Parent), and the [IsParent Condition](/mythiccraft/MythicMobs/-/wikis/skills/conditions/IsParent). Works with the [@Parent Targeter](/mythiccraft/MythicMobs/-/wikis/Skills/Targeters/Parent), and the [IsParent Condition](/mythiccraft/MythicMobs/-/wikis/skills/conditions/IsParent).
If the Parent is a `Player`, this information will not persist across player relogging, and is, as such, only usable "temporarily", from when the Parent is set to when the player quits the server. If the Parent is a `Player`, this information will not persist across player relogging, and is, as such, only usable "temporarily", from when the Parent is set to when the player quits the server.
## Attributes:
## Attributes
> *This mechanic has no attributes* > *This mechanic has no attributes*
## Examples: ## 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 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 ```yaml
ZombieFollower: ZombieFollower:
... ...
......