Thank you both for your input. I never really understood the Scripted waypoint. So how would the script look, if i am correct it would go like this:
owner:
_group = _this select 0
position:
_pos = _this select 1
target:
_target = _this select 2
Is this correct?
Now, that would work for pre designated waypoints, but how would it work with the chain of command engine? Basically, I have a helo on stand-by to perform support missions (extactions, re-supply, med evac, etc.) After the helo completes it's mission it returns to its original patrol base. Now, there is no problem if the patrol base is on land, however I am using the pcusn tarawa (a helo carrier) as the patrol platform for my helo operations and after it performs it's mission it does fly back to the helo carrier but it does not land. I think you might understand better if you look at the addon pcusn_tarawa. Read the read me and tell me if there is anything I can do to fix this problem. Like you, I like to use helo's in all of my missions and would really like to solve this problem.