/tg/ Station 13 - Modules - TypesVar Details - Proc Details

admin_ai_template

Used to set up a basic AI controller on a mob for admin ease of use

Vars

controller_typeWhat AI controller do we apply?
idle_chanceHow likely is it that we move when not busy?
make_hostileDo we apply the hostile faction?
minimum_statWhen do we stop targeting mobs?
nameWhat do admins see when selecting this option?
override_clientShould we be active even if the target has an active client?

Procs

applyActually perform the process
gather_informationSet 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