landsandboat/scripts/enum/follow.lua
2024-07-07 18:03:30 -07:00

11 lines
282 B
Lua

-----------------------------------
-- Follow Behavior
-----------------------------------
xi = xi or {}
xi.followType =
{
NONE = 0,
ROAM = 1, -- Mob will follow the target while roaming
RUN_AWAY = 2, -- Mob will run away while in combat to the follow target
}