/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/ai/simplemob.dm

BB_HOSTILE_ORDER_MODEHostile AI controller blackboard keys
BB_HOSTILE_VISION_RANGEBasically, what is our vision/hearing range.
AI_HOSTILE_COMMAND_COOLDOWNAfter either being given a verbal order or a pointing order, ignore further of each for this duration
HOSTILE_COMMAND_NONEDon't do anything (will still react to stuff around them though)
HOSTILE_COMMAND_ATTACKWill attack a target.
HOSTILE_COMMAND_FOLLOWWill follow a target.

Define Details

AI_HOSTILE_COMMAND_COOLDOWN

After either being given a verbal order or a pointing order, ignore further of each for this duration

BB_HOSTILE_ORDER_MODE

Hostile AI controller blackboard keys

BB_HOSTILE_VISION_RANGE

Basically, what is our vision/hearing range.

HOSTILE_COMMAND_ATTACK

Will attack a target.

HOSTILE_COMMAND_FOLLOW

Will follow a target.

HOSTILE_COMMAND_NONE

Don't do anything (will still react to stuff around them though)