Flux87 1 Posted March 16, 2013 I would like to know, if its possibly faster to create a trigger over a marker, with activation by anybody, and than to call list on it to get all units, instead of using nearEntities for every marker. I think the engine will handle triggers internally, so it would be much faster and maybe done in one loop. And whats the better approach, to do check nearEntities for all areas, or to loop through all players (as i only need them) and check if they intersect the marker? Does anybody have experience with that? Share this post Link to post Share on other sites
Alo Keen 7 Posted March 25, 2013 Did you get anywhere with testing this? I had a similar dilemma and went for triggers. I guess that nearEntities would introduce some differences in the approach. Share this post Link to post Share on other sites