Hey i'm doing a mission on Porto at the moment, as its a small island there is only a small garrison. The thing is i want to be able to call in choppers when the alarm is raised.
At the moment i have the following.
_reinh = "Mi17_MG" createvehicle getpos rein1
"SoldierEPilot" createunit [getpos rein2, air1, "hp1 = this", 1, "CAPTAIN"]
"SoldierEPilot" createunit [getpos rein2, air1, "hp2 = this", 1, "LIEUTENANT"]
~1
hp1 moveindriver _reinh
hp2 moveingunner _reinh
~1
hp1 domove getpos rein3
~1
hp1 domove getpos rein4
~1
exit
This creates the chopper fine if on land, it takes off and goes about its business. Thing is i want it to start out at sea, so my question is how do i start it flying?
Also could i have the chopper cycling between the 2 domove positions? like its patolling.
Cheers for any help.