Ok, IÂ've been working on a chopper script to do a nice smooth landing. HereÂ's a part
#con
_chopper domove getmarkerpos "_GL"
@(_chopper distance _GL) < 500
_chopper flyinheight 195
#con2
_chopper domove getmarkerpos "_GL"
@(_chopper distance _GL) < 475
_chopper flyinheight 185
#con3
_chopper domove getmarkerpos "_GL"
@(_chopper distance _GL) < 460
_chopper flyinheight 175
Now, IÂ've got a 'domove' command in there but the chopper just lands where he stands. He doesnÂ't fly to '_GL' and then land. What must I do? Plz help.
Thx in advance.