hi,
There is small bug in your delivery.
nul = [player,"lgb"] execVM "airSup\airSupInit.sqf"; does not work.
in the file airSupInit:
replace if("cbuap" in _this)then{cbuap = true}else{cbuat = false};
by if("cbuap" in _this)then{cbuap = true}else{cbuap = false};
Thanks for you script