AI – functions for working with AI
AI_TurnToWP
Turns an NPC to a specified waypoint in the world.
npc– instance of the NPCwp– name of waypoint in the game world
| Example usage | |
|---|---|
AI_TurnToVob
Turns an NPC to a specified freepoint or vob in the world. It works similarly to AI_TurnToWP.
npc– instance of the NPCvob– name of freepoint or vob in the game world
| Example usage | |
|---|---|