find_and_set ![code/datums/ai/generic_actions.dm 178](git.png)
*find and set
- Finds an item near themselves, sets a blackboard key as it. Very useful for ais that need to use machines or something.
- if you want to do something more complicated than find a single atom, change the search_tactic() proc
- cool tip: search_tactic() can set lists
Vars | |
search_range | search range in how many tiles around the pawn to look for the path |
---|
Var Details
search_range ![code/datums/ai/generic_actions.dm 181](git.png)
search range in how many tiles around the pawn to look for the path