Well it's like this, I have five choppers on station on that little island south-east of Malden. Whenever a west unit is detected (have this part covered) a script is executed that has all the names of the choppers in an array, and uses random to select one of the choppers. So far so good (using hint format[..] to display what's going on) and I couldn't be happier.
I get the position of my west units (only have one west group on the map, so it's fairly easy to know who was detected
) and both set a marker on their position, and try to order the selected chopper to move there.
I have a valid position through getPos _unit.
I have a valid chopper name.
But_chopper doMove _pos
Doesn't work.
It works when I test it with a unit that is close to the choppers, that they can "see".
But it doesn't work across the map, which is the way I want it to.
Anyone have any clue what to do?