code/__DEFINES/ai/simplemob.dm 
BB_HOSTILE_ORDER_MODE | Hostile AI controller blackboard keys |
---|---|
BB_HOSTILE_VISION_RANGE | Basically, what is our vision/hearing range. |
AI_HOSTILE_COMMAND_COOLDOWN | After either being given a verbal order or a pointing order, ignore further of each for this duration |
HOSTILE_COMMAND_NONE | Don't do anything (will still react to stuff around them though) |
HOSTILE_COMMAND_ATTACK | Will attack a target. |
HOSTILE_COMMAND_FOLLOW | Will 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)