Quick and easy guide on how to make the simpliest helo insertion in history and a more complicated but still easy evac (:
A3 Version
Insertion - step by step **Dont have to do step 1 can just make a player in step 3**
1: create a player on the ground near the lz.
2: create a helicopter either flying or on flat ground, name it heli
3: place a squad or a number of units and in the squad leaders init put
{x_ moveincargo heli} foreach units group this;
4: put a waypoint for the heli half way between the lz set behaviour to combat
5: place second waypoint on invis H and put it on "transport unload" then put another waypoint 'move' like 10 kms from lz
6: in the last waypoint put this
{deleteVehicle _x} forEach (crew heli); deleteVehicle heli
"heli" being name of helicopter
Evac - step by step
1: place 'player' on the map, with or without squad members
2: name them all eg. unit1, unit2, unit3
3: put heli some where on the map, name it heli. Place a waypoint pretty much on top of the heli
4: place trigger "Radio Alpha" (this is the what you radio for the evac to commence) sync it to helo's first waypoint (the one right next to the helis starting pos)
5: put another waypoint on a helipad (invisible) where you want the LZ to be. the waypoint should be 'load' and its init should be
dostop helo; helo land "get in"
then place another waypoint next to the H pad. In the condition of the waypoint put
((!alive unit1) OR (unit1 in helo)) AND ((!alive unit2) OR (unit2 in helo)) AND ((!alive unit3) OR (unit3 in helo))
add however many units you have in your squad.
6: place a final waypoint that leads to end of mission eg. trigger ending game or another drop zone.
What will happen is the heli will come in on radio trigger (can change to objective completed) and land at lz wait until all 'alive' squad members are in and then fly off to other waypoints.
Demo Mission - (Insertion)
download the mission place it in "my documents/arma2/missions" then open it up in your editor and play it
download here
Demo mission - (Evac)
download the mission place it in "my documents/arma2/missions" then open it up in your editor and play it
download here
Video thanks to Oksman
Changed download links.