Quote:
Originally Posted by cbkbud
That code didn't work ... It didn't wake all of the npcs in a gmap. It woke the ones in the level it warped to, not the whole gmap ... or maybe it was the players that woke the ones in the level.
|
temp.allNPCs = findareanpcs(0, 0, 5000, 5000);
Also, check if it's finding any NPCs. EG
echo(temp.foundNPC);, what would this produce?