Hm.. A pickup script..
Should be something like this...
;PICKUP SCRIPT
;-By Knut Erik_Unit = _this select 0
_Chopper = _this select 1
_MovePos = _this select 2
#MoveLoop
_Chopper move getPos _Unit
~5
?_Chopper distance _unit > 100 :goto MoveLoop
_Chopper sideChat "Okay, we're allmost with you. Just stay where you are"
_Chopper move getPos _Unit
@UnitReady _Chopper
_Chopper Land "GetIn"
@_Unit in _Chopper
_Unit sideChat "Okay, I'm in.. You can move out now, over!"
~2
_Chopper sideChat "Roger that. Moving out, out"
_chopper move getPos _movePos
@UnitReady _chopper
_Chopper land "Land"
Syntax:
[NameOfUnit, NameOfChopper, NameOfGLthatTheChopperShallMoveTo] exec "Pickup.sqs"
Not sure about this, but give it a go and tell me if it works
Cheers :cheers: