admin_ai_template 
Used to set up a basic AI controller on a mob for admin ease of use
Vars | |
controller_type | What AI controller do we apply? |
---|---|
idle_chance | How likely is it that we move when not busy? |
make_hostile | Do we apply the hostile faction? |
minimum_stat | When do we stop targeting mobs? |
name | What do admins see when selecting this option? |
override_client | Should we be active even if the target has an active client? |
Procs | |
apply | Actually perform the process |
gather_information | Set up any stored variables before we actually apply the controller |
Var Details
controller_type 
What AI controller do we apply?
idle_chance 
How likely is it that we move when not busy?
make_hostile 
Do we apply the hostile faction?
minimum_stat 
When do we stop targeting mobs?
name 
What do admins see when selecting this option?
override_client 
Should we be active even if the target has an active client?
Proc Details
apply
Actually perform the process
gather_information
Set up any stored variables before we actually apply the controller