PDA

View Full Version : Helicopter 'LAND' command not working?



trini scourge
Jun 6 2009, 17:18
Has anyone got the 'Land' command working?

I've tried all 3 modes; X land "LAND", X land "GET IN", X land "GET OUT"
but the crew dismounts with every command. Am I doing something wrong?



//TRANSPORT LEAVES BASE
~0.5
uh1 doMove (position helipad)

#flyloop
? uh1 distance helipad < 300 : goto "land"
~0.5
goto "flyloop"

#land
uh1 land "GET IN";

MattXR
Jun 6 2009, 17:25
i thought it worked Heli1 land "LAND"

trini scourge
Jun 6 2009, 17:57
Heli1 land "LAND" dismounts the crew. I want the heli to hover and wait for another unit to enter, but "GET IN" doesn't seem to work.

MulleDK19
Jun 6 2009, 17:58
I've heard "GET IN" and "GET OUT" was changed to "GETIN" and "GETOUT" in ArmA 2.

Don't know about "LAND", though.