So with path nodes. Will an enemy automatically use them or do you have to assign them?
I have a map with both a water lurker and a grunt but obviously I don't want them to use the same path nodes (it's possible to get the lurker out of the water).
I created the grunt first and have assigned some path nodes to him with:
AddEnemyPatrolNode("behind_grunt","PathNodeArea_1",0,"");
As this line is patrol... does this then give you control over which nodes the enemy uses? Do enemies automatically follow any nodes they come across unless given patrol nodes in the script?
I've looked at the scripting for the cellar archives and cannot find any patrol node scripts. Thought I would ask here to get some claification
Thanks
P.S Currently my lurker is very easy to escape from but I think this is in part because it has no pathnodes to use if the player is able to get out of detection range fast enough.