
08-14-2007, 05:09 AM
|
That one guy...
|
 |
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
|
|
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!
|
|
|