I'm currently across a small piece of trouble with my Area Zones script. I can't figure out how to find out who is currently on a vehicle (besides the driver, that one is simple enough). I need help getting a script together that can determine if any passengers are on any vehicles and their individual object numbers. Any ideas?
getMountedObjectCount helps get a number of people on the vehicle (including a driver), so I have that much. Getting that information with getMountedObject should be simple enough, but the trick is finding out where each object is mounted. Should I just do a sweep of getmountedobjects? If I could find out how many mount points a vehicle has, this would actually work out quite well.