Hello everybody, I'm trying to make a HALO script, the idea is simple, but I don't know how to proceed. I put you in situation, I have a script that when jumping from any helicopter automatically adds a parachute to the back, another script that transports me to a heli created with BIS_fnc_ambientFlyby but what I need is that when I'm going to mark the point of the HALO jump I get the coordinates, and that the helicopter I'm going to teleport to appears a kilometer away and flies over the HALO jump point, I don't know how to get the coordinates that BIS_fnc_ambientFlyby requires to make that path. I have also been looking at how to do this not only for one player but for all the players who are in the same small area and so that group in that area go together in the same helicopter, but I can't figure out how to get a list of names/players that are in an area. In other words, this script lets me open a parachute when I jump from a heli (this other scipt is what i dont want, and it has functionalities that I want to apply into my script but I dont know how), to create a heli that moves from A to B I use this other, for teleporting to that heli I use these instruction. But I dont know how to mix all this together and create that area needed to jump all together in the same heli. Please I dont know anything of scripting, I can program in other languages but nothing of SQF. So I'll appreciate a lot your suggestions.