i am working on a script, just look at it and tell me if something will not work or is incorrect
_group = _this select 1
_helo = _this select 2
#loop
_helo land "GET IN"
_pos = getpos _helo
_x = _pos select 0
_y = _pos select 1
_z = _pos select 2
_z = _z - .02
_helo setpos [_x, _y, _z]
? (_group in _helo) : exit
~0.0001
goto "loop"
#quit
exit
thanks