dismas 0 Posted August 19, 2002 I am working on something and I need to get a list of everything within a certain radius of a point on any spot of the map. using a trigger with anything present (or not present) and listing it only returns editor created objects... not dead bodies, or camcreate'ed stuff any help on this would be appreciated. dismas? Share this post Link to post Share on other sites
bn880 5 Posted August 19, 2002 Don't think u can do it with a trigger. I would not even try to write a script to detect all nearest objects. Share this post Link to post Share on other sites
dismas 0 Posted August 19, 2002 yeah... pretty scary. edit: there are only a few things I'll want to find that a trigger list won't pick up, so I guess it has to be nearestObject.... unless someone has some good news for me Share this post Link to post Share on other sites
GAMEER_77 0 Posted August 19, 2002 "command _x" foreach units thislist Is this what your wanting? PEACE Share this post Link to post Share on other sites
bn880 5 Posted August 19, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (GAMEER_77 @ Aug. 19 2002,13:56)</td></tr><tr><td id="QUOTE">"command _x" foreach units thislist Is this what your wanting? PEACE<span id='postcolor'> Nah, he means that is the thislist some objects are not picked up... ones that are part of the map. Share this post Link to post Share on other sites
GAMEER_77 0 Posted August 19, 2002 Ah yes, ok sorry. hmm dunno? PEACE Share this post Link to post Share on other sites