TargeterEntity

UniqueIdentifier

Targets a specific entity with that uuid

Aliases

uuid

Examples & Notes

Examples

The following mob will remember the uuid of the entity that first hit it after it spawned, and will continue to ignite them every 10 seconds after that

VengefulMob:
  Type: ZOMBIE
  Skills:
  - setvariable{var=caster.targetedentity;type=STRING;val=<trigger.uuid>} @self ~onDamaged =100% ?~isLiving
  - ignite @UniqueIdentifier{uuid=<caster.var.targetedentity>} ~onTimer:200 ?variableisset{var=caster.targetedentity}

Universal Targeter Options

Author:
Phil
Community-maintained documentation for the Mythic plugin ecosystem.