Mechanic

setai

Sets whether the mob utilizes AI (ai=true/false)

Aliases

ai

Configuration Fields (1)

NameTypeDefaultDescription
ai
state, value
booleanfalseWhether AI is enabled for the target mob

Examples & Notes

Examples

This example will turn off the ai of the mob for 5 seconds

TemporaryAISwitcher:
  Skills:
  - setAI{ai=false} @self
  - delay 100
  - setAI{ai=true} @self

Universal Mechanic Options

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