ok chaps im having some problems with helis
i have a mi17 with the men onboard no problems and have 3 move waypoints the second waypoint runs the parascript.sqs line
_aunits = units para1
_i=0
_max=count _aunits
#here
(_aunits select _i) action ["eject",h1]
unassignvehicle (_aunits select _i)
_i=_i+1
~2
?_max>_i:goto "here"
Exit
this is the script above
now on to the problem when the helo gets to the 2nd waypoint it just orbits and never drops the men out, i have the flying hight=130 set right at the start on the init section of the chopper so i know the chopper is at the right hight.
i found a turtorial showing how this works and it does if the enemy are not there but as the para drop is into the war zone the helo sees the battle and does not drop. but the helo is set on careless so im not sure why.
now i can get it to work every time is the waypoint with the script is the last one ie remove the last move waypoint so im looking for some links to help areas or some help in running this.
I have tryed the demo one and that works but if i place a enemy there and shoot at the helo that also fails to drop out the men so i belive its a script problem.
looking forward to some help
Darren Fletcher