Hi,
in my mission I want to have the following situation:
A Chopper should pick you and your team up and take you somewhere. I did it that way, that you can call the chopper using your radio, an unvisible H is set to your position (setpos) and the chopper is getting that position (setWPpos). The problem is, that the chopper just fly to that position, but do not land. It flies back to the point where it started.
So I tried it with chopper land "GET IN", but then it lands and take off immediately to return to it's starting point. I thought my last chance were to give the chopper a commandstop. Now he lands and waits, but do not move where he should, because he will never be ready.
I tried it then to give the chopper a doMove to the place he should move. That works, but when he arrives, the pilot and gunner and everybody in the chopper get out. I think that it happens because of the doMove/commandmove command. I would prefer to use setWPpos, but I don't know what I have to do, to avoid that the chopper returns to his base.
I hope that was enough information to describe the problem, now you are my last hope!
Thanks,
Ronin