I got this so far and it works to a cetain extent. I get the black out, move to the marker but then the whole sqaud stays glued to the spot, instead of running to their next WP.
;cliff assault script 1
~8
titlecut ["","BLACK OUT",3]
~10
a1 setPos "clifftop"
a2 setPos "clifftop"
a3 setPos "clifftop"
a4 setPos "clifftop"
a5 setPos "clifftop"
a6 setPos "clifftop"
"UnassignVehicle _x" forEach units alpha
[_unit] ordergetin false
titlecut ["","BLACK IN",3]
~3
exit
a1 is the loon name, clifftop is the marker name.
can anyone see why this would happen (my script is bound to be wrong) or have experienced this before. thanks in advance.
GI-YO