AI Patrol
From The DarkMod Wiki
Introduction
Under construction. Written by Sotha.
This article describes the ways how the mapper can get his/her AI's to move around in their map. Regardless of which method you use, you should understand basic Pathfinding. Read that article first.
There are several methods of getting your AI to move around your map.
- Path_corners
- Conversations
- Scripting
Path_corners
The typical choice the mappers use path-corners. Using them is quite straight forward. Information how to set up path_corners is given here A - Z Beginner Full Guide Page 4 and here Path Nodes
Conversations
Conversation entities can be used to move AI too. See information in the Conversation article.
Scripting
Scripting is a powerful tool to control all kinds of things. AI movement can be also controlled with scripting.