SCRIPT "NEVER FLY ALONE" by Kronus For Cavallers del Cel. 

unzip the folder into your mission

it must have a folder structure as follows


**mission folder** \ scripts\ helocrew\ ** script files**


Put this into your init.sqf


{if (side _x == civilian && _x isKindOf "air") then {_x addEventHandler ["GetIn", "if ((_this select 2) == driver (_this select 0)) then {nul = [(_this select 0),(_this select 2)] execVM 'scripts\helocrew\crewin.sqf'}"];}} forEach vehicles;


HOW DOES IT WORK?

When the pilot boards the chopper, after starting the engine, has a new action option  "Request crew".

When selected, the script will determine the type of aircraft and will supply a full able crew adapted to that ship. (gunners, copilot, cargo chiefs, etc.)

After the flight, the pilot has the option to dismiss the crew.  By selecting it, the crew will dissapear. 

In case some crew members are injured or dead, upon landing, the pilot can dismiss the crew and then request a brand new crew.


Enjoy!.