Can you tell us a bit more about the circumstances?
Of course ;D
Here is how it goes! The player is at the resistance castle on Everon. A chopper is going to pick him up. If you use a GetInWp synced with a LoadWp the GetInWp must be triggered first
So for those who play in Veteran mode it is a bit hard because they don't know where the Wp is. :'(
Also, when the GetInWp is triggered, the chopper will search for the nearest Helipad and wait there untill the player is in.
I've tried several ways to do this in scripting:
Chopper domove getpos Helipad
@Unitready Chopper
Chopper flyInHeight 1
This does not work because the chopper doesn't stop over the Helipad. It don't stop in time!
So it flies a bit to long and at the same time 1 meter over the ground! It ends with a big BANG into the castle wall
:'( :-\
Hopes this helpes a bit...