Hi all,
I am trying to have a NPC do proximity check that will check for any NPC in the proximity.
The purpose of this is, im starting from scratch and im trying to globally do a scripted distance chain aggro so I can bypass factions. Also other uses.
I have read that NPC proximity can only check for PC. If thats the case. there is also the
Code:
if(plugin::CheckDistBetween2Ents($npc1, $npc2, 50)){
stuff. If this is set to a timer and I want it to check for ANY NPC within the range, would I use an array of all my npcs in the zone or whatever i want it to link to?
Everything I have tried so far has failed, am just looken for direction. Hopefully I can write it when on the path lol
Thank you.