3 * Pseudo AI for actor movement.
13 /* Determine next non-player actor command / arguments by the actor's AI. It's
14 * pretty dumb so far. Actors will try to move towards their path-wise nearest
15 * neighbor. If no one else is found in the neighborhood, they will simply wait.
17 extern void ai(struct MapObj * mo);