version 4.0 14.01.09
What is it:
This is a small addon that will give you the option to halo jump out of any air unit with out any codeing needed

What else is in it:
A script set to allow halo use on all air units

How to install:
Place "armat_aahalo.pbo", "armat_aahalo.pbo.ARMAT.bisign", "Extended_Eventhandlers.pbo", "Extended_Eventhandlers.pbo.SLX_XEH2.bisignin" your addons dir
copy "dta\AAHALO_config.hpp" to your main arma directory dta folder

How to add custom units/exclude units:
open "dta\AAHALO_config.hpp" in your main arma directory

To include:
Edit AAHALO_config.hpp and add
        class custom_unit_class //your custom class to add
        {
                class aahalo_exclusion_custom_unit_class  //your custom class to add
                {
                        exclude[] = {};
			//[_this,getout point]
                        init = "if ((_this select 0)==(_this select 0)) then {[_this,[ 2, 2.28, -1 ]] execVM ""\armat_aahalo\init.sqf"";}";
                };
        };
To exclude
Edit AAHALO_config.hpp and add
        class A10
        {
                class aahalo_exclusion_A10  //your class to exclude
                {
                        exclude[] = {"armat_custom_A10_class"};//your custom class to exclude
			//[_this,getout point]
                        init = "if ((_this select 0)==(_this select 0)) then {[_this,[ 2, 2.28, -1 ]] execVM ""\armat_aahalo\init.sqf"";}";
                };
        };


How to use:
now go jump in a chopper/plane what ever and hit halo jump
First your see a halo dialog 
Click to pull your FIRST chute
Now your in a chute you can either wait until you get to the deck or hit "C" and cut from your first chute
if you hit "C" you will be cut from your first chute and placed back in the halo dialog
Now click to pull your SECOND chute
This chute is controllable (Basic control) use "W" "A" "S" "D"

Eject cargo option can be used by the pilot to eject the passengers in a  preloaded AI halo


Credits:
ArMaTeC Compleat re code of all scripts
BOSS reworking my messy photoshop work on the dialogs (Thanks bro)
Manday for original halo script
Ras for steerable Parachute
BIS for the parachute base model
A:ToW For beta testing with me (arma-tow.com)
Grind and click for asking me to update it
Extended Event Handlers (XEH) by Solus and Killswitch ver 1.9