Thread: getareanpcs()
View Single Post
  #5  
Old 08-14-2007, 05:09 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
findareanpcs() returns a list of npcs in the box given (x, y, width, height). The returned array has all objects as its members.

(So you can do like for (temp.n : findareanpcs(x, y, w, h)) echo(n.name); )
__________________
Do it with a DON!
Reply With Quote