| [nearestConditionalTarget](/Mobs/ai/targets/nearestconditionaltarget)<br>**[Premium-only]** | nearestConditional, nearestIf | Targets the nearest entity that meets the conditions provided |
| [nearestConditionalTarget](/Mobs/ai/targets/nearestconditionaltarget)<br>**[Premium-only]** | nearestConditional, nearestIf | Targets the nearest entity that meets the conditions provided |
| [OwnerAttacker](/Mobs/ai/targets/OwnerAttacker) | Targets whatever attacks the mob's owner. |
| [OwnerTarget](/Mobs/ai/targets/OwnerTarget) | Targets whatever the mob's owner attacks. |
## All Creatures ([Faction](/Mobs/Factions) Support)
## All Creatures ([Faction](/Mobs/Factions) Support)
| AI Target | Aliases | Description |
| AI Target | Aliases | Description |
...
@@ -125,10 +127,4 @@ SuperMob:
...
@@ -125,10 +127,4 @@ SuperMob:
| [NearestOtherFaction](/Mobs/ai/targets/NearestOtherFaction) | OtherFaction | Targets ANY entities that are in a different faction |
| [NearestOtherFaction](/Mobs/ai/targets/NearestOtherFaction) | OtherFaction | Targets ANY entities that are in a different faction |
| [NearestOtherFactionMonsters](/Mobs/ai/targets/NearestOtherFactionMonsters) | OtherFactionMonsters | Targets any monster that is in a different faction |
| [NearestOtherFactionMonsters](/Mobs/ai/targets/NearestOtherFactionMonsters) | OtherFactionMonsters | Targets any monster that is in a different faction |
| [SpecificFaction](/Mobs/ai/targets/specificfaction)[faction_name] | | Targets any entities that are in the given faction |
| [SpecificFaction](/Mobs/ai/targets/specificfaction)[faction_name] | | Targets any entities that are in the given faction |
| [SpecificFactionMonsters](/Mobs/ai/targets/specificfactionmonsters)[faction_name] | | Targets any monsters that are in the given faction |
| [SpecificFactionMonsters](/Mobs/ai/targets/specificfactionmonsters)[faction_name] | | Targets any monsters that are in the given faction |