Chapter 6. Artificial Intelligence
The CryENGINE AI system allows the creation of non-player controlled actors that roam the game world.
In this chapter we will:
- Learn how the AI system integrates with Lua scripts
- Discover what goal pipes are, and how to create them
- Use AI signals
- Register a custom AI
Actor
class - Learn how to use behavior selection trees
- Create our own AI behavior