Navigation - gamehunt/CustomNPCs GitHub Wiki

NPC can walk only by NavigationNodes.

You can manage NavNodes with nav RA command

nav create <name> - will create navigation node in the player's position

nav list - will list nav nodes

nav remove <name> - will remove node with specified name

nav clean - will remove all nav nodes

nav sav - update manual mappings

Each NPC has it's own Navigation queue, if it's not empty NPC will walk to the next node in the queue. You can add nodes to the navigation queue with NavEnqueueAction

⚠️ **GitHub.com Fallback** ⚠️