Help - Search - Members - Calendar
Full Version: Pilot won't obey order 'pilot land "get out"'
Armed Assault Info Forums > English > Free spins in web3 NFT roulette! [https://stepn.cc/] > Mission Editing & Scripting
SGJackson
Hi all!
I'm making my airdrop but i need the pilot to hove very low in a place for a crate to be created.. he won't do it.

This is my script:

CODE
#Drop
@godrop
_heli = createVehicle ["MH6",H,[], 0, "FLY"]
pilot moveindriver _heli
pilot domove (getmarkerpos "dropzonem")
pilot land "get out"
@readytodrop
_crate = createvehicle ["SpecialBoxWest",_heli,[],5,"NONE"]
pilot land "NONE"
pilot domove (position H)
~120
deleteit=true
@deleteit
pilot setpos getpos pilotpos
deletevehicle _heli
~1
deleteit=false
godrop=false
goto "drop"
D@V£
If you're trying to get the aircraft to hover at a low height, rather than land altogether, you might want to consider using the flyinheight command, rather than trying to hack something together of out of the land commands.

BIKI page
SGJackson
Tried it too.. doesn't work
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.