;chopper_move.sqs _heli = _this select 0; _group = group _heli; ~2 _heli flyInHeight 15; _waypoint0 = _group addWaypoint [getMarkerPos "WP1", 15]; _waypoint0 setWaypointType "MOVE"; _waypoint0 setWaypointSpeed "Normal"; _waypoint1 = _group addWaypoint [getMarkerPos "WP2", 7]; _waypoint1 setWaypointType "MOVE"; exit