Basically I want to make a very dynamic script.
I have three buses that each follow their own route, stoping for 15 seconds at each bus stop. That seems to work ok.
Next I want to be able to say when an object of type bus, enters the busstop range, all the objects of type men (within a given range) are order aboard.
The key here is how do I get an array of objects within adistance from a given point. There doesn't seem to be a scripting command for that. Any ideas?