Thread: NPCs sleeping
View Single Post
  #28  
Old 03-05-2007, 09:24 AM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Quote:
Originally Posted by cbkbud View Post
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?
Reply With Quote