diff --git a/ARCMF.VR/.version b/ARCMF.VR/.version index 9c1218c..1b87bcd 100644 --- a/ARCMF.VR/.version +++ b/ARCMF.VR/.version @@ -1 +1 @@ -1.1.3 \ No newline at end of file +1.1.4 \ No newline at end of file diff --git a/ARCMF.VR/config.hpp b/ARCMF.VR/config.hpp index 5fcb802..f3d8793 100644 --- a/ARCMF.VR/config.hpp +++ b/ARCMF.VR/config.hpp @@ -106,8 +106,8 @@ class CfgARCMF { languages[] = {"english","russian","greek"}; AN_PRC_343[] = {"all"}; - AN_PRC_148[] = {"co", "dc", "ftl", "vc", "mmgtl", "mattl"}; - AN_PRC_152[] = {"co", "dc", "cp", "p", "vc", "mmgtl", "mattl"}; + AN_PRC_148[] = {"co", "dc", "ftl", "vc", "mmgtl", "mattl", "fac"}; + AN_PRC_152[] = {"co", "dc", "cp", "p", "vc", "mmgtl", "mattl", "fac"}; AN_PRC_117F[] = {}; AN_PRC_77[] = {}; }; @@ -115,8 +115,8 @@ class CfgARCMF { languages[] = {"english","russian","greek"}; AN_PRC_343[] = {"all"}; - AN_PRC_148[] = {"co", "dc", "ftl", "vc", "mmgtl", "mattl"}; - AN_PRC_152[] = {"co", "dc", "cp", "p", "vc", "mmgtl", "mattl"}; + AN_PRC_148[] = {"co", "dc", "ftl", "vc", "mmgtl", "mattl", "fac"}; + AN_PRC_152[] = {"co", "dc", "cp", "p", "vc", "mmgtl", "mattl", "fac"}; AN_PRC_117F[] = {}; AN_PRC_77[] = {}; }; @@ -124,8 +124,8 @@ class CfgARCMF { languages[] = {"english","russian","greek"}; AN_PRC_343[] = {"all"}; - AN_PRC_148[] = {"co", "dc", "ftl", "vc", "mmgtl", "mattl"}; - AN_PRC_152[] = {"co", "dc", "cp", "p", "vc", "mmgtl", "mattl"}; + AN_PRC_148[] = {"co", "dc", "ftl", "vc", "mmgtl", "mattl", "fac"}; + AN_PRC_152[] = {"co", "dc", "cp", "p", "vc", "mmgtl", "mattl", "fac"}; AN_PRC_117F[] = {}; AN_PRC_77[] = {}; }; diff --git a/ARCMF.VR/f/assignGear/f_assignGear_blufor.sqf b/ARCMF.VR/f/assignGear/f_assignGear_blufor.sqf index 115b093..8eb6921 100644 --- a/ARCMF.VR/f/assignGear/f_assignGear_blufor.sqf +++ b/ARCMF.VR/f/assignGear/f_assignGear_blufor.sqf @@ -80,6 +80,42 @@ switch (_typeOfUnit) do this linkItem "rhsusf_ANPVS_15"; }; +// LOADOUT: FORWARD AIR CONTROLLER + case "fac": + { + this forceAddUniform "MNP_CombatUniform_Scorpion_A"; + for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";}; + for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";}; + this addItemToUniform "ACE_CableTie"; + this addItemToUniform "ACE_IR_Strobe_Item"; + this addItemToUniform "ACE_Flashlight_XL50"; + this addItemToUniform "ACE_EarPlugs"; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m67";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_an_m8hc";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m18_purple";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m18_yellow";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m18_red";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhsusf_mag_15Rnd_9x19_FMJ";}; + for "_i" from 1 to 4 do {this addItemToUniform "rhs_mag_M433_HEDP";}; + for "_i" from 1 to 4 do {this addItemToUniform "rhs_mag_m661_green";}; + this addVest "MNP_Vest_Scorpion_1"; + for "_i" from 1 to 6 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";}; + for "_i" from 1 to 6 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Green";}; + for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_m714_White";}; + for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_M433_HEDP";}; + this addHeadgear "H_HelmetSpecB_snakeskin"; + this addWeapon "rhs_weap_m4a1_carryhandle_m203"; + this addPrimaryWeaponItem "RH_peq15"; + this addPrimaryWeaponItem "rhsusf_acc_compm4"; + this addWeapon "rhsusf_weap_m9"; + this addWeapon "Binocular"; + this linkItem "ItemMap"; + this linkItem "ItemCompass"; + this linkItem "ItemWatch"; + this linkItem "ItemGPS"; + this linkItem "rhsusf_ANPVS_15"; + }; + // LOADOUT: MEDIC case "m": { diff --git a/ARCMF.VR/f/assignGear/f_assignGear_indfor.sqf b/ARCMF.VR/f/assignGear/f_assignGear_indfor.sqf index e912404..44043ec 100644 --- a/ARCMF.VR/f/assignGear/f_assignGear_indfor.sqf +++ b/ARCMF.VR/f/assignGear/f_assignGear_indfor.sqf @@ -65,6 +65,34 @@ switch (_typeOfUnit) do this linkItem "rhsusf_ANPVS_15"; }; +// LOADOUT: FORWARD AIR CONTROLLER + case "fac": + { + this forceAddUniform "MNP_CombatUniform_Germany"; + for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";}; + this addItemToUniform "ACE_EarPlugs"; + this addItemToUniform "ACE_CableTie"; + this addItemToUniform "ACE_IR_Strobe_Item"; + this addItemToUniform "ACE_Flashlight_XL50"; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m67";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_an_m8hc";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m18_red";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m18_purple";}; + this addVest "MNP_Vest_Germany_2"; + for "_i" from 1 to 12 do {this addItemToVest "hlc_100rnd_556x45_EPR_G36";}; + for "_i" from 1 to 4 do {this addItemToVest "1Rnd_HE_Grenade_shell";}; + for "_i" from 1 to 4 do {this addItemToVest "1Rnd_Smoke_Grenade_shell";}; + this addHeadgear "MNP_Helmet_Germany"; + this addWeapon "hlc_rifle_G36VAG36"; + this addPrimaryWeaponItem "RH_LTdocterl"; + this addWeapon "Binocular"; + this linkItem "ItemMap"; + this linkItem "ItemCompass"; + this linkItem "ItemWatch"; + this linkItem "ItemGPS"; + this linkItem "rhsusf_ANPVS_15"; + }; + // LOADOUT: MEDIC case "m": { diff --git a/ARCMF.VR/f/assignGear/f_assignGear_opfor.sqf b/ARCMF.VR/f/assignGear/f_assignGear_opfor.sqf index b5dfb45..08a39ea 100644 --- a/ARCMF.VR/f/assignGear/f_assignGear_opfor.sqf +++ b/ARCMF.VR/f/assignGear/f_assignGear_opfor.sqf @@ -77,6 +77,40 @@ switch (_typeOfUnit) do this linkItem "rhsusf_ANPVS_15"; }; +// LOADOUT: FORWARD AIR CONTROLLER + case "fac": + { + this forceAddUniform "rhs_uniform_msv_emr"; + for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";}; + this addItemToUniform "ACE_Flashlight_KSF1"; + this addItemToUniform "ACE_IR_Strobe_Item"; + this addItemToUniform "ACE_EarPlugs"; + this addItemToUniform "ACE_CableTie"; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_9x19_17";}; + this addVest "rhs_6b23_digi_6sh92_headset"; + for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rgo";}; + for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rdg2_white";}; + for "_i" from 1 to 8 do {this addItemToVest "rhs_30Rnd_762x39mm";}; + this addBackpack "rhs_assault_umbts_engineer_empty"; + for "_i" from 1 to 3 do {this addItemToBackpack "rhs_VOG25";}; + for "_i" from 1 to 4 do {this addItemToBackpack "rhs_VG40OP_white";}; + for "_i" from 1 to 4 do {this addItemToBackpack "rhs_VG40OP_red";}; + for "_i" from 1 to 2 do {this addItemToBackpack "rhs_mag_nspn_green";}; + for "_i" from 1 to 2 do {this addItemToBackpack "rhs_mag_nspn_red";}; + for "_i" from 1 to 2 do {this addItemToBackpack "rhs_mag_nspn_yellow";}; + for "_i" from 1 to 4 do {this addItemToBackpack "rhs_30Rnd_762x39mm";}; + this addHeadgear "rhs_6b26_bala_green"; + this addWeapon "rhs_weap_ak103_gp25"; + this addPrimaryWeaponItem "rhs_acc_1p63"; + this addWeapon "rhs_weap_pya"; + this addWeapon "rhs_pdu4"; + this linkItem "ItemMap"; + this linkItem "ItemCompass"; + this linkItem "ItemWatch"; + this linkItem "ItemGPS"; + this linkItem "rhsusf_ANPVS_15"; + }; + // LOADOUT: MEDIC case "m": { diff --git a/ARCMF.VR/f/setGroupID/f_setGroupIDs.sqf b/ARCMF.VR/f/setGroupID/f_setGroupIDs.sqf index 5e80944..32d3af7 100644 --- a/ARCMF.VR/f/setGroupID/f_setGroupIDs.sqf +++ b/ARCMF.VR/f/setGroupID/f_setGroupIDs.sqf @@ -1,120 +1,216 @@ _groups = [ // GROUP IDs: BLUFOR > NATO - ["GrpNATO_CO","CO","ColorYellow"], - ["GrpNATO_DC","DC","ColorYellow"], - - ["GrpNATO_ASL","ASL","ColorRed"], - ["GrpNATO_A1","A1","ColorRed"], - ["GrpNATO_A2","A2","ColorRed"], - ["GrpNATO_A3","A3","ColorRed"], - - ["GrpNATO_BSL","BSL","ColorBlue"], - ["GrpNATO_B1","B1","ColorBlue"], - ["GrpNATO_B2","B2","ColorBlue"], - ["GrpNATO_B3","B3","ColorBlue"], - - ["GrpNATO_CSL","CSL","ColorGreen"], - ["GrpNATO_C1","C1","ColorGreen"], - ["GrpNATO_C2","C2","ColorGreen"], - ["GrpNATO_C3","C3","ColorGreen"], - - ["GrpNATO_MMG1","MMG1","ColorOrange"], - ["GrpNATO_MMG2","MMG2","ColorOrange"], - ["GrpNATO_MMG3","MMG3","ColorOrange"], - ["GrpNATO_MMG4","MMG4","ColorOrange"], - - ["GrpNATO_MAT1","MAT1","ColorOrange"], - ["GrpNATO_MAT2","MAT2","ColorOrange"], - ["GrpNATO_MAT3","MAT3","ColorOrange"], - ["GrpNATO_MAT4","MAT4","ColorOrange"], - - ["GrpNATO_G1","G1","ColorPink"], - ["GrpNATO_G2","G2","ColorPink"], - ["GrpNATO_G3","G3","ColorPink"], - ["GrpNATO_G4","G4","ColorPink"], - - ["GrpNATO_PH1","PH1","ColorCIV"], - ["GrpNATO_PH2","PH2","ColorCIV"], - ["GrpNATO_PH3","PH3","ColorCIV"], - ["GrpNATO_PH4","PH4","ColorCIV"], + ["GrpBLUFOR_CO_CC","CO","ColorOrange"], + ["GrpBLUFOR_1PLT_CO","1PLT","ColorYellow"], + ["GrpBLUFOR_2PLT_CO","2PLT","ColorYellow"], + + ["GrpBLUFOR_ASL","ASL","ColorRed"], + ["GrpBLUFOR_A1","A1","ColorRed"], + ["GrpBLUFOR_A2","A2","ColorRed"], + ["GrpBLUFOR_A3","A3","ColorRed"], + + ["GrpBLUFOR_BSL","BSL","ColorBlue"], + ["GrpBLUFOR_B1","B1","ColorBlue"], + ["GrpBLUFOR_B2","B2","ColorBlue"], + ["GrpBLUFOR_B3","B3","ColorBlue"], + + ["GrpBLUFOR_CSL","CSL","ColorGreen"], + ["GrpBLUFOR_C1","C1","ColorGreen"], + ["GrpBLUFOR_C2","C2","ColorGreen"], + ["GrpBLUFOR_C3","C3","ColorGreen"], + + ["GrpBLUFOR_DSL","DSL","ColorRed"], + ["GrpBLUFOR_D1","D1","ColorRed"], + ["GrpBLUFOR_D2","D2","ColorRed"], + ["GrpBLUFOR_D3","D3","ColorRed"], + + ["GrpBLUFOR_ESL","ESL","ColorBlue"], + ["GrpBLUFOR_E1","E1","ColorBlue"], + ["GrpBLUFOR_E2","E2","ColorBlue"], + ["GrpBLUFOR_E3","E3","ColorBlue"], + + ["GrpBLUFOR_FSL","FSL","ColorGreen"], + ["GrpBLUFOR_F1","F1","ColorGreen"], + ["GrpBLUFOR_F2","F2","ColorGreen"], + ["GrpBLUFOR_F3","F3","ColorGreen"], + + ["GrpBLUFOR_MMG1","MMG1","ColorOrange"], + ["GrpBLUFOR_MMG2","MMG2","ColorOrange"], + ["GrpBLUFOR_MMG3","MMG3","ColorOrange"], + ["GrpBLUFOR_MMG4","MMG4","ColorOrange"], + ["GrpBLUFOR_MMG5","MMG5","ColorOrange"], + ["GrpBLUFOR_MMG6","MMG6","ColorOrange"], + ["GrpBLUFOR_MMG7","MMG7","ColorOrange"], + ["GrpBLUFOR_MMG8","MMG8","ColorOrange"], + + ["GrpBLUFOR_MAT1","MAT1","ColorOrange"], + ["GrpBLUFOR_MAT2","MAT2","ColorOrange"], + ["GrpBLUFOR_MAT3","MAT3","ColorOrange"], + ["GrpBLUFOR_MAT4","MAT4","ColorOrange"], + ["GrpBLUFOR_MAT5","MAT5","ColorOrange"], + ["GrpBLUFOR_MAT6","MAT6","ColorOrange"], + ["GrpBLUFOR_MAT7","MAT7","ColorOrange"], + ["GrpBLUFOR_MAT8","MAT8","ColorOrange"], + + ["GrpBLUFOR_G1","G1","ColorPink"], + ["GrpBLUFOR_G2","G2","ColorPink"], + ["GrpBLUFOR_G3","G3","ColorPink"], + ["GrpBLUFOR_G4","G4","ColorPink"], + ["GrpBLUFOR_G5","G5","ColorPink"], + ["GrpBLUFOR_G6","G6","ColorPink"], + ["GrpBLUFOR_G7","G7","ColorPink"], + ["GrpBLUFOR_G8","G8","ColorPink"], + + ["GrpBLUFOR_PH1","PH1","ColorCIV"], + ["GrpBLUFOR_PH2","PH2","ColorCIV"], + ["GrpBLUFOR_PH3","PH3","ColorCIV"], + ["GrpBLUFOR_PH4","PH4","ColorCIV"], + ["GrpBLUFOR_PH5","PH5","ColorCIV"], + ["GrpBLUFOR_PH6","PH6","ColorCIV"], + ["GrpBLUFOR_PH7","PH7","ColorCIV"], + ["GrpBLUFOR_PH8","PH8","ColorCIV"], // GROUP IDs: OPFOR > CSAT - ["GrpCSAT_CO","CO","ColorYellow"], - ["GrpCSAT_DC","DC","ColorYellow"], - - ["GrpCSAT_ASL","ASL","ColorRed"], - ["GrpCSAT_A1","A1","ColorRed"], - ["GrpCSAT_A2","A2","ColorRed"], - ["GrpCSAT_A3","A3","ColorRed"], - - ["GrpCSAT_BSL","BSL","ColorBlue"], - ["GrpCSAT_B1","B1","ColorBlue"], - ["GrpCSAT_B2","B2","ColorBlue"], - ["GrpCSAT_B3","B3","ColorBlue"], - - ["GrpCSAT_CSL","CSL","ColorGreen"], - ["GrpCSAT_C1","C1","ColorGreen"], - ["GrpCSAT_C2","C2","ColorGreen"], - ["GrpCSAT_C3","C3","ColorGreen"], - - ["GrpCSAT_MMG1","MMG1","ColorOrange"], - ["GrpCSAT_MMG2","MMG2","ColorOrange"], - ["GrpCSAT_MMG3","MMG3","ColorOrange"], - ["GrpCSAT_MMG4","MMG4","ColorOrange"], - - ["GrpCSAT_MAT1","MAT1","ColorOrange"], - ["GrpCSAT_MAT2","MAT2","ColorOrange"], - ["GrpCSAT_MAT3","MAT3","ColorOrange"], - ["GrpCSAT_MAT4","MAT4","ColorOrange"], - - ["GrpCSAT_G1","G1","ColorPink"], - ["GrpCSAT_G2","G2","ColorPink"], - ["GrpCSAT_G3","G3","ColorPink"], - ["GrpCSAT_G4","G4","ColorPink"], - - ["GrpCSAT_PH1","PH1","ColorCIV"], - ["GrpCSAT_PH2","PH2","ColorCIV"], - ["GrpCSAT_PH3","PH3","ColorCIV"], - ["GrpCSAT_PH4","PH4","ColorCIV"], + ["GrpOPFOR_CO_CC","CO","ColorOrange"], + ["GrpOPFOR_1PLT_CO","1PLT","ColorYellow"], + ["GrpOPFOR_2PLT_CO","2PLT","ColorYellow"], + + ["GrpOPFOR_ASL","ASL","ColorRed"], + ["GrpOPFOR_A1","A1","ColorRed"], + ["GrpOPFOR_A2","A2","ColorRed"], + ["GrpOPFOR_A3","A3","ColorRed"], + + ["GrpOPFOR_BSL","BSL","ColorBlue"], + ["GrpOPFOR_B1","B1","ColorBlue"], + ["GrpOPFOR_B2","B2","ColorBlue"], + ["GrpOPFOR_B3","B3","ColorBlue"], + + ["GrpOPFOR_CSL","CSL","ColorGreen"], + ["GrpOPFOR_C1","C1","ColorGreen"], + ["GrpOPFOR_C2","C2","ColorGreen"], + ["GrpOPFOR_C3","C3","ColorGreen"], + + ["GrpOPFOR_DSL","DSL","ColorRed"], + ["GrpOPFOR_D1","D1","ColorRed"], + ["GrpOPFOR_D2","D2","ColorRed"], + ["GrpOPFOR_D3","D3","ColorRed"], + + ["GrpOPFOR_ESL","ESL","ColorBlue"], + ["GrpOPFOR_E1","E1","ColorBlue"], + ["GrpOPFOR_E2","E2","ColorBlue"], + ["GrpOPFOR_E3","E3","ColorBlue"], + + ["GrpOPFOR_FSL","FSL","ColorGreen"], + ["GrpOPFOR_F1","F1","ColorGreen"], + ["GrpOPFOR_F2","F2","ColorGreen"], + ["GrpOPFOR_F3","F3","ColorGreen"], + + ["GrpOPFOR_MMG1","MMG1","ColorOrange"], + ["GrpOPFOR_MMG2","MMG2","ColorOrange"], + ["GrpOPFOR_MMG3","MMG3","ColorOrange"], + ["GrpOPFOR_MMG4","MMG4","ColorOrange"], + ["GrpOPFOR_MMG5","MMG5","ColorOrange"], + ["GrpOPFOR_MMG6","MMG6","ColorOrange"], + ["GrpOPFOR_MMG7","MMG7","ColorOrange"], + ["GrpOPFOR_MMG8","MMG8","ColorOrange"], + + ["GrpOPFOR_MAT1","MAT1","ColorOrange"], + ["GrpOPFOR_MAT2","MAT2","ColorOrange"], + ["GrpOPFOR_MAT3","MAT3","ColorOrange"], + ["GrpOPFOR_MAT4","MAT4","ColorOrange"], + ["GrpOPFOR_MAT5","MAT5","ColorOrange"], + ["GrpOPFOR_MAT6","MAT6","ColorOrange"], + ["GrpOPFOR_MAT7","MAT7","ColorOrange"], + ["GrpOPFOR_MAT8","MAT8","ColorOrange"], + + ["GrpOPFOR_G1","G1","ColorPink"], + ["GrpOPFOR_G2","G2","ColorPink"], + ["GrpOPFOR_G3","G3","ColorPink"], + ["GrpOPFOR_G4","G4","ColorPink"], + ["GrpOPFOR_G5","G5","ColorPink"], + ["GrpOPFOR_G6","G6","ColorPink"], + ["GrpOPFOR_G7","G7","ColorPink"], + ["GrpOPFOR_G8","G8","ColorPink"], + + ["GrpOPFOR_PH1","PH1","ColorCIV"], + ["GrpOPFOR_PH2","PH2","ColorCIV"], + ["GrpOPFOR_PH3","PH3","ColorCIV"], + ["GrpOPFOR_PH4","PH4","ColorCIV"], + ["GrpOPFOR_PH5","PH5","ColorCIV"], + ["GrpOPFOR_PH6","PH6","ColorCIV"], + ["GrpOPFOR_PH7","PH7","ColorCIV"], + ["GrpOPFOR_PH8","PH8","ColorCIV"], // GROUP IDs: INDEPENDENT > AAF - ["GrpAAF_CO","CO","ColorYellow"], - ["GrpAAF_DC","DC","ColorYellow"], - - ["GrpAAF_ASL","ASL","ColorRed"], - ["GrpAAF_A1","A1","ColorRed"], - ["GrpAAF_A2","A2","ColorRed"], - ["GrpAAF_A3","A3","ColorRed"], - - ["GrpAAF_BSL","BSL","ColorBlue"], - ["GrpAAF_B1","B1","ColorBlue"], - ["GrpAAF_B2","B2","ColorBlue"], - ["GrpAAF_B3","B3","ColorBlue"], - - ["GrpAAF_CSL","CSL","ColorGreen"], - ["GrpAAF_C1","C1","ColorGreen"], - ["GrpAAF_C2","C2","ColorGreen"], - ["GrpAAF_C3","C3","ColorGreen"], - - ["GrpAAF_MMG1","MMG1","ColorOrange"], - ["GrpAAF_MMG2","MMG2","ColorOrange"], - ["GrpAAF_MMG3","MMG3","ColorOrange"], - ["GrpAAF_MMG4","MMG4","ColorOrange"], - - ["GrpAAF_MAT1","MAT1","ColorOrange"], - ["GrpAAF_MAT2","MAT2","ColorOrange"], - ["GrpAAF_MAT3","MAT3","ColorOrange"], - ["GrpAAF_MAT4","MAT4","ColorOrange"], - - ["GrpAAF_G1","G1","ColorPink"], - ["GrpAAF_G2","G2","ColorPink"], - ["GrpAAF_G3","G3","ColorPink"], - ["GrpAAF_G4","G4","ColorPink"], - - ["GrpAAF_PH1","PH1","ColorCIV"], - ["GrpAAF_PH2","PH2","ColorCIV"], - ["GrpAAF_PH3","PH3","ColorCIV"], - ["GrpAAF_PH4","PH4","ColorCIV"] + ["GrpINDFOR_CO_CC","CO","ColorOrange"], + ["GrpINDFOR_1PLT_CO","1PLT","ColorYellow"], + ["GrpINDFOR_2PLT_CO","2PLT","ColorYellow"], + + ["GrpINDFOR_ASL","ASL","ColorRed"], + ["GrpINDFOR_A1","A1","ColorRed"], + ["GrpINDFOR_A2","A2","ColorRed"], + ["GrpINDFOR_A3","A3","ColorRed"], + + ["GrpINDFOR_BSL","BSL","ColorBlue"], + ["GrpINDFOR_B1","B1","ColorBlue"], + ["GrpINDFOR_B2","B2","ColorBlue"], + ["GrpINDFOR_B3","B3","ColorBlue"], + + ["GrpINDFOR_CSL","CSL","ColorGreen"], + ["GrpINDFOR_C1","C1","ColorGreen"], + ["GrpINDFOR_C2","C2","ColorGreen"], + ["GrpINDFOR_C3","C3","ColorGreen"], + + ["GrpINDFOR_DSL","DSL","ColorRed"], + ["GrpINDFOR_D1","D1","ColorRed"], + ["GrpINDFOR_D2","D2","ColorRed"], + ["GrpINDFOR_D3","D3","ColorRed"], + + ["GrpINDFOR_ESL","ESL","ColorBlue"], + ["GrpINDFOR_E1","E1","ColorBlue"], + ["GrpINDFOR_E2","E2","ColorBlue"], + ["GrpINDFOR_E3","E3","ColorBlue"], + + ["GrpINDFOR_FSL","FSL","ColorGreen"], + ["GrpINDFOR_F1","F1","ColorGreen"], + ["GrpINDFOR_F2","F2","ColorGreen"], + ["GrpINDFOR_F3","F3","ColorGreen"], + + ["GrpINDFOR_MMG1","MMG1","ColorOrange"], + ["GrpINDFOR_MMG2","MMG2","ColorOrange"], + ["GrpINDFOR_MMG3","MMG3","ColorOrange"], + ["GrpINDFOR_MMG4","MMG4","ColorOrange"], + ["GrpINDFOR_MMG5","MMG5","ColorOrange"], + ["GrpINDFOR_MMG6","MMG6","ColorOrange"], + ["GrpINDFOR_MMG7","MMG7","ColorOrange"], + ["GrpINDFOR_MMG8","MMG8","ColorOrange"], + + ["GrpINDFOR_MAT1","MAT1","ColorOrange"], + ["GrpINDFOR_MAT2","MAT2","ColorOrange"], + ["GrpINDFOR_MAT3","MAT3","ColorOrange"], + ["GrpINDFOR_MAT4","MAT4","ColorOrange"], + ["GrpINDFOR_MAT5","MAT5","ColorOrange"], + ["GrpINDFOR_MAT6","MAT6","ColorOrange"], + ["GrpINDFOR_MAT7","MAT7","ColorOrange"], + ["GrpINDFOR_MAT8","MAT8","ColorOrange"], + + ["GrpINDFOR_G1","G1","ColorPink"], + ["GrpINDFOR_G2","G2","ColorPink"], + ["GrpINDFOR_G3","G3","ColorPink"], + ["GrpINDFOR_G4","G4","ColorPink"], + ["GrpINDFOR_G5","G5","ColorPink"], + ["GrpINDFOR_G6","G6","ColorPink"], + ["GrpINDFOR_G7","G7","ColorPink"], + ["GrpINDFOR_G8","G8","ColorPink"], + + ["GrpINDFOR_PH1","PH1","ColorCIV"], + ["GrpINDFOR_PH2","PH2","ColorCIV"], + ["GrpINDFOR_PH3","PH3","ColorCIV"], + ["GrpINDFOR_PH4","PH4","ColorCIV"], + ["GrpINDFOR_PH5","PH5","ColorCIV"], + ["GrpINDFOR_PH6","PH6","ColorCIV"], + ["GrpINDFOR_PH7","PH7","ColorCIV"], + ["GrpINDFOR_PH8","PH8","ColorCIV"] ]; {_x call f_fnc_setGroupID} forEach _groups; \ No newline at end of file diff --git a/ARCMF.VR/f/spect/fn_DrawTags.sqf b/ARCMF.VR/f/spect/fn_DrawTags.sqf index 031e36f..22e72e9 100644 --- a/ARCMF.VR/f/spect/fn_DrawTags.sqf +++ b/ARCMF.VR/f/spect/fn_DrawTags.sqf @@ -43,36 +43,38 @@ if (!f_cam_toggleTags || f_cam_mapMode == 2) exitWith {}; if (_drawGroup) then { _distToCam = (call f_cam_GetCurrentCam) distance (leader _x); - _visPos = getPosATLVisual leader _x; - if (surfaceIsWater _visPos) then { _visPos = getPosASLVisual leader _x; }; + if (_distToCam > 500) then { + _visPos = getPosATLVisual leader _x; + if (surfaceIsWater _visPos) then { _visPos = getPosASLVisual leader _x; }; - _str = _x getVariable ["f_cam_nicename", ""]; - - if (_str == "") then { - _str = (toString(toArray(groupID (_x)) - [45])); - _x setVariable ["f_cam_nicename", _str]; + _str = _x getVariable ["f_cam_nicename", ""]; + + if (_str == "") then { + _str = (toString(toArray(groupID (_x)) - [45])); + _x setVariable ["f_cam_nicename", _str]; + }; + + _color set [3, 1]; + if (_distToCam > 5000) then { _color set [3, 0]; _str = ""; }; + + drawIcon3D [ + "\A3\ui_f\data\map\markers\nato\b_inf.paa", + _color, + [ + _visPos select 0, + _visPos select 1, + (_visPos select 2) + 2 + ], + 1, + 1, + 0, + _str, + 2, + 0.03, + "PuristaBold", + "center" + ]; }; - - _color set [3, 1]; - if (_distToCam > 5000) then { _color set [3, 0]; _str = ""; }; - - drawIcon3D [ - "\A3\ui_f\data\map\markers\nato\b_inf.paa", - _color, - [ - _visPos select 0, - _visPos select 1, - (_visPos select 2) + 2 - ], - 1, - 1, - 0, - _str, - 2, - 0.03, - "PuristaBold", - "center" - ]; }; { diff --git a/ARCMF.VR/mission.sqm b/ARCMF.VR/mission.sqm index 9718ba9..f260546 100644 --- a/ARCMF.VR/mission.sqm +++ b/ARCMF.VR/mission.sqm @@ -8,7 +8,7 @@ class EditorData toggles=1; class ItemIDProvider { - nextID=393; + nextID=408; }; class MarkerIDProvider { @@ -16,10 +16,10 @@ class EditorData }; class Camera { - pos[]={58.844345,118.30734,-20.52009}; - dir[]={0.0044556567,-0.83277988,0.55360013}; - up[]={0.006702241,0.55360532,0.83275348}; - aside[]={0.99997568,-2.8689465e-007,-0.0080474885}; + pos[]={200.25586,83.993652,192.22447}; + dir[]={-0.60138065,-0.56214535,-0.56776017}; + up[]={-0.40877318,0.827021,-0.3859199}; + aside[]={-0.68649143,1.5133992e-008,0.72714227}; }; }; binarizationWanted=0; @@ -86,30 +86,30 @@ class Mission }; class Entities { - items=81; + items=180; class Item0 { dataType="Group"; side="West"; class Entities { - items=2; + items=3; class Item0 { dataType="Object"; class PositionInfo { - position[]={42.236187,5.0014391,51.188602}; + position[]={47.378967,5.0014391,87.291267}; }; side="West"; flags=2; class Attributes { skill=0.60000002; - rank="LIEUTENANT"; - init="GrpNATO_CO = group this; [""co"",this] call f_fnc_assignGear;"; - name="UnitNATO_CO"; - description="BLUFOR Commander"; + rank="COLONEL"; + init="GrpBLUFOR_CO_CC = group this; [""co"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_CO_CC"; + description="Company Commander"; isPlayer=1; isPlayable=1; }; @@ -121,27 +121,131 @@ class Mission dataType="Object"; class PositionInfo { - position[]={47.236389,5.0014391,51.238575}; + position[]={52.37907,5.0014391,87.341713}; }; side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpNATO_CO = group this; [""m"",this] call f_fnc_assignGear;"; - name="UnitNATO_CO_M"; - description="BLUFOR Medic"; + rank="CAPTAIN"; + init="GrpBLUFOR_CO_CC = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_CO_XO"; + description="Company Executive Officer"; isPlayable=1; }; - id=3; - type="B_medic_F"; + id=4; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={42.37907,5.0014391,87.341713}; + }; + side="West"; + flags=1; + class Attributes + { + rank="CAPTAIN"; + init="GrpBLUFOR_CO_CC = group this; [""fac"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_CO_FAC"; + description="Company FAC"; + isPlayable=1; + }; + id=6; + type="B_soldier_repair_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; }; }; class Attributes { formation="LINE"; }; - id=4; + id=8; class CustomAttributes { class Attribute0 @@ -172,54 +276,158 @@ class Mission side="West"; class Entities { - items=2; + items=3; class Item0 { dataType="Object"; class PositionInfo { - position[]={18.059441,5.0014391,43.900288}; + position[]={31.733482,5.0014391,79.417107}; }; side="West"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpNATO_ASL = group this; [""dc"",this] call f_fnc_assignGear;"; - name="UnitNATO_ASL_SL"; - description="BLUFOR Alpha Squad Leader"; + rank="LIEUTENANT"; + init="GrpBLUFOR_1PLT_CO = group this; [""co"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_1PLT_CO"; + description="1PLT Commander"; isPlayable=1; }; - id=5; - type="B_Soldier_SL_F"; + id=10; + type="B_officer_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={23.059441,5.0014391,43.950291}; + position[]={36.733482,5.0014391,79.46711}; }; side="West"; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_ASL = group this; [""m"",this] call f_fnc_assignGear;"; - name="UnitNATO_ASL_M"; - description="BLUFOR Alpha Medic"; + init="GrpBLUFOR_1PLT_CO = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_1PLT_CO_M"; + description="1PLT Medic"; isPlayable=1; }; - id=6; + id=12; type="B_medic_F"; }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={26.733482,5.0014391,79.46711}; + }; + side="West"; + flags=1; + class Attributes + { + rank="CORPORAL"; + init="GrpBLUFOR_1PLT_CO = group this; [""fac"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_1PLT_FAC"; + description="1PLT FAC"; + isPlayable=1; + }; + id=14; + type="B_soldier_repair_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; }; class Attributes { formation="LINE"; }; - id=7; + id=16; class CustomAttributes { class Attribute0 @@ -237,7 +445,7 @@ class Mission "STRING" }; }; - value="ASL"; + value="1PLT"; }; }; }; @@ -250,148 +458,73 @@ class Mission side="West"; class Entities { - items=6; + items=2; class Item0 { dataType="Object"; class PositionInfo { - position[]={28.073177,5.0014391,41.016727}; + position[]={21.704926,5.0014391,75.339386}; }; side="West"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpNATO_A1 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitNATO_A1_FTL"; - description="BLUFOR Alpha 1 Fireteam Leader"; + rank="SERGEANT"; + init="GrpBLUFOR_ASL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_ASL_SL"; + description="1PLT Alpha Squad Leader"; isPlayable=1; }; - id=8; - type="B_Soldier_TL_F"; + id=18; + type="B_Soldier_SL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={33.073177,5.0014391,41.06673}; + position[]={26.704926,5.0014391,75.389389}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_A1 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitNATO_A1_AR"; - description="BLUFOR Alpha 1 Automatic Rifleman"; + rank="CORPORAL"; + init="GrpBLUFOR_ASL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_ASL_M"; + description="1PLT Alpha Medic"; isPlayable=1; }; - id=9; - type="B_soldier_AR_F"; + id=20; + type="B_medic_F"; }; - class Item2 + }; + class Attributes + { + formation="LINE"; + }; + id=22; + class CustomAttributes + { + class Attribute0 { - dataType="Object"; - class PositionInfo + property="groupID"; + expression="_this setGroupID [_value];"; + class Value { - position[]={23.073177,5.0014391,41.06673}; - }; - side="West"; - class Attributes - { - skill=0.60000002; - init="GrpNATO_A1 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitNATO_A1_AAR"; - description="BLUFOR Alpha 1 Assistant Automatic Rifleman"; - isPlayable=1; - }; - id=10; - type="B_soldier_AAR_F"; - }; - class Item3 - { - dataType="Object"; - class PositionInfo - { - position[]={38.073177,5.0014391,41.116734}; - }; - side="West"; - class Attributes - { - skill=0.60000002; - init="GrpNATO_A1 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitNATO_A1_AT"; - description="BLUFOR Alpha 1 Rifleman (AT)"; - isPlayable=1; - }; - id=11; - type="B_soldier_LAT_F"; - }; - class Item4 - { - dataType="Object"; - class PositionInfo - { - position[]={18.073177,5.0014391,41.116734}; - }; - side="West"; - class Attributes - { - skill=0.60000002; - init="GrpNATO_A1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitNATO_A1_R_1"; - description="BLUFOR Alpha 1 Rifleman"; - isPlayable=1; - }; - id=12; - type="B_Soldier_F"; - }; - class Item5 - { - dataType="Object"; - class PositionInfo - { - position[]={43.073177,5.0014391,41.166737}; - }; - side="West"; - class Attributes - { - skill=0.60000002; - init="GrpNATO_A1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitNATO_A1_R"; - description="BLUFOR Alpha 1 Rifleman"; - isPlayable=1; - }; - id=13; - type="B_soldier_AAR_F"; - }; - }; - class Attributes - { - formation="LINE"; - }; - id=14; - class CustomAttributes - { - class Attribute0 - { - property="groupID"; - expression="_this setGroupID [_value];"; - class Value - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="A1"; - }; + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="ASL"; + }; }; }; nAttributes=1; @@ -409,7 +542,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={28.050449,5.0014391,38.287228}; + position[]={31.718662,5.0014391,72.455826}; }; side="West"; flags=2; @@ -417,12 +550,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_A2 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitNATO_A2_FTL"; - description="BLUFOR Alpha 2 Fireteam Leader"; + init="GrpBLUFOR_A1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A1_FTL"; + description="1PLT Alpha 1 Fireteam Leader"; isPlayable=1; }; - id=15; + id=24; type="B_Soldier_TL_F"; }; class Item1 @@ -430,18 +563,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={33.050449,5.0014391,38.337231}; + position[]={36.718662,5.0014391,72.505829}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_A2 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitNATO_A2_AR"; - description="BLUFOR Alpha 2 Automatic Rifleman"; + init="GrpBLUFOR_A1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A1_AR"; + description="1PLT Alpha 1 Automatic Rifleman"; isPlayable=1; }; - id=16; + id=26; type="B_soldier_AR_F"; }; class Item2 @@ -449,18 +582,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={23.050449,5.0014391,38.337231}; + position[]={26.718662,5.0014391,72.505829}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_A2 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitNATO_A2_AAR"; - description="BLUFOR Alpha 2 Assistant Automatic Rifleman"; + init="GrpBLUFOR_A1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A1_AAR"; + description="1PLT Alpha 1 Assistant Automatic Rifleman"; isPlayable=1; }; - id=17; + id=28; type="B_soldier_AAR_F"; }; class Item3 @@ -468,18 +601,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={38.050449,5.0014391,38.387234}; + position[]={41.718662,5.0014391,72.555832}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_A2 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitNATO_A2_AT"; - description="BLUFOR Alpha 2 Rifleman (AT)"; + init="GrpBLUFOR_A1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A1_AT"; + description="1PLT Alpha 1 Rifleman (AT)"; isPlayable=1; }; - id=18; + id=30; type="B_soldier_LAT_F"; }; class Item4 @@ -487,18 +620,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={18.050449,5.0014391,38.387234}; + position[]={21.718662,5.0014391,72.555832}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_A2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitNATO_A2_R_1"; - description="BLUFOR Alpha 2 Rifleman"; + init="GrpBLUFOR_A1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A1_R_1"; + description="1PLT Alpha 1 Rifleman"; isPlayable=1; }; - id=19; + id=32; type="B_Soldier_F"; }; class Item5 @@ -506,26 +639,26 @@ class Mission dataType="Object"; class PositionInfo { - position[]={43.050449,5.0014391,38.437237}; + position[]={46.718662,5.0014391,72.605835}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_A2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitNATO_A2_R"; - description="BLUFOR Alpha 2 Rifleman"; + init="GrpBLUFOR_A1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A1_R"; + description="1PLT Alpha 1 Rifleman"; isPlayable=1; }; - id=20; - type="B_soldier_AAR_F"; + id=34; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=22; + id=36; class CustomAttributes { class Attribute0 @@ -543,7 +676,7 @@ class Mission "STRING" }; }; - value="A2"; + value="A1"; }; }; }; @@ -551,84 +684,6 @@ class Mission }; }; class Item4 - { - dataType="Group"; - side="West"; - class Entities - { - items=2; - class Item0 - { - dataType="Object"; - class PositionInfo - { - position[]={18.044804,5.0014391,31.705456}; - }; - side="West"; - flags=2; - class Attributes - { - skill=0.60000002; - rank="SERGEANT"; - init="GrpNATO_BSL = group this; [""dc"",this] call f_fnc_assignGear;"; - name="UnitNATO_BSL_SL"; - description="BLUFOR Bravo Squad Leader"; - isPlayable=1; - }; - id=23; - type="B_Soldier_SL_F"; - }; - class Item1 - { - dataType="Object"; - class PositionInfo - { - position[]={23.044804,5.0014391,31.755459}; - }; - side="West"; - class Attributes - { - skill=0.60000002; - rank="CORPORAL"; - init="GrpNATO_BSL = group this; [""m"",this] call f_fnc_assignGear;"; - name="UnitNATO_BSL_M"; - description="BLUFOR Bravo Medic"; - isPlayable=1; - }; - id=24; - type="B_medic_F"; - }; - }; - class Attributes - { - formation="LINE"; - }; - id=25; - class CustomAttributes - { - class Attribute0 - { - property="groupID"; - expression="_this setGroupID [_value];"; - class Value - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="BSL"; - }; - }; - }; - nAttributes=1; - }; - }; - class Item5 { dataType="Group"; side="West"; @@ -640,7 +695,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={28.024132,5.0014391,28.9259}; + position[]={31.695934,5.0014391,69.726334}; }; side="West"; flags=2; @@ -648,12 +703,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_B1 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitNATO_B1_FTL"; - description="BLUFOR Bravo 1 Fireteam Leader"; + init="GrpBLUFOR_A2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A2_FTL"; + description="1PLT Alpha 2 Fireteam Leader"; isPlayable=1; }; - id=26; + id=38; type="B_Soldier_TL_F"; }; class Item1 @@ -661,18 +716,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={33.024132,5.0014391,28.975899}; + position[]={36.695934,5.0014391,69.776337}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_B1 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitNATO_B1_AR"; - description="BLUFOR Bravo 1 Automatic Rifleman"; + init="GrpBLUFOR_A2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A2_AR"; + description="1PLT Alpha 2 Automatic Rifleman"; isPlayable=1; }; - id=27; + id=40; type="B_soldier_AR_F"; }; class Item2 @@ -680,18 +735,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={23.024132,5.0014391,28.975899}; + position[]={26.695934,5.0014391,69.776337}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_B1 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitNATO_B1_AAR"; - description="BLUFOR Bravo 1 Assistant Automatic Rifleman"; + init="GrpBLUFOR_A2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A2_AAR"; + description="1PLT Alpha 2 Assistant Automatic Rifleman"; isPlayable=1; }; - id=28; + id=42; type="B_soldier_AAR_F"; }; class Item3 @@ -699,18 +754,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={38.024132,5.0014391,29.025898}; + position[]={41.695934,5.0014391,69.82634}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_B1 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitNATO_B1_AT"; - description="BLUFOR Bravo 1 Rifleman (AT)"; + init="GrpBLUFOR_A2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A2_AT"; + description="1PLT Alpha 2 Rifleman (AT)"; isPlayable=1; }; - id=29; + id=44; type="B_soldier_LAT_F"; }; class Item4 @@ -718,18 +773,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={18.024132,5.0014391,29.025898}; + position[]={21.695934,5.0014391,69.82634}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_B1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitNATO_B1_R_1"; - description="BLUFOR Bravo 1 Rifleman"; + init="GrpBLUFOR_A2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A2_R_1"; + description="1PLT Alpha 2 Rifleman"; isPlayable=1; }; - id=30; + id=46; type="B_Soldier_F"; }; class Item5 @@ -737,26 +792,26 @@ class Mission dataType="Object"; class PositionInfo { - position[]={43.024132,5.0014391,29.075897}; + position[]={46.695934,5.0014391,69.876343}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_B1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitNATO_B1_R"; - description="BLUFOR Bravo 1 Rifleman"; + init="GrpBLUFOR_A2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A2_R"; + description="1PLT Alpha 2 Rifleman"; isPlayable=1; }; - id=31; - type="B_soldier_AAR_F"; + id=48; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=32; + id=50; class CustomAttributes { class Attribute0 @@ -774,14 +829,14 @@ class Mission "STRING" }; }; - value="B1"; + value="A2"; }; }; }; nAttributes=1; }; }; - class Item6 + class Item5 { dataType="Group"; side="West"; @@ -793,7 +848,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={28.001411,5.0014391,26.220333}; + position[]={31.707325,5.0014391,66.934631}; }; side="West"; flags=2; @@ -801,12 +856,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_B2 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitNATO_B2_FTL"; - description="BLUFOR Bravo 2 Fireteam Leader"; + init="GrpBLUFOR_A3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A3_FTL"; + description="1PLT Alpha 3 Fireteam Leader"; isPlayable=1; }; - id=33; + id=52; type="B_Soldier_TL_F"; }; class Item1 @@ -814,18 +869,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={33.001411,5.0014391,26.270332}; + position[]={36.707325,5.0014391,66.984634}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_B2 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitNATO_B2_AR"; - description="BLUFOR Bravo 2 Automatic Rifleman"; + init="GrpBLUFOR_A3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A3_AR"; + description="1PLT Alpha 3 Automatic Rifleman"; isPlayable=1; }; - id=34; + id=54; type="B_soldier_AR_F"; }; class Item2 @@ -833,18 +888,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={23.001411,5.0014391,26.270332}; + position[]={26.707325,5.0014391,66.984634}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_B2 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitNATO_B2_AAR"; - description="BLUFOR Bravo 2 Assistant Automatic Rifleman"; + init="GrpBLUFOR_A3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A3_AAR"; + description="1PLT Alpha 3 Assistant Automatic Rifleman"; isPlayable=1; }; - id=35; + id=56; type="B_soldier_AAR_F"; }; class Item3 @@ -852,18 +907,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={38.001411,5.0014391,26.320332}; + position[]={41.707325,5.0014391,67.034637}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_B2 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitNATO_B2_AT"; - description="BLUFOR Bravo 2 Rifleman (AT)"; + init="GrpBLUFOR_A3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A3_AT"; + description="1PLT Alpha 3 Rifleman (AT)"; isPlayable=1; }; - id=36; + id=58; type="B_soldier_LAT_F"; }; class Item4 @@ -871,18 +926,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={18.001411,5.0014391,26.320332}; + position[]={21.707325,5.0014391,67.034637}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_B2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitNATO_B2_R_1"; - description="BLUFOR Bravo 2 Rifleman"; + init="GrpBLUFOR_A3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A3_R_1"; + description="1PLT Alpha 3 Rifleman"; isPlayable=1; }; - id=37; + id=60; type="B_Soldier_F"; }; class Item5 @@ -890,26 +945,26 @@ class Mission dataType="Object"; class PositionInfo { - position[]={43.001411,5.0014391,26.370331}; + position[]={46.707325,5.0014391,67.084641}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_B2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitNATO_B2_R"; - description="BLUFOR Bravo 2 Rifleman"; + init="GrpBLUFOR_A3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_A3_R"; + description="1PLT Alpha 3 Rifleman"; isPlayable=1; }; - id=38; - type="B_soldier_AAR_F"; + id=62; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=39; + id=64; class CustomAttributes { class Attribute0 @@ -927,14 +982,14 @@ class Mission "STRING" }; }; - value="B2"; + value="A3"; }; }; }; nAttributes=1; }; }; - class Item7 + class Item6 { dataType="Group"; side="West"; @@ -946,7 +1001,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={17.981018,5.0014391,19.571667}; + position[]={21.690289,5.0014391,63.14455}; }; side="West"; flags=2; @@ -954,12 +1009,12 @@ class Mission { skill=0.60000002; rank="SERGEANT"; - init="GrpNATO_CSL = group this; [""dc"",this] call f_fnc_assignGear;"; - name="UnitNATO_CSL_SL"; - description="BLUFOR Charlie Squad Leader"; + init="GrpBLUFOR_BSL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_BSL_SL"; + description="1PLT Bravo Squad Leader"; isPlayable=1; }; - id=40; + id=66; type="B_Soldier_SL_F"; }; class Item1 @@ -967,19 +1022,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={22.981018,5.0014391,19.621666}; + position[]={26.690289,5.0014391,63.19455}; }; side="West"; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_CSL = group this; [""m"",this] call f_fnc_assignGear;"; - name="UnitNATO_CSL_M"; - description="BLUFOR Charlie Medic"; + init="GrpBLUFOR_BSL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_BSL_M"; + description="1PLT Bravo Medic"; isPlayable=1; }; - id=41; + id=68; type="B_medic_F"; }; }; @@ -987,7 +1042,7 @@ class Mission { formation="LINE"; }; - id=42; + id=70; class CustomAttributes { class Attribute0 @@ -1005,14 +1060,14 @@ class Mission "STRING" }; }; - value="CSL"; + value="BSL"; }; }; }; nAttributes=1; }; }; - class Item8 + class Item7 { dataType="Group"; side="West"; @@ -1024,7 +1079,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={27.942368,5.0014391,16.935669}; + position[]={31.669617,5.0014391,60.364994}; }; side="West"; flags=2; @@ -1032,12 +1087,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_C1 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitNATO_C1_FTL"; - description="BLUFOR Charlie 1 Fireteam Leader"; + init="GrpBLUFOR_B1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B1_FTL"; + description="1PLT Bravo 1 Fireteam Leader"; isPlayable=1; }; - id=43; + id=72; type="B_Soldier_TL_F"; }; class Item1 @@ -1045,18 +1100,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={32.942368,5.0014391,16.985668}; + position[]={36.669617,5.0014391,60.414993}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_C1 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitNATO_C1_AR"; - description="BLUFOR Charlie 1 Automatic Rifleman"; + init="GrpBLUFOR_B1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B1_AR"; + description="1PLT Bravo 1 Automatic Rifleman"; isPlayable=1; }; - id=44; + id=74; type="B_soldier_AR_F"; }; class Item2 @@ -1064,18 +1119,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={22.942368,5.0014391,16.985668}; + position[]={26.669617,5.0014391,60.414993}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_C1 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitNATO_C1_AAR"; - description="BLUFOR Charlie 1 Assistant Automatic Rifleman"; + init="GrpBLUFOR_B1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B1_AAR"; + description="1PLT Bravo 1 Assistant Automatic Rifleman"; isPlayable=1; }; - id=45; + id=76; type="B_soldier_AAR_F"; }; class Item3 @@ -1083,18 +1138,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={37.942368,5.0014391,17.035667}; + position[]={41.669617,5.0014391,60.464993}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_C1 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitNATO_C1_AT"; - description="BLUFOR Charlie 1 Rifleman (AT)"; + init="GrpBLUFOR_B1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B1_AT"; + description="1PLT Bravo 1 Rifleman (AT)"; isPlayable=1; }; - id=46; + id=78; type="B_soldier_LAT_F"; }; class Item4 @@ -1102,18 +1157,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={17.942368,5.0014391,17.035667}; + position[]={21.669617,5.0014391,60.464993}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_C1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitNATO_C1_R_1"; - description="BLUFOR Charlie 1 Rifleman"; + init="GrpBLUFOR_B1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B1_R_1"; + description="1PLT Bravo 1 Rifleman"; isPlayable=1; }; - id=47; + id=80; type="B_Soldier_F"; }; class Item5 @@ -1121,26 +1176,26 @@ class Mission dataType="Object"; class PositionInfo { - position[]={42.942368,5.0014391,17.085667}; + position[]={46.669617,5.0014391,60.514992}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_C1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitNATO_C1_R"; - description="BLUFOR Charlie 1 Rifleman"; + init="GrpBLUFOR_B1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B1_R"; + description="1PLT Bravo 1 Rifleman"; isPlayable=1; }; - id=48; - type="B_soldier_AAR_F"; + id=82; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=49; + id=84; class CustomAttributes { class Attribute0 @@ -1158,14 +1213,14 @@ class Mission "STRING" }; }; - value="C1"; + value="B1"; }; }; }; nAttributes=1; }; }; - class Item9 + class Item8 { dataType="Group"; side="West"; @@ -1177,7 +1232,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={27.926514,5.0014391,14.397583}; + position[]={31.646896,5.0014391,57.659428}; }; side="West"; flags=2; @@ -1185,12 +1240,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_C2 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitNATO_C2_FTL"; - description="BLUFOR Charlie 2 Fireteam Leader"; + init="GrpBLUFOR_B2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B2_FTL"; + description="1PLT Bravo 2 Fireteam Leader"; isPlayable=1; }; - id=50; + id=86; type="B_Soldier_TL_F"; }; class Item1 @@ -1198,18 +1253,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={32.926514,5.0014391,14.447582}; + position[]={36.646896,5.0014391,57.709427}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_C2 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitNATO_C2_AR"; - description="BLUFOR Charlie 2 Automatic Rifleman"; + init="GrpBLUFOR_B2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B2_AR"; + description="1PLT Bravo 2 Automatic Rifleman"; isPlayable=1; }; - id=51; + id=88; type="B_soldier_AR_F"; }; class Item2 @@ -1217,18 +1272,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={22.926514,5.0014391,14.447582}; + position[]={26.646896,5.0014391,57.709427}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_C2 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitNATO_C2_AAR"; - description="BLUFOR Charlie 2 Assistant Automatic Rifleman"; + init="GrpBLUFOR_B2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B2_AAR"; + description="1PLT Bravo 2 Assistant Automatic Rifleman"; isPlayable=1; }; - id=52; + id=90; type="B_soldier_AAR_F"; }; class Item3 @@ -1236,18 +1291,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={37.926514,5.0014391,14.497581}; + position[]={41.646896,5.0014391,57.759426}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_C2 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitNATO_C2_AT"; - description="BLUFOR Charlie 2 Rifleman (AT)"; + init="GrpBLUFOR_B2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B2_AT"; + description="1PLT Bravo 2 Rifleman (AT)"; isPlayable=1; }; - id=53; + id=92; type="B_soldier_LAT_F"; }; class Item4 @@ -1255,18 +1310,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={17.926514,5.0014391,14.497581}; + position[]={21.646896,5.0014391,57.759426}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_C2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitNATO_C2_R_1"; - description="BLUFOR Charlie 2 Rifleman"; + init="GrpBLUFOR_B2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B2_R_1"; + description="1PLT Bravo 2 Rifleman"; isPlayable=1; }; - id=54; + id=94; type="B_Soldier_F"; }; class Item5 @@ -1274,26 +1329,26 @@ class Mission dataType="Object"; class PositionInfo { - position[]={42.926514,5.0014391,14.547581}; + position[]={46.646896,5.0014391,57.809425}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_C2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitNATO_C2_R"; - description="BLUFOR Charlie 2 Rifleman"; + init="GrpBLUFOR_B2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B2_R"; + description="1PLT Bravo 2 Rifleman"; isPlayable=1; }; - id=55; - type="B_soldier_AAR_F"; + id=96; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=56; + id=98; class CustomAttributes { class Attribute0 @@ -1311,223 +1366,142 @@ class Mission "STRING" }; }; - value="C2"; + value="B2"; }; }; }; nAttributes=1; }; }; - class Item10 + class Item9 { dataType="Group"; side="West"; class Entities { - items=2; + items=6; class Item0 { dataType="Object"; class PositionInfo { - position[]={68.364525,5.0014391,41.077045}; + position[]={31.714848,5.0014391,55.405441}; }; side="West"; flags=2; class Attributes { skill=0.60000002; - rank="CAPTAIN"; - init="GrpNATO_PH1 = group this; [""p"",this] call f_fnc_assignGear;"; - name="UnitNATO_PH1_P"; - description="BLUFOR Phantom 1 Pilot"; + rank="CORPORAL"; + init="GrpBLUFOR_B3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B3_FTL"; + description="1PLT Bravo 3 Fireteam Leader"; isPlayable=1; }; - id=57; - type="B_Helipilot_F"; + id=100; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={73.364525,5.0014391,41.127048}; + position[]={36.714848,5.0014391,55.455441}; }; side="West"; class Attributes { skill=0.60000002; - rank="LIEUTENANT"; - init="GrpNATO_PH1 = group this; [""cp"",this] call f_fnc_assignGear;"; - name="UnitNATO_PH1_CP"; - description="BLUFOR Phantom 1 Co-Pilot"; + init="GrpBLUFOR_B3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B3_AR"; + description="1PLT Bravo 3 Automatic Rifleman"; isPlayable=1; }; - id=58; - type="B_soldier_repair_F"; - }; - }; - class Attributes - { - formation="LINE"; - }; - id=59; - class CustomAttributes - { - class Attribute0 - { - property="groupID"; - expression="_this setGroupID [_value];"; - class Value - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="PH1"; - }; - }; + id=102; + type="B_soldier_AR_F"; }; - nAttributes=1; - }; - }; - class Item11 - { - dataType="Group"; - side="West"; - class Entities - { - items=2; - class Item0 + class Item2 { dataType="Object"; class PositionInfo { - position[]={68.352165,5.0014391,38.496479}; + position[]={26.714848,5.0014391,55.455441}; }; side="West"; - flags=2; class Attributes { skill=0.60000002; - rank="CAPTAIN"; - init="GrpNATO_PH2 = group this; [""p"",this] call f_fnc_assignGear;"; - name="UnitNATO_PH2_P"; - description="BLUFOR Phantom 2 Pilot"; + init="GrpBLUFOR_B3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B3_AAR"; + description="1PLT Bravo 3 Assistant Automatic Rifleman"; isPlayable=1; }; - id=60; - type="B_Helipilot_F"; + id=104; + type="B_soldier_AAR_F"; }; - class Item1 + class Item3 { dataType="Object"; class PositionInfo { - position[]={73.352165,5.0014391,38.546482}; + position[]={41.714848,5.0014391,55.50544}; }; side="West"; class Attributes { skill=0.60000002; - rank="LIEUTENANT"; - init="GrpNATO_PH2 = group this; [""cp"",this] call f_fnc_assignGear;"; - name="UnitNATO_PH2_CP"; - description="BLUFOR Phantom 2 Co-Pilot"; + init="GrpBLUFOR_B3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B3_AT"; + description="1PLT Bravo 3 Rifleman (AT)"; isPlayable=1; }; - id=61; - type="B_soldier_repair_F"; - }; - }; - class Attributes - { - formation="LINE"; - }; - id=62; - class CustomAttributes - { - class Attribute0 - { - property="groupID"; - expression="_this setGroupID [_value];"; - class Value - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="PH2"; - }; - }; + id=106; + type="B_soldier_LAT_F"; }; - nAttributes=1; - }; - }; - class Item12 - { - dataType="Group"; - side="West"; - class Entities - { - items=2; - class Item0 + class Item4 { dataType="Object"; class PositionInfo { - position[]={68.33429,5.0014391,35.921276}; + position[]={21.714848,5.0014391,55.50544}; }; side="West"; - flags=2; class Attributes { skill=0.60000002; - rank="CAPTAIN"; - init="GrpNATO_PH3 = group this; [""p"",this] call f_fnc_assignGear;"; - name="UnitNATO_PH3_P"; - description="BLUFOR Phantom 3 Pilot"; + init="GrpBLUFOR_B3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B3_R_1"; + description="1PLT Bravo 3 Rifleman"; isPlayable=1; }; - id=63; - type="B_Helipilot_F"; + id=108; + type="B_Soldier_F"; }; - class Item1 + class Item5 { dataType="Object"; class PositionInfo { - position[]={73.33429,5.0014391,35.971279}; + position[]={46.714848,5.0014391,55.555439}; }; side="West"; class Attributes { skill=0.60000002; - rank="LIEUTENANT"; - init="GrpNATO_PH3 = group this; [""cp"",this] call f_fnc_assignGear;"; - name="UnitNATO_PH3_CP"; - description="BLUFOR Phantom 3 Co-Pilot"; + init="GrpBLUFOR_B3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_B3_R"; + description="1PLT Bravo 3 Rifleman"; isPlayable=1; }; - id=64; - type="B_soldier_repair_F"; + id=110; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=65; + id=112; class CustomAttributes { class Attribute0 @@ -1545,14 +1519,14 @@ class Mission "STRING" }; }; - value="PH3"; + value="B3"; }; }; }; nAttributes=1; }; }; - class Item13 + class Item10 { dataType="Group"; side="West"; @@ -1564,48 +1538,48 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.334297,5.0014391,33.362682}; + position[]={21.626503,5.0014391,51.010761}; }; side="West"; flags=2; class Attributes { skill=0.60000002; - rank="CAPTAIN"; - init="GrpNATO_PH4 = group this; [""p"",this] call f_fnc_assignGear;"; - name="UnitNATO_PH4_P"; - description="BLUFOR Phantom 4 Pilot"; + rank="SERGEANT"; + init="GrpBLUFOR_CSL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_CSL_SL"; + description="1PLT Charlie Squad Leader"; isPlayable=1; }; - id=66; - type="B_Helipilot_F"; + id=114; + type="B_Soldier_SL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={73.334297,5.0014391,33.412685}; + position[]={26.626503,5.0014391,51.06076}; }; side="West"; class Attributes { skill=0.60000002; - rank="LIEUTENANT"; - init="GrpNATO_PH4 = group this; [""cp"",this] call f_fnc_assignGear;"; - name="UnitNATO_PH4_CP"; - description="BLUFOR Phantom 4 Co-Pilot"; + rank="CORPORAL"; + init="GrpBLUFOR_CSL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_CSL_M"; + description="1PLT Charlie Medic"; isPlayable=1; }; - id=67; - type="B_soldier_repair_F"; + id=116; + type="B_medic_F"; }; }; class Attributes { formation="LINE"; }; - id=68; + id=118; class CustomAttributes { class Attribute0 @@ -1623,26 +1597,26 @@ class Mission "STRING" }; }; - value="PH4"; + value="CSL"; }; }; }; nAttributes=1; }; }; - class Item14 + class Item11 { dataType="Group"; side="West"; class Entities { - items=3; + items=6; class Item0 { dataType="Object"; class PositionInfo { - position[]={55.416069,5.0014391,26.7523}; + position[]={31.587852,5.0014391,48.374767}; }; side="West"; flags=2; @@ -1650,12 +1624,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_MMG1 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; - name="UnitNATO_MMG1_TL"; - description="BLUFOR MMG 1 Leader"; + init="GrpBLUFOR_C1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C1_FTL"; + description="1PLT Charlie 1 Fireteam Leader"; isPlayable=1; }; - id=69; + id=120; type="B_Soldier_TL_F"; }; class Item1 @@ -1663,18 +1637,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={60.416069,5.0014391,26.802299}; + position[]={36.587852,5.0014391,48.424767}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_MMG1 = group this; [""mmgg"",this] call f_fnc_assignGear; "; - name="UnitNATO_MMG1_G"; - description="BLUFOR MMG 1 Gunner"; + init="GrpBLUFOR_C1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C1_AR"; + description="1PLT Charlie 1 Automatic Rifleman"; isPlayable=1; }; - id=70; + id=122; type="B_soldier_AR_F"; }; class Item2 @@ -1682,122 +1656,83 @@ class Mission dataType="Object"; class PositionInfo { - position[]={50.416069,5.0014391,26.802299}; + position[]={26.587852,5.0014391,48.424767}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_MMG1 = group this; [""mmgab"",this] call f_fnc_assignGear; "; - name="UnitNATO_MMG1_AB"; - description="BLUFOR MMG 1 Ammo Bearer"; + init="GrpBLUFOR_C1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C1_AAR"; + description="1PLT Charlie 1 Assistant Automatic Rifleman"; isPlayable=1; }; - id=71; - type="B_Soldier_A_F"; - }; - }; - class Attributes - { - formation="LINE"; - }; - id=72; - class CustomAttributes - { - class Attribute0 - { - property="groupID"; - expression="_this setGroupID [_value];"; - class Value - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="MMG1"; - }; - }; + id=124; + type="B_soldier_AAR_F"; }; - nAttributes=1; - }; - }; - class Item15 - { - dataType="Group"; - side="West"; - class Entities - { - items=3; - class Item0 + class Item3 { dataType="Object"; class PositionInfo { - position[]={55.408493,5.0014391,24.240582}; + position[]={41.587852,5.0014391,48.474766}; }; side="West"; - flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpNATO_MMG2 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; - name="UnitNATO_MMG2_TL"; - description="BLUFOR MMG 2 Leader"; + init="GrpBLUFOR_C1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C1_AT"; + description="1PLT Charlie 1 Rifleman (AT)"; isPlayable=1; }; - id=73; - type="B_Soldier_TL_F"; + id=126; + type="B_soldier_LAT_F"; }; - class Item1 + class Item4 { dataType="Object"; class PositionInfo { - position[]={60.408493,5.0014391,24.290581}; + position[]={21.587852,5.0014391,48.474766}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_MMG2 = group this; [""mmgg"",this] call f_fnc_assignGear; "; - name="UnitNATO_MMG2_G"; - description="BLUFOR MMG 2 Gunner"; + init="GrpBLUFOR_C1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C1_R_1"; + description="1PLT Charlie 1 Rifleman"; isPlayable=1; }; - id=74; - type="B_soldier_AR_F"; + id=128; + type="B_Soldier_F"; }; - class Item2 + class Item5 { dataType="Object"; class PositionInfo { - position[]={50.408493,5.0014391,24.290581}; + position[]={46.587852,5.0014391,48.524765}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_MMG2 = group this; [""mmgab"",this] call f_fnc_assignGear; "; - name="UnitNATO_MMG2_AB"; - description="BLUFOR MMG 2 Ammo Bearer"; + init="GrpBLUFOR_C1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C1_R"; + description="1PLT Charlie 1 Rifleman"; isPlayable=1; }; - id=75; - type="B_Soldier_A_F"; + id=130; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=76; + id=132; class CustomAttributes { class Attribute0 @@ -1815,26 +1750,26 @@ class Mission "STRING" }; }; - value="MMG2"; + value="C1"; }; }; }; nAttributes=1; }; }; - class Item16 + class Item12 { dataType="Group"; side="West"; class Entities { - items=3; + items=6; class Item0 { dataType="Object"; class PositionInfo { - position[]={55.408485,5.0014391,21.757671}; + position[]={31.571999,5.0014391,45.836681}; }; side="West"; flags=2; @@ -1842,12 +1777,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_MMG3 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; - name="UnitNATO_MMG3_TL"; - description="BLUFOR MMG 3 Leader"; + init="GrpBLUFOR_C2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C2_FTL"; + description="1PLT Charlie 2 Fireteam Leader"; isPlayable=1; }; - id=77; + id=134; type="B_Soldier_TL_F"; }; class Item1 @@ -1855,18 +1790,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={60.408485,5.0014391,21.807671}; + position[]={36.571999,5.0014391,45.886681}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_MMG3 = group this; [""mmgg"",this] call f_fnc_assignGear; "; - name="UnitNATO_MMG3_G"; - description="BLUFOR MMG 3 Gunner"; + init="GrpBLUFOR_C2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C2_AR"; + description="1PLT Charlie 2 Automatic Rifleman"; isPlayable=1; }; - id=78; + id=136; type="B_soldier_AR_F"; }; class Item2 @@ -1874,26 +1809,83 @@ class Mission dataType="Object"; class PositionInfo { - position[]={50.408485,5.0014391,21.807671}; + position[]={26.571999,5.0014391,45.886681}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_MMG3 = group this; [""mmgab"",this] call f_fnc_assignGear; "; - name="UnitNATO_MMG3_AB"; - description="BLUFOR MMG 3 Ammo Bearer"; + init="GrpBLUFOR_C2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C2_AAR"; + description="1PLT Charlie 2 Assistant Automatic Rifleman"; isPlayable=1; }; - id=79; - type="B_Soldier_A_F"; + id=138; + type="B_soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={41.571999,5.0014391,45.93668}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_C2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C2_AT"; + description="1PLT Charlie 2 Rifleman (AT)"; + isPlayable=1; + }; + id=140; + type="B_soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={21.571999,5.0014391,45.93668}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_C2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C2_R_1"; + description="1PLT Charlie 2 Rifleman"; + isPlayable=1; + }; + id=142; + type="B_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={46.571999,5.0014391,45.986679}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_C2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C2_R"; + description="1PLT Charlie 2 Rifleman"; + isPlayable=1; + }; + id=144; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=80; + id=146; class CustomAttributes { class Attribute0 @@ -1911,26 +1903,26 @@ class Mission "STRING" }; }; - value="MMG3"; + value="C2"; }; }; }; nAttributes=1; }; }; - class Item17 + class Item13 { dataType="Group"; side="West"; class Entities { - items=3; + items=6; class Item0 { dataType="Object"; class PositionInfo { - position[]={55.408485,5.0014391,19.249371}; + position[]={31.651642,5.0014391,43.54871}; }; side="West"; flags=2; @@ -1938,12 +1930,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_MMG4 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; - name="UnitNATO_MMG4_TL"; - description="BLUFOR MMG 4 Leader"; + init="GrpBLUFOR_C3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C3_FTL"; + description="1PLT Charlie 3 Fireteam Leader"; isPlayable=1; }; - id=81; + id=148; type="B_Soldier_TL_F"; }; class Item1 @@ -1951,18 +1943,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={60.408485,5.0014391,19.29937}; + position[]={36.651642,5.0014391,43.598709}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_MMG4 = group this; [""mmgg"",this] call f_fnc_assignGear; "; - name="UnitNATO_MMG4_G"; - description="BLUFOR MMG 4 Gunner"; + init="GrpBLUFOR_C3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C3_AR"; + description="1PLT Charlie 3 Automatic Rifleman"; isPlayable=1; }; - id=82; + id=150; type="B_soldier_AR_F"; }; class Item2 @@ -1970,26 +1962,83 @@ class Mission dataType="Object"; class PositionInfo { - position[]={50.408485,5.0014391,19.29937}; + position[]={26.651642,5.0014391,43.598709}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_MMG4 = group this; [""mmgab"",this] call f_fnc_assignGear; "; - name="UnitNATO_MMG4_AB"; - description="BLUFOR MMG 4 Ammo Bearer"; + init="GrpBLUFOR_C3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C3_AAR"; + description="1PLT Charlie 3 Assistant Automatic Rifleman"; isPlayable=1; }; - id=83; - type="B_Soldier_A_F"; + id=152; + type="B_soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={41.651642,5.0014391,43.648708}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_C3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C3_AT"; + description="1PLT Charlie 3 Rifleman (AT)"; + isPlayable=1; + }; + id=154; + type="B_soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={21.651642,5.0014391,43.648708}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_C3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C3_R_1"; + description="1PLT Charlie 3 Rifleman"; + isPlayable=1; + }; + id=156; + type="B_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={46.651642,5.0014391,43.698708}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_C3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_C3_R"; + description="1PLT Charlie 3 Rifleman"; + isPlayable=1; + }; + id=158; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=84; + id=160; class CustomAttributes { class Attribute0 @@ -2007,14 +2056,14 @@ class Mission "STRING" }; }; - value="MMG4"; + value="C3"; }; }; }; nAttributes=1; }; }; - class Item18 + class Item14 { dataType="Group"; side="West"; @@ -2026,67 +2075,152 @@ class Mission dataType="Object"; class PositionInfo { - position[]={55.511543,5.0014391,40.995472}; + position[]={64.215485,5.0014391,79.9851}; }; side="West"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpNATO_G1 = group this; [""vc"",this] call f_fnc_assignGear;"; - name="UnitNATO_G1_C"; - description="BLUFOR Gambler 1 Commander"; + rank="LIEUTENANT"; + init="GrpBLUFOR_2PLT_CO = group this; [""co"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_2PLT_CO"; + description="2PLT Commander"; isPlayable=1; }; - id=85; - type="B_crew_F"; + id=162; + type="B_officer_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={60.511543,5.0014391,41.045475}; + position[]={69.215485,5.0014391,80.035103}; }; side="West"; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_G1 = group this; [""vg"",this] call f_fnc_assignGear;"; - name="UnitNATO_G1_G"; - description="BLUFOR Gambler 1 Gunner"; + init="GrpBLUFOR_2PLT_CO = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_2PLT_CO_M"; + description="2PLT Medic"; isPlayable=1; }; - id=86; - type="B_crew_F"; + id=164; + type="B_medic_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={50.511543,5.0014391,41.045475}; + position[]={59.215485,5.0014391,80.035103}; }; side="West"; + flags=1; class Attributes { - skill=0.60000002; - init="GrpNATO_G1 = group this; [""vd"",this] call f_fnc_assignGear;"; - name="UnitNATO_G1_D"; - description="BLUFOR Gambler 1 Driver"; + rank="CORPORAL"; + init="GrpBLUFOR_2PLT_CO = group this; [""fac"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_2PLT_FAC"; + description="2PLT FAC"; isPlayable=1; }; - id=87; + id=166; type="B_soldier_repair_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; }; }; class Attributes { formation="LINE"; }; - id=88; + id=168; class CustomAttributes { class Attribute0 @@ -2104,26 +2238,26 @@ class Mission "STRING" }; }; - value="G1"; + value="2PLT"; }; }; }; nAttributes=1; }; }; - class Item19 + class Item15 { dataType="Group"; side="West"; class Entities { - items=3; + items=2; class Item0 { dataType="Object"; class PositionInfo { - position[]={55.471901,5.0014391,38.443714}; + position[]={53.911663,5.0014391,75.160889}; }; side="West"; flags=2; @@ -2131,59 +2265,40 @@ class Mission { skill=0.60000002; rank="SERGEANT"; - init="GrpNATO_G2 = group this; [""vc"",this] call f_fnc_assignGear;"; - name="UnitNATO_G2_C"; - description="BLUFOR Gambler 2 Commander"; + init="GrpBLUFOR_DSL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_DSL_SL"; + description="2PLT Delta Squad Leader"; isPlayable=1; }; - id=89; - type="B_crew_F"; + id=170; + type="B_Soldier_SL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={60.471901,5.0014391,38.493717}; + position[]={58.911663,5.0014391,75.210892}; }; side="West"; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_G2 = group this; [""vg"",this] call f_fnc_assignGear;"; - name="UnitNATO_G2_G"; - description="BLUFOR Gambler 2 Gunner"; - isPlayable=1; - }; - id=90; - type="B_crew_F"; - }; - class Item2 - { - dataType="Object"; - class PositionInfo - { - position[]={50.471905,5.0014391,38.493717}; - }; - side="West"; - class Attributes - { - skill=0.60000002; - init="GrpNATO_G2 = group this; [""vd"",this] call f_fnc_assignGear;"; - name="UnitNATO_G2_D"; - description="BLUFOR Gambler 2 Driver"; + init="GrpBLUFOR_DSL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_DSL_M"; + description="2PLT Delta Medic"; isPlayable=1; }; - id=91; - type="B_soldier_repair_F"; + id=172; + type="B_medic_F"; }; }; class Attributes { formation="LINE"; }; - id=92; + id=174; class CustomAttributes { class Attribute0 @@ -2201,86 +2316,142 @@ class Mission "STRING" }; }; - value="G2"; + value="DSL"; }; }; }; nAttributes=1; }; }; - class Item20 + class Item16 { dataType="Group"; side="West"; class Entities { - items=3; + items=6; class Item0 { dataType="Object"; class PositionInfo { - position[]={55.454018,5.0014391,35.885601}; + position[]={63.9254,5.0014391,72.277328}; }; side="West"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpNATO_G3 = group this; [""vc"",this] call f_fnc_assignGear;"; - name="UnitNATO_G3_C"; - description="BLUFOR Gambler 3 Commander"; + rank="CORPORAL"; + init="GrpBLUFOR_D1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D1_FTL"; + description="2PLT Delta 1 Fireteam Leader"; isPlayable=1; }; - id=93; - type="B_crew_F"; + id=176; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={60.454018,5.0014391,35.935604}; + position[]={68.9254,5.0014391,72.327332}; }; side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpNATO_G3 = group this; [""vg"",this] call f_fnc_assignGear;"; - name="UnitNATO_G3_G"; - description="BLUFOR Gambler 3 Gunner"; + init="GrpBLUFOR_D1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D1_AR"; + description="2PLT Delta 1 Automatic Rifleman"; isPlayable=1; }; - id=94; - type="B_crew_F"; + id=178; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={50.454021,5.0014391,35.935604}; + position[]={58.9254,5.0014391,72.327332}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_G3 = group this; [""vd"",this] call f_fnc_assignGear;"; - name="UnitNATO_G3_D"; - description="BLUFOR Gambler 3 Driver"; + init="GrpBLUFOR_D1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D1_AAR"; + description="2PLT Delta 1 Assistant Automatic Rifleman"; isPlayable=1; }; - id=95; - type="B_soldier_repair_F"; + id=180; + type="B_soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={73.9254,5.0014391,72.377335}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_D1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D1_AT"; + description="2PLT Delta 1 Rifleman (AT)"; + isPlayable=1; + }; + id=182; + type="B_soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={53.9254,5.0014391,72.377335}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_D1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D1_R_1"; + description="2PLT Delta 1 Rifleman"; + isPlayable=1; + }; + id=184; + type="B_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={78.9254,5.0014391,72.427338}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_D1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D1_R"; + description="2PLT Delta 1 Rifleman"; + isPlayable=1; + }; + id=186; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=96; + id=188; class CustomAttributes { class Attribute0 @@ -2298,86 +2469,142 @@ class Mission "STRING" }; }; - value="G3"; + value="D1"; }; }; }; nAttributes=1; }; }; - class Item21 + class Item17 { dataType="Group"; side="West"; class Entities { - items=3; + items=6; class Item0 { dataType="Object"; class PositionInfo { - position[]={55.432281,5.0014391,33.279156}; + position[]={63.902672,5.0014391,69.547836}; }; side="West"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpNATO_G4 = group this; [""vc"",this] call f_fnc_assignGear;"; - name="UnitNATO_G4_C"; - description="BLUFOR Gambler 4 Commander"; + rank="CORPORAL"; + init="GrpBLUFOR_D2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D2_FTL"; + description="2PLT Delta 2 Fireteam Leader"; isPlayable=1; }; - id=97; - type="B_crew_F"; + id=190; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={60.432274,5.0014391,33.329159}; + position[]={68.902672,5.0014391,69.597839}; }; side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpNATO_G4 = group this; [""vg"",this] call f_fnc_assignGear;"; - name="UnitNATO_G4_G"; - description="BLUFOR Gambler 4 Gunner"; + init="GrpBLUFOR_D2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D2_AR"; + description="2PLT Delta 2 Automatic Rifleman"; isPlayable=1; }; - id=98; - type="B_crew_F"; + id=192; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={50.432281,5.0014391,33.329159}; + position[]={58.902672,5.0014391,69.597839}; }; side="West"; class Attributes { skill=0.60000002; - init="GrpNATO_G4 = group this; [""vd"",this] call f_fnc_assignGear;"; - name="UnitNATO_G4_D"; - description="BLUFOR Gambler 4 Driver"; + init="GrpBLUFOR_D2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D2_AAR"; + description="2PLT Delta 2 Assistant Automatic Rifleman"; isPlayable=1; }; - id=99; - type="B_soldier_repair_F"; + id=194; + type="B_soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={73.902672,5.0014391,69.647842}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_D2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D2_AT"; + description="2PLT Delta 2 Rifleman (AT)"; + isPlayable=1; + }; + id=196; + type="B_soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={53.902672,5.0014391,69.647842}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_D2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D2_R_1"; + description="2PLT Delta 2 Rifleman"; + isPlayable=1; + }; + id=198; + type="B_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={78.902672,5.0014391,69.697845}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_D2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D2_R"; + description="2PLT Delta 2 Rifleman"; + isPlayable=1; + }; + id=200; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=100; + id=202; class CustomAttributes { class Attribute0 @@ -2395,67 +2622,142 @@ class Mission "STRING" }; }; - value="G4"; + value="D2"; }; }; }; nAttributes=1; }; }; - class Item22 + class Item18 { dataType="Group"; - side="East"; + side="West"; class Entities { - items=2; + items=6; class Item0 { dataType="Object"; class PositionInfo { - position[]={42.433319,5.0014391,103.13759}; + position[]={63.914063,5.0014391,66.756134}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; - rank="LIEUTENANT"; - init="GrpCSAT_CO = group this; [""co"",this] call f_fnc_assignGear;"; - name="UnitCSAT_CO"; - description="OPFOR Commander"; + rank="CORPORAL"; + init="GrpBLUFOR_D3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D3_FTL"; + description="2PLT Delta 3 Fireteam Leader"; isPlayable=1; }; - id=101; - type="O_officer_F"; + id=204; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={47.433323,5.0014391,103.18739}; + position[]={68.914063,5.0014391,66.806137}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_CO = group this; [""m"",this] call f_fnc_assignGear;"; - name="UnitCSAT_CO_M"; - description="OPFOR Medic"; + init="GrpBLUFOR_D3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D3_AR"; + description="2PLT Delta 3 Automatic Rifleman"; isPlayable=1; }; - id=102; - type="O_medic_F"; + id=206; + type="B_soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={58.914063,5.0014391,66.806137}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_D3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D3_AAR"; + description="2PLT Delta 3 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=208; + type="B_soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={73.914063,5.0014391,66.85614}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_D3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D3_AT"; + description="2PLT Delta 3 Rifleman (AT)"; + isPlayable=1; + }; + id=210; + type="B_soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={53.914063,5.0014391,66.85614}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_D3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D3_R_1"; + description="2PLT Delta 3 Rifleman"; + isPlayable=1; + }; + id=212; + type="B_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={78.914063,5.0014391,66.906143}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_D3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_D3_R"; + description="2PLT Delta 3 Rifleman"; + isPlayable=1; + }; + id=214; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=103; + id=216; class CustomAttributes { class Attribute0 @@ -2473,17 +2775,17 @@ class Mission "STRING" }; }; - value="CO"; + value="D3"; }; }; }; nAttributes=1; }; }; - class Item23 + class Item19 { dataType="Group"; - side="East"; + side="West"; class Entities { items=2; @@ -2492,48 +2794,48 @@ class Mission dataType="Object"; class PositionInfo { - position[]={18.256378,5.0014391,95.849014}; + position[]={53.897026,5.0014391,62.966053}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="SERGEANT"; - init="GrpCSAT_ASL = group this; [""dc"",this] call f_fnc_assignGear;"; - name="UnitCSAT_ASL_SL"; - description="OPFOR Alpha Squad Leader"; + init="GrpBLUFOR_ESL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_ESL_SL"; + description="2PLT Echo Squad Leader"; isPlayable=1; }; - id=104; - type="O_Soldier_SL_F"; + id=218; + type="B_Soldier_SL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={23.256378,5.0014391,95.899307}; + position[]={58.897026,5.0014391,63.016052}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpCSAT_ASL = group this; [""m"",this] call f_fnc_assignGear;"; - name="UnitCSAT_ASL_M"; - description="OPFOR Alpha Medic"; + init="GrpBLUFOR_ESL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_ESL_M"; + description="2PLT Echo Medic"; isPlayable=1; }; - id=105; - type="O_medic_F"; + id=220; + type="B_medic_F"; }; }; class Attributes { formation="LINE"; }; - id=106; + id=222; class CustomAttributes { class Attribute0 @@ -2551,17 +2853,17 @@ class Mission "STRING" }; }; - value="ASL"; + value="ESL"; }; }; }; nAttributes=1; }; }; - class Item24 + class Item20 { dataType="Group"; - side="East"; + side="West"; class Entities { items=6; @@ -2570,123 +2872,123 @@ class Mission dataType="Object"; class PositionInfo { - position[]={28.270111,5.0014391,92.965714}; + position[]={63.876354,5.0014391,60.186497}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpCSAT_A1 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitCSAT_A1_FTL"; - description="OPFOR Alpha 1 Fireteam Leader"; + init="GrpBLUFOR_E1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E1_FTL"; + description="2PLT Echo 1 Fireteam Leader"; isPlayable=1; }; - id=107; - type="O_Soldier_TL_F"; + id=224; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={33.270111,5.0014391,93.016006}; + position[]={68.87635,5.0014391,60.236496}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_A1 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitCSAT_A1_AR"; - description="OPFOR Alpha 1 Automatic Rifleman"; + init="GrpBLUFOR_E1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E1_AR"; + description="2PLT Echo 1 Automatic Rifleman"; isPlayable=1; }; - id=108; - type="O_Soldier_AR_F"; + id=226; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={23.270111,5.0014391,93.016006}; + position[]={58.876354,5.0014391,60.236496}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_A1 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitCSAT_A1_AAR"; - description="OPFOR Alpha 1 Assistant Automatic Rifleman"; + init="GrpBLUFOR_E1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E1_AAR"; + description="2PLT Echo 1 Assistant Automatic Rifleman"; isPlayable=1; }; - id=109; - type="O_Soldier_AAR_F"; + id=228; + type="B_soldier_AAR_F"; }; class Item3 { dataType="Object"; class PositionInfo { - position[]={38.270111,5.0014391,93.065811}; + position[]={73.87635,5.0014391,60.286495}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_A1 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitCSAT_A1_AT"; - description="OPFOR Alpha 1 Rifleman (AT)"; + init="GrpBLUFOR_E1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E1_AT"; + description="2PLT Echo 1 Rifleman (AT)"; isPlayable=1; }; - id=110; - type="O_Soldier_LAT_F"; + id=230; + type="B_soldier_LAT_F"; }; class Item4 { dataType="Object"; class PositionInfo { - position[]={18.270111,5.0014391,93.065811}; + position[]={53.876354,5.0014391,60.286495}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_A1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitCSAT_A1_R_1"; - description="OPFOR Alpha 1 Rifleman"; + init="GrpBLUFOR_E1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E1_R_1"; + description="2PLT Echo 1 Rifleman"; isPlayable=1; }; - id=111; - type="O_Soldier_F"; + id=232; + type="B_Soldier_F"; }; class Item5 { dataType="Object"; class PositionInfo { - position[]={43.270111,5.0014391,93.115616}; + position[]={78.87635,5.0014391,60.336494}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_A1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitCSAT_A1_R"; - description="OPFOR Alpha 1 Rifleman"; + init="GrpBLUFOR_E1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E1_R"; + description="2PLT Echo 1 Rifleman"; isPlayable=1; }; - id=112; - type="O_Soldier_AAR_F"; + id=234; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=113; + id=236; class CustomAttributes { class Attribute0 @@ -2704,17 +3006,17 @@ class Mission "STRING" }; }; - value="A1"; + value="E1"; }; }; }; nAttributes=1; }; }; - class Item25 + class Item21 { dataType="Group"; - side="East"; + side="West"; class Entities { items=6; @@ -2723,201 +3025,123 @@ class Mission dataType="Object"; class PositionInfo { - position[]={28.247406,5.0014391,90.236221}; + position[]={63.853634,5.0014391,57.48093}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpCSAT_A2 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitCSAT_A2_FTL"; - description="OPFOR Alpha 2 Fireteam Leader"; + init="GrpBLUFOR_E2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E2_FTL"; + description="2PLT Echo 2 Fireteam Leader"; isPlayable=1; }; - id=114; - type="O_Soldier_TL_F"; + id=238; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={33.247406,5.0014391,90.286514}; + position[]={68.85363,5.0014391,57.53093}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_A2 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitCSAT_A2_AR"; - description="OPFOR Alpha 2 Automatic Rifleman"; + init="GrpBLUFOR_E2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E2_AR"; + description="2PLT Echo 2 Automatic Rifleman"; isPlayable=1; }; - id=115; - type="O_Soldier_AR_F"; + id=240; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={23.247406,5.0014391,90.286514}; + position[]={58.853634,5.0014391,57.53093}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_A2 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitCSAT_A2_AAR"; - description="OPFOR Alpha 2 Assistant Automatic Rifleman"; + init="GrpBLUFOR_E2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E2_AAR"; + description="2PLT Echo 2 Assistant Automatic Rifleman"; isPlayable=1; }; - id=116; - type="O_Soldier_AAR_F"; + id=242; + type="B_soldier_AAR_F"; }; class Item3 { dataType="Object"; class PositionInfo { - position[]={38.247406,5.0014391,90.336319}; + position[]={73.85363,5.0014391,57.580929}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_A2 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitCSAT_A2_AT"; - description="OPFOR Alpha 2 Rifleman (AT)"; + init="GrpBLUFOR_E2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E2_AT"; + description="2PLT Echo 2 Rifleman (AT)"; isPlayable=1; }; - id=117; - type="O_Soldier_LAT_F"; + id=244; + type="B_soldier_LAT_F"; }; class Item4 { dataType="Object"; class PositionInfo { - position[]={18.247406,5.0014391,90.336319}; + position[]={53.853634,5.0014391,57.580929}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_A2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitCSAT_A2_R_1"; - description="OPFOR Alpha 2 Rifleman"; + init="GrpBLUFOR_E2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E2_R_1"; + description="2PLT Echo 2 Rifleman"; isPlayable=1; }; - id=118; - type="O_Soldier_F"; + id=246; + type="B_Soldier_F"; }; class Item5 { dataType="Object"; class PositionInfo { - position[]={43.247406,5.0014391,90.386124}; - }; - side="East"; - class Attributes - { - skill=0.60000002; - init="GrpCSAT_A2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitCSAT_A2_R"; - description="OPFOR Alpha 2 Rifleman"; - isPlayable=1; - }; - id=119; - type="O_Soldier_AAR_F"; - }; - }; - class Attributes - { - formation="LINE"; - }; - id=120; - class CustomAttributes - { - class Attribute0 - { - property="groupID"; - expression="_this setGroupID [_value];"; - class Value - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="A2"; - }; - }; - }; - nAttributes=1; - }; - }; - class Item26 - { - dataType="Group"; - side="East"; - class Entities - { - items=2; - class Item0 - { - dataType="Object"; - class PositionInfo - { - position[]={18.24173,5.0014391,83.654678}; - }; - side="East"; - flags=2; - class Attributes - { - skill=0.60000002; - rank="SERGEANT"; - init="GrpCSAT_BSL = group this; [""dc"",this] call f_fnc_assignGear;"; - name="UnitCSAT_BSL_SL"; - description="OPFOR Bravo Squad Leader"; - isPlayable=1; - }; - id=121; - type="O_Soldier_SL_F"; - }; - class Item1 - { - dataType="Object"; - class PositionInfo - { - position[]={23.24173,5.0014391,83.704483}; + position[]={78.85363,5.0014391,57.630928}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_BSL = group this; [""m"",this] call f_fnc_assignGear;"; - name="UnitCSAT_BSL_M"; - description="OPFOR Bravo Medic"; + init="GrpBLUFOR_E2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E2_R"; + description="2PLT Echo 2 Rifleman"; isPlayable=1; }; - id=122; - type="O_medic_F"; + id=248; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=123; + id=250; class CustomAttributes { class Attribute0 @@ -2935,17 +3159,17 @@ class Mission "STRING" }; }; - value="BSL"; + value="E2"; }; }; }; nAttributes=1; }; }; - class Item27 + class Item22 { dataType="Group"; - side="East"; + side="West"; class Entities { items=6; @@ -2954,123 +3178,123 @@ class Mission dataType="Object"; class PositionInfo { - position[]={28.2211,5.0014391,80.874893}; + position[]={63.921585,5.0014391,55.22694}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpCSAT_B1 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitCSAT_B1_FTL"; - description="OPFOR Bravo 1 Fireteam Leader"; + init="GrpBLUFOR_E3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E3_FTL"; + description="2PLT Echo 3 Fireteam Leader"; isPlayable=1; }; - id=124; - type="O_Soldier_TL_F"; + id=252; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={33.2211,5.0014391,80.925186}; + position[]={68.921585,5.0014391,55.276939}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_B1 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitCSAT_B1_AR"; - description="OPFOR Bravo 1 Automatic Rifleman"; + init="GrpBLUFOR_E3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E3_AR"; + description="2PLT Echo 3 Automatic Rifleman"; isPlayable=1; }; - id=125; - type="O_Soldier_AR_F"; + id=254; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={23.2211,5.0014391,80.925186}; + position[]={58.921585,5.0014391,55.276939}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_B1 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitCSAT_B1_AAR"; - description="OPFOR Bravo 1 Assistant Automatic Rifleman"; + init="GrpBLUFOR_E3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E3_AAR"; + description="2PLT Echo 3 Assistant Automatic Rifleman"; isPlayable=1; }; - id=126; - type="O_Soldier_AAR_F"; + id=256; + type="B_soldier_AAR_F"; }; class Item3 { dataType="Object"; class PositionInfo { - position[]={38.2211,5.0014391,80.974991}; + position[]={73.921585,5.0014391,55.326939}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_B1 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitCSAT_B1_AT"; - description="OPFOR Bravo 1 Rifleman (AT)"; + init="GrpBLUFOR_E3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E3_AT"; + description="2PLT Echo 3 Rifleman (AT)"; isPlayable=1; }; - id=127; - type="O_Soldier_LAT_F"; + id=258; + type="B_soldier_LAT_F"; }; class Item4 { dataType="Object"; class PositionInfo { - position[]={18.2211,5.0014391,80.974991}; + position[]={53.921585,5.0014391,55.326939}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_B1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitCSAT_B1_R_1"; - description="OPFOR Bravo 1 Rifleman"; + init="GrpBLUFOR_E3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E3_R_1"; + description="2PLT Echo 3 Rifleman"; isPlayable=1; }; - id=128; - type="O_Soldier_F"; + id=260; + type="B_Soldier_F"; }; class Item5 { dataType="Object"; class PositionInfo { - position[]={43.2211,5.0014391,81.024796}; + position[]={78.921585,5.0014391,55.376938}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_B1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitCSAT_B1_R"; - description="OPFOR Bravo 1 Rifleman"; + init="GrpBLUFOR_E3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_E3_R"; + description="2PLT Echo 3 Rifleman"; isPlayable=1; }; - id=129; - type="O_Soldier_AAR_F"; + id=262; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=130; + id=264; class CustomAttributes { class Attribute0 @@ -3088,220 +3312,220 @@ class Mission "STRING" }; }; - value="B1"; + value="E3"; }; }; }; nAttributes=1; }; }; - class Item28 + class Item23 { dataType="Group"; - side="East"; + side="West"; class Entities { - items=6; + items=2; class Item0 { dataType="Object"; class PositionInfo { - position[]={28.198334,5.0014391,78.169327}; + position[]={53.833241,5.0014391,50.832264}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_B2 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitCSAT_B2_FTL"; - description="OPFOR Bravo 2 Fireteam Leader"; + rank="SERGEANT"; + init="GrpBLUFOR_FSL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_FSL_SL"; + description="2PLT Foxtrot Squad Leader"; isPlayable=1; }; - id=131; - type="O_Soldier_TL_F"; + id=266; + type="B_Soldier_SL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={33.198334,5.0014391,78.219131}; + position[]={58.833241,5.0014391,50.882263}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_B2 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitCSAT_B2_AR"; - description="OPFOR Bravo 2 Automatic Rifleman"; + rank="CORPORAL"; + init="GrpBLUFOR_FSL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_FSL_M"; + description="2PLT Foxtrot Medic"; isPlayable=1; }; - id=132; - type="O_Soldier_AR_F"; + id=268; + type="B_medic_F"; }; - class Item2 + }; + class Attributes + { + formation="LINE"; + }; + id=270; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="FSL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Group"; + side="West"; + class Entities + { + items=6; + class Item0 { dataType="Object"; class PositionInfo { - position[]={23.198334,5.0014391,78.219131}; + position[]={63.79459,5.0014391,48.196262}; }; - side="East"; + side="West"; + flags=2; class Attributes { skill=0.60000002; - init="GrpCSAT_B2 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitCSAT_B2_AAR"; - description="OPFOR Bravo 2 Assistant Automatic Rifleman"; + rank="CORPORAL"; + init="GrpBLUFOR_F1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F1_FTL"; + description="2PLT Foxtrot 1 Fireteam Leader"; isPlayable=1; }; - id=133; - type="O_Soldier_AAR_F"; + id=272; + type="B_Soldier_TL_F"; }; - class Item3 + class Item1 { dataType="Object"; class PositionInfo { - position[]={38.198334,5.0014391,78.269424}; + position[]={68.794594,5.0014391,48.246262}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_B2 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitCSAT_B2_AT"; - description="OPFOR Bravo 2 Rifleman (AT)"; + init="GrpBLUFOR_F1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F1_AR"; + description="2PLT Foxtrot 1 Automatic Rifleman"; isPlayable=1; }; - id=134; - type="O_Soldier_LAT_F"; + id=274; + type="B_soldier_AR_F"; }; - class Item4 + class Item2 { dataType="Object"; class PositionInfo { - position[]={18.198334,5.0014391,78.269424}; + position[]={58.79459,5.0014391,48.246262}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_B2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitCSAT_B2_R_1"; - description="OPFOR Bravo 2 Rifleman"; + init="GrpBLUFOR_F1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F1_AAR"; + description="2PLT Foxtrot 1 Assistant Automatic Rifleman"; isPlayable=1; }; - id=135; - type="O_Soldier_F"; + id=276; + type="B_soldier_AAR_F"; }; - class Item5 + class Item3 { dataType="Object"; class PositionInfo { - position[]={43.198334,5.0014391,78.319229}; + position[]={73.794594,5.0014391,48.296261}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_B2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitCSAT_B2_R"; - description="OPFOR Bravo 2 Rifleman"; + init="GrpBLUFOR_F1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F1_AT"; + description="2PLT Foxtrot 1 Rifleman (AT)"; isPlayable=1; }; - id=136; - type="O_Soldier_AAR_F"; - }; - }; - class Attributes - { - formation="LINE"; - }; - id=137; - class CustomAttributes - { - class Attribute0 - { - property="groupID"; - expression="_this setGroupID [_value];"; - class Value - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="B2"; - }; - }; + id=278; + type="B_soldier_LAT_F"; }; - nAttributes=1; - }; - }; - class Item29 - { - dataType="Group"; - side="East"; - class Entities - { - items=2; - class Item0 + class Item4 { dataType="Object"; class PositionInfo { - position[]={18.177948,5.0014391,71.520889}; + position[]={53.79459,5.0014391,48.296261}; }; - side="East"; - flags=2; + side="West"; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpCSAT_CSL = group this; [""dc"",this] call f_fnc_assignGear;"; - name="UnitCSAT_CSL_SL"; - description="OPFOR Charlie Squad Leader"; + init="GrpBLUFOR_F1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F1_R_1"; + description="2PLT Foxtrot 1 Rifleman"; isPlayable=1; }; - id=138; - type="O_Soldier_SL_F"; + id=280; + type="B_Soldier_F"; }; - class Item1 + class Item5 { dataType="Object"; class PositionInfo { - position[]={23.177948,5.0014391,71.570694}; + position[]={78.794594,5.0014391,48.34626}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_CSL = group this; [""m"",this] call f_fnc_assignGear;"; - name="UnitCSAT_CSL_M"; - description="OPFOR Charlie Medic"; + init="GrpBLUFOR_F1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F1_R"; + description="2PLT Foxtrot 1 Rifleman"; isPlayable=1; }; - id=139; - type="O_medic_F"; + id=282; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=140; + id=284; class CustomAttributes { class Attribute0 @@ -3319,17 +3543,17 @@ class Mission "STRING" }; }; - value="CSL"; + value="F1"; }; }; }; nAttributes=1; }; }; - class Item30 + class Item25 { dataType="Group"; - side="East"; + side="West"; class Entities { items=6; @@ -3338,123 +3562,123 @@ class Mission dataType="Object"; class PositionInfo { - position[]={28.139313,5.0014391,68.884659}; + position[]={63.778736,5.0014391,45.658176}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpCSAT_C1 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitCSAT_C1_FTL"; - description="OPFOR Charlie 1 Fireteam Leader"; + init="GrpBLUFOR_F2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F2_FTL"; + description="2PLT Foxtrot 2 Fireteam Leader"; isPlayable=1; }; - id=141; - type="O_Soldier_TL_F"; + id=286; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={33.139313,5.0014391,68.934952}; + position[]={68.77874,5.0014391,45.708176}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_C1 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitCSAT_C1_AR"; - description="OPFOR Charlie 1 Automatic Rifleman"; + init="GrpBLUFOR_F2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F2_AR"; + description="2PLT Foxtrot 2 Automatic Rifleman"; isPlayable=1; }; - id=142; - type="O_Soldier_AR_F"; + id=288; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={23.139313,5.0014391,68.934952}; + position[]={58.778736,5.0014391,45.708176}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_C1 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitCSAT_C1_AAR"; - description="OPFOR Charlie 1 Assistant Automatic Rifleman"; + init="GrpBLUFOR_F2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F2_AAR"; + description="2PLT Foxtrot 2 Assistant Automatic Rifleman"; isPlayable=1; }; - id=143; - type="O_Soldier_AAR_F"; + id=290; + type="B_soldier_AAR_F"; }; class Item3 { dataType="Object"; class PositionInfo { - position[]={38.139313,5.0014391,68.984756}; + position[]={73.77874,5.0014391,45.758175}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_C1 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitCSAT_C1_AT"; - description="OPFOR Charlie 1 Rifleman (AT)"; + init="GrpBLUFOR_F2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F2_AT"; + description="2PLT Foxtrot 2 Rifleman (AT)"; isPlayable=1; }; - id=144; - type="O_Soldier_LAT_F"; + id=292; + type="B_soldier_LAT_F"; }; class Item4 { dataType="Object"; class PositionInfo { - position[]={18.139313,5.0014391,68.984756}; + position[]={53.778736,5.0014391,45.758175}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_C1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitCSAT_C1_R_1"; - description="OPFOR Charlie 1 Rifleman"; + init="GrpBLUFOR_F2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F2_R_1"; + description="2PLT Foxtrot 2 Rifleman"; isPlayable=1; }; - id=145; - type="O_Soldier_F"; + id=294; + type="B_Soldier_F"; }; class Item5 { dataType="Object"; class PositionInfo { - position[]={43.139313,5.0014391,69.034561}; + position[]={78.77874,5.0014391,45.808174}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_C1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitCSAT_C1_R"; - description="OPFOR Charlie 1 Rifleman"; + init="GrpBLUFOR_F2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F2_R"; + description="2PLT Foxtrot 2 Rifleman"; isPlayable=1; }; - id=146; - type="O_Soldier_AAR_F"; + id=296; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=147; + id=298; class CustomAttributes { class Attribute0 @@ -3472,17 +3696,17 @@ class Mission "STRING" }; }; - value="C1"; + value="F2"; }; }; }; nAttributes=1; }; }; - class Item31 + class Item26 { dataType="Group"; - side="East"; + side="West"; class Entities { items=6; @@ -3491,123 +3715,123 @@ class Mission dataType="Object"; class PositionInfo { - position[]={28.123444,5.0014391,66.346573}; + position[]={63.858383,5.0014391,43.370205}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpCSAT_C2 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitCSAT_C2_FTL"; - description="OPFOR Charlie 2 Fireteam Leader"; + init="GrpBLUFOR_F3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F3_FTL"; + description="2PLT Foxtrot 3 Fireteam Leader"; isPlayable=1; }; - id=148; - type="O_Soldier_TL_F"; + id=300; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={33.123444,5.0014391,66.396866}; + position[]={68.858383,5.0014391,43.420204}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_C2 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitCSAT_C2_AR"; - description="OPFOR Charlie 2 Automatic Rifleman"; + init="GrpBLUFOR_F3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F3_AR"; + description="2PLT Foxtrot 3 Automatic Rifleman"; isPlayable=1; }; - id=149; - type="O_Soldier_AR_F"; + id=302; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={23.123444,5.0014391,66.396866}; + position[]={58.858383,5.0014391,43.420204}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_C2 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitCSAT_C2_AAR"; - description="OPFOR Charlie 2 Assistant Automatic Rifleman"; + init="GrpBLUFOR_F3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F3_AAR"; + description="2PLT Foxtrot 3 Assistant Automatic Rifleman"; isPlayable=1; }; - id=150; - type="O_Soldier_AAR_F"; + id=304; + type="B_soldier_AAR_F"; }; class Item3 { dataType="Object"; class PositionInfo { - position[]={38.123444,5.0014391,66.446671}; + position[]={73.858383,5.0014391,43.470203}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_C2 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitCSAT_C2_AT"; - description="OPFOR Charlie 2 Rifleman (AT)"; + init="GrpBLUFOR_F3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F3_AT"; + description="2PLT Foxtrot 3 Rifleman (AT)"; isPlayable=1; }; - id=151; - type="O_Soldier_LAT_F"; + id=306; + type="B_soldier_LAT_F"; }; class Item4 { dataType="Object"; class PositionInfo { - position[]={18.123444,5.0014391,66.446671}; + position[]={53.858383,5.0014391,43.470203}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_C2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitCSAT_C2_R_1"; - description="OPFOR Charlie 2 Rifleman"; + init="GrpBLUFOR_F3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F3_R_1"; + description="2PLT Foxtrot 3 Rifleman"; isPlayable=1; }; - id=152; - type="O_Soldier_F"; + id=308; + type="B_Soldier_F"; }; class Item5 { dataType="Object"; class PositionInfo { - position[]={43.123444,5.0014391,66.496475}; + position[]={78.858383,5.0014391,43.520203}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_C2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitCSAT_C2_R"; - description="OPFOR Charlie 2 Rifleman"; + init="GrpBLUFOR_F3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_F3_R"; + description="2PLT Foxtrot 3 Rifleman"; isPlayable=1; }; - id=153; - type="O_Soldier_AAR_F"; + id=310; + type="B_Soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=154; + id=312; class CustomAttributes { class Attribute0 @@ -3625,17 +3849,17 @@ class Mission "STRING" }; }; - value="C2"; + value="F3"; }; }; }; nAttributes=1; }; }; - class Item32 + class Item27 { dataType="Group"; - side="East"; + side="West"; class Entities { items=2; @@ -3644,48 +3868,48 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.561501,5.0014391,93.025772}; + position[]={21.655514,5.0014391,32.112114}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="CAPTAIN"; - init="GrpCSAT_PH1 = group this; [""p"",this] call f_fnc_assignGear;"; - name="UnitCSAT_PH1_P"; - description="OPFOR Phantom 1 Pilot"; + init="GrpBLUFOR_PH1 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH1_P"; + description="Phantom 1 Pilot"; isPlayable=1; }; - id=155; - type="O_helipilot_F"; + id=314; + type="B_Helipilot_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={73.561493,5.0014391,93.076065}; + position[]={26.655514,5.0014391,32.162113}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; rank="LIEUTENANT"; - init="GrpCSAT_PH1 = group this; [""cp"",this] call f_fnc_assignGear;"; - name="UnitCSAT_PH1_CP"; - description="OPFOR Phantom 1 Co-Pilot"; + init="GrpBLUFOR_PH1 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH1_CP"; + description="Phantom 1 Co-Pilot"; isPlayable=1; }; - id=156; - type="O_soldier_repair_F"; + id=316; + type="B_soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=157; + id=318; class CustomAttributes { class Attribute0 @@ -3710,10 +3934,10 @@ class Mission nAttributes=1; }; }; - class Item33 + class Item28 { dataType="Group"; - side="East"; + side="West"; class Entities { items=2; @@ -3722,48 +3946,48 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.54911,5.0014391,90.445694}; + position[]={21.643154,5.0014391,29.531548}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="CAPTAIN"; - init="GrpCSAT_PH2 = group this; [""p"",this] call f_fnc_assignGear;"; - name="UnitCSAT_PH2_P"; - description="OPFOR Phantom 2 Pilot"; + init="GrpBLUFOR_PH2 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH2_P"; + description="Phantom 2 Pilot"; isPlayable=1; }; - id=158; - type="O_helipilot_F"; + id=320; + type="B_Helipilot_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={73.549103,5.0014391,90.495499}; + position[]={26.643154,5.0014391,29.581547}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; rank="LIEUTENANT"; - init="GrpCSAT_PH2 = group this; [""cp"",this] call f_fnc_assignGear;"; - name="UnitCSAT_PH2_CP"; - description="OPFOR Phantom 2 Co-Pilot"; + init="GrpBLUFOR_PH2 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH2_CP"; + description="Phantom 2 Co-Pilot"; isPlayable=1; }; - id=159; - type="O_soldier_repair_F"; + id=322; + type="B_soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=160; + id=324; class CustomAttributes { class Attribute0 @@ -3788,10 +4012,10 @@ class Mission nAttributes=1; }; }; - class Item34 + class Item29 { dataType="Group"; - side="East"; + side="West"; class Entities { items=2; @@ -3800,48 +4024,48 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.531227,5.0014391,87.870499}; + position[]={21.625271,5.0014391,26.956337}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="CAPTAIN"; - init="GrpCSAT_PH3 = group this; [""p"",this] call f_fnc_assignGear;"; - name="UnitCSAT_PH3_P"; - description="OPFOR Phantom 3 Pilot"; + init="GrpBLUFOR_PH3 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH3_P"; + description="Phantom 3 Pilot"; isPlayable=1; }; - id=161; - type="O_helipilot_F"; + id=326; + type="B_Helipilot_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={73.531219,5.0014391,87.920303}; + position[]={26.625271,5.0014391,27.006336}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; rank="LIEUTENANT"; - init="GrpCSAT_PH3 = group this; [""cp"",this] call f_fnc_assignGear;"; - name="UnitCSAT_PH3_CP"; - description="OPFOR Phantom 3 Co-Pilot"; + init="GrpBLUFOR_PH3 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH3_CP"; + description="Phantom 3 Co-Pilot"; isPlayable=1; }; - id=162; - type="O_soldier_repair_F"; + id=328; + type="B_soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=163; + id=330; class CustomAttributes { class Attribute0 @@ -3866,10 +4090,10 @@ class Mission nAttributes=1; }; }; - class Item35 + class Item30 { dataType="Group"; - side="East"; + side="West"; class Entities { items=2; @@ -3878,48 +4102,48 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.531227,5.0014391,85.311905}; + position[]={21.625286,5.0014391,24.397743}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="CAPTAIN"; - init="GrpCSAT_PH4 = group this; [""p"",this] call f_fnc_assignGear;"; - name="UnitCSAT_PH4_P"; - description="OPFOR Phantom 4 Pilot"; + init="GrpBLUFOR_PH4 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH4_P"; + description="Phantom 4 Pilot"; isPlayable=1; }; - id=164; - type="O_helipilot_F"; + id=332; + type="B_Helipilot_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={73.531219,5.0014391,85.36171}; + position[]={26.625286,5.0014391,24.447742}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; rank="LIEUTENANT"; - init="GrpCSAT_PH4 = group this; [""cp"",this] call f_fnc_assignGear;"; - name="UnitCSAT_PH4_CP"; - description="OPFOR Phantom 4 Co-Pilot"; + init="GrpBLUFOR_PH4 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH4_CP"; + description="Phantom 4 Co-Pilot"; isPlayable=1; }; - id=165; - type="O_soldier_repair_F"; + id=334; + type="B_soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=166; + id=336; class CustomAttributes { class Attribute0 @@ -3944,78 +4168,60 @@ class Mission nAttributes=1; }; }; - class Item36 + class Item31 { dataType="Group"; - side="East"; + side="West"; class Entities { - items=3; + items=2; class Item0 { dataType="Object"; class PositionInfo { - position[]={55.613014,5.0014391,78.701553}; + position[]={21.626431,5.0014391,21.967476}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_MMG1 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; - name="UnitCSAT_MMG1_TL"; - description="OPFOR MMG 1 Leader"; + rank="CAPTAIN"; + init="GrpBLUFOR_PH5 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH5_P"; + description="Phantom 5 Pilot"; isPlayable=1; }; - id=167; - type="O_Soldier_TL_F"; + id=338; + type="B_Helipilot_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={60.613014,5.0014391,78.751358}; - }; - side="East"; - class Attributes - { - skill=0.60000002; - init="GrpCSAT_MMG1 = group this; [""mmgg"",this] call f_fnc_assignGear; "; - name="UnitCSAT_MMG1_G"; - description="OPFOR MMG 1 Gunner"; - isPlayable=1; - }; - id=168; - type="O_Soldier_AR_F"; - }; - class Item2 - { - dataType="Object"; - class PositionInfo - { - position[]={50.613014,5.0014391,78.751358}; + position[]={26.626431,5.0014391,22.017475}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_MMG1 = group this; [""mmgab"",this] call f_fnc_assignGear; "; - name="UnitCSAT_MMG1_AB"; - description="OPFOR MMG 1 Ammo Bearer"; + rank="LIEUTENANT"; + init="GrpBLUFOR_PH5 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH5_CP"; + description="Phantom 5 Co-Pilot"; isPlayable=1; }; - id=169; - type="O_Soldier_A_F"; + id=340; + type="B_soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=170; + id=342; class CustomAttributes { class Attribute0 @@ -4033,85 +4239,67 @@ class Mission "STRING" }; }; - value="MMG1"; + value="PH5"; }; }; }; nAttributes=1; }; }; - class Item37 + class Item32 { dataType="Group"; - side="East"; + side="West"; class Entities { - items=3; + items=2; class Item0 { dataType="Object"; class PositionInfo { - position[]={55.605446,5.0014391,76.189835}; + position[]={21.689152,5.0014391,19.73687}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_MMG2 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; - name="UnitCSAT_MMG2_TL"; - description="OPFOR MMG 2 Leader"; + rank="CAPTAIN"; + init="GrpBLUFOR_PH6 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH6_P"; + description="Phantom 6 Pilot"; isPlayable=1; }; - id=171; - type="O_Soldier_TL_F"; + id=344; + type="B_Helipilot_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={60.605446,5.0014391,76.239639}; - }; - side="East"; - class Attributes - { - skill=0.60000002; - init="GrpCSAT_MMG2 = group this; [""mmgg"",this] call f_fnc_assignGear; "; - name="UnitCSAT_MMG2_G"; - description="OPFOR MMG 2 Gunner"; - isPlayable=1; - }; - id=172; - type="O_Soldier_AR_F"; - }; - class Item2 - { - dataType="Object"; - class PositionInfo - { - position[]={50.605446,5.0014391,76.239639}; + position[]={26.689152,5.0014391,19.786869}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_MMG2 = group this; [""mmgab"",this] call f_fnc_assignGear; "; - name="UnitCSAT_MMG2_AB"; - description="OPFOR MMG 2 Ammo Bearer"; + rank="LIEUTENANT"; + init="GrpBLUFOR_PH6 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH6_CP"; + description="Phantom 6 Co-Pilot"; isPlayable=1; }; - id=173; - type="O_Soldier_A_F"; + id=346; + type="B_soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=174; + id=348; class CustomAttributes { class Attribute0 @@ -4129,85 +4317,67 @@ class Mission "STRING" }; }; - value="MMG2"; + value="PH6"; }; }; }; nAttributes=1; }; }; - class Item38 + class Item33 { dataType="Group"; - side="East"; + side="West"; class Entities { - items=3; + items=2; class Item0 { dataType="Object"; class PositionInfo { - position[]={55.605446,5.0014391,73.706436}; + position[]={21.646496,5.0014391,17.701347}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_MMG3 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; - name="UnitCSAT_MMG3_TL"; - description="OPFOR MMG 3 Leader"; + rank="CAPTAIN"; + init="GrpBLUFOR_PH7 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH7_P"; + description="Phantom 7 Pilot"; isPlayable=1; }; - id=175; - type="O_Soldier_TL_F"; + id=350; + type="B_Helipilot_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={60.605446,5.0014391,73.756729}; - }; - side="East"; - class Attributes - { - skill=0.60000002; - init="GrpCSAT_MMG3 = group this; [""mmgg"",this] call f_fnc_assignGear; "; - name="UnitCSAT_MMG3_G"; - description="OPFOR MMG 3 Gunner"; - isPlayable=1; - }; - id=176; - type="O_Soldier_AR_F"; - }; - class Item2 - { - dataType="Object"; - class PositionInfo - { - position[]={50.605446,5.0014391,73.756729}; + position[]={26.646496,5.0014391,17.751347}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_MMG3 = group this; [""mmgab"",this] call f_fnc_assignGear; "; - name="UnitCSAT_MMG3_AB"; - description="OPFOR MMG 3 Ammo Bearer"; + rank="LIEUTENANT"; + init="GrpBLUFOR_PH7 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH7_CP"; + description="Phantom 7 Co-Pilot"; isPlayable=1; }; - id=177; - type="O_Soldier_A_F"; + id=352; + type="B_soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=178; + id=354; class CustomAttributes { class Attribute0 @@ -4225,85 +4395,67 @@ class Mission "STRING" }; }; - value="MMG3"; + value="PH7"; }; }; }; nAttributes=1; }; }; - class Item39 + class Item34 { dataType="Group"; - side="East"; + side="West"; class Entities { - items=3; + items=2; class Item0 { dataType="Object"; class PositionInfo { - position[]={55.605446,5.0014391,71.198624}; + position[]={21.654324,5.0014391,15.734337}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_MMG4 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; - name="UnitCSAT_MMG4_TL"; - description="OPFOR MMG 4 Leader"; + rank="CAPTAIN"; + init="GrpBLUFOR_PH8 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH8_P"; + description="Phantom 8 Pilot"; isPlayable=1; }; - id=179; - type="O_Soldier_TL_F"; + id=356; + type="B_Helipilot_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={60.605446,5.0014391,71.248428}; - }; - side="East"; - class Attributes - { - skill=0.60000002; - init="GrpCSAT_MMG4 = group this; [""mmgg"",this] call f_fnc_assignGear; "; - name="UnitCSAT_MMG4_G"; - description="OPFOR MMG 4 Gunner"; - isPlayable=1; - }; - id=180; - type="O_Soldier_AR_F"; - }; - class Item2 - { - dataType="Object"; - class PositionInfo - { - position[]={50.605446,5.0014391,71.248428}; + position[]={26.654324,5.0014391,15.784337}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_MMG4 = group this; [""mmgab"",this] call f_fnc_assignGear; "; - name="UnitCSAT_MMG4_AB"; - description="OPFOR MMG 4 Ammo Bearer"; + rank="LIEUTENANT"; + init="GrpBLUFOR_PH8 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_PH8_CP"; + description="Phantom 8 Co-Pilot"; isPlayable=1; }; - id=181; - type="O_Soldier_A_F"; + id=358; + type="B_soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=182; + id=360; class CustomAttributes { class Attribute0 @@ -4321,17 +4473,17 @@ class Mission "STRING" }; }; - value="MMG4"; + value="PH8"; }; }; }; nAttributes=1; }; }; - class Item40 + class Item35 { dataType="Group"; - side="East"; + side="West"; class Entities { items=3; @@ -4340,67 +4492,66 @@ class Mission dataType="Object"; class PositionInfo { - position[]={55.708473,5.0014391,92.944717}; + position[]={39.656757,5.0014391,32.139008}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpCSAT_G1 = group this; [""vc"",this] call f_fnc_assignGear;"; - name="UnitCSAT_G1_C"; - description="OPFOR Gambler 1 Commander"; + rank="CORPORAL"; + init="GrpBLUFOR_MMG1 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG1_TL"; + description="MMG 1 Leader"; isPlayable=1; }; - id=183; - type="O_crew_F"; + id=362; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={60.708473,5.0014391,92.994522}; + position[]={44.656757,5.0014391,32.189007}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_G1 = group this; [""vg"",this] call f_fnc_assignGear;"; - name="UnitCSAT_G1_G"; - description="OPFOR Gambler 1 Gunner"; + init="GrpBLUFOR_MMG1 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG1_G"; + description="MMG 1 Gunner"; isPlayable=1; }; - id=184; - type="O_crew_F"; + id=364; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={50.708473,5.0014391,92.994522}; + position[]={34.656757,5.0014391,32.189007}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_G1 = group this; [""vd"",this] call f_fnc_assignGear;"; - name="UnitCSAT_G1_D"; - description="OPFOR Gambler 1 Driver"; + init="GrpBLUFOR_MMG1 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG1_AB"; + description="MMG 1 Ammo Bearer"; isPlayable=1; }; - id=185; - type="O_soldier_repair_F"; + id=366; + type="B_Soldier_A_F"; }; }; class Attributes { formation="LINE"; }; - id=186; + id=368; class CustomAttributes { class Attribute0 @@ -4418,17 +4569,17 @@ class Mission "STRING" }; }; - value="G1"; + value="MMG1"; }; }; }; nAttributes=1; }; }; - class Item41 + class Item36 { dataType="Group"; - side="East"; + side="West"; class Entities { items=3; @@ -4437,67 +4588,66 @@ class Mission dataType="Object"; class PositionInfo { - position[]={55.668861,5.0014391,90.39296}; + position[]={39.649189,5.0014391,29.627289}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpCSAT_G2 = group this; [""vc"",this] call f_fnc_assignGear;"; - name="UnitCSAT_G2_C"; - description="OPFOR Gambler 2 Commander"; + rank="CORPORAL"; + init="GrpBLUFOR_MMG2 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG2_TL"; + description="MMG 2 Leader"; isPlayable=1; }; - id=187; - type="O_crew_F"; + id=370; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={60.668861,5.0014391,90.442764}; + position[]={44.649189,5.0014391,29.677288}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_G2 = group this; [""vg"",this] call f_fnc_assignGear;"; - name="UnitCSAT_G2_G"; - description="OPFOR Gambler 2 Gunner"; + init="GrpBLUFOR_MMG2 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG2_G"; + description="MMG 2 Gunner"; isPlayable=1; }; - id=188; - type="O_crew_F"; + id=372; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={50.668861,5.0014391,90.442764}; + position[]={34.649189,5.0014391,29.677288}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_G2 = group this; [""vd"",this] call f_fnc_assignGear;"; - name="UnitCSAT_G2_D"; - description="OPFOR Gambler 2 Driver"; + init="GrpBLUFOR_MMG2 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG2_AB"; + description="MMG 2 Ammo Bearer"; isPlayable=1; }; - id=189; - type="O_soldier_repair_F"; + id=374; + type="B_Soldier_A_F"; }; }; class Attributes { formation="LINE"; }; - id=190; + id=376; class CustomAttributes { class Attribute0 @@ -4515,17 +4665,17 @@ class Mission "STRING" }; }; - value="G2"; + value="MMG2"; }; }; }; nAttributes=1; }; }; - class Item42 + class Item37 { dataType="Group"; - side="East"; + side="West"; class Entities { items=3; @@ -4534,67 +4684,66 @@ class Mission dataType="Object"; class PositionInfo { - position[]={55.684044,5.0014391,87.871964}; + position[]={39.649174,5.0014391,27.144379}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpCSAT_G3 = group this; [""vc"",this] call f_fnc_assignGear;"; - name="UnitCSAT_G3_C"; - description="OPFOR Gambler 3 Commander"; + rank="CORPORAL"; + init="GrpBLUFOR_MMG3 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG3_TL"; + description="MMG 3 Leader"; isPlayable=1; }; - id=191; - type="O_crew_F"; + id=378; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={60.684059,5.0014391,87.921768}; + position[]={44.649174,5.0014391,27.194378}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_G3 = group this; [""vg"",this] call f_fnc_assignGear;"; - name="UnitCSAT_G3_G"; - description="OPFOR Gambler 3 Gunner"; + init="GrpBLUFOR_MMG3 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG3_G"; + description="MMG 3 Gunner"; isPlayable=1; }; - id=192; - type="O_crew_F"; + id=380; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={50.684044,5.0014391,87.921768}; + position[]={34.649174,5.0014391,27.194378}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_G3 = group this; [""vd"",this] call f_fnc_assignGear;"; - name="UnitCSAT_G3_D"; - description="OPFOR Gambler 3 Driver"; + init="GrpBLUFOR_MMG3 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG3_AB"; + description="MMG 3 Ammo Bearer"; isPlayable=1; }; - id=193; - type="O_soldier_repair_F"; + id=382; + type="B_Soldier_A_F"; }; }; class Attributes { formation="LINE"; }; - id=194; + id=384; class CustomAttributes { class Attribute0 @@ -4612,17 +4761,17 @@ class Mission "STRING" }; }; - value="G3"; + value="MMG3"; }; }; }; nAttributes=1; }; }; - class Item43 + class Item38 { dataType="Group"; - side="East"; + side="West"; class Entities { items=3; @@ -4631,67 +4780,66 @@ class Mission dataType="Object"; class PositionInfo { - position[]={55.704628,5.0014391,85.325577}; + position[]={39.649174,5.0014391,24.636078}; }; - side="East"; + side="West"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpCSAT_G4 = group this; [""vc"",this] call f_fnc_assignGear;"; - name="UnitCSAT_G4_C"; - description="OPFOR Gambler 4 Commander"; + rank="CORPORAL"; + init="GrpBLUFOR_MMG4 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG4_TL"; + description="MMG 4 Leader"; isPlayable=1; }; - id=195; - type="O_crew_F"; + id=386; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={60.704628,5.0014391,85.375381}; + position[]={44.649174,5.0014391,24.686077}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_G4 = group this; [""vg"",this] call f_fnc_assignGear;"; - name="UnitCSAT_G4_G"; - description="OPFOR Gambler 4 Gunner"; + init="GrpBLUFOR_MMG4 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG4_G"; + description="MMG 4 Gunner"; isPlayable=1; }; - id=196; - type="O_crew_F"; + id=388; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={50.704628,5.0014391,85.375381}; + position[]={34.649174,5.0014391,24.686077}; }; - side="East"; + side="West"; class Attributes { skill=0.60000002; - init="GrpCSAT_G4 = group this; [""vd"",this] call f_fnc_assignGear;"; - name="UnitCSAT_G4_D"; - description="OPFOR Gambler 4 Driver"; + init="GrpBLUFOR_MMG4 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG4_AB"; + description="MMG 4 Ammo Bearer"; isPlayable=1; }; - id=197; - type="O_soldier_repair_F"; + id=390; + type="B_Soldier_A_F"; }; }; class Attributes { formation="LINE"; }; - id=198; + id=392; class CustomAttributes { class Attribute0 @@ -4709,145 +4857,85 @@ class Mission "STRING" }; }; - value="G4"; + value="MMG4"; }; }; }; nAttributes=1; }; }; - class Item44 + class Item39 { dataType="Group"; - side="Independent"; + side="West"; class Entities { - items=2; + items=3; class Item0 { dataType="Object"; class PositionInfo { - position[]={123.4943,5.0014391,103.58632}; + position[]={39.622669,5.0014391,22.042297}; }; - side="Independent"; + side="West"; flags=2; class Attributes { skill=0.60000002; - rank="LIEUTENANT"; - init="GrpAAF_CO = group this; [""co"",this] call f_fnc_assignGear;"; - name="UnitAAF_CO"; - description="INDFOR Commander"; + rank="CORPORAL"; + init="GrpBLUFOR_MMG5 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG5_TL"; + description="MMG 5 Leader"; isPlayable=1; }; - id=199; - type="I_officer_F"; + id=394; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={128.49429,5.0014391,103.63612}; + position[]={44.622669,5.0014391,22.092297}; }; - side="Independent"; + side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_CO = group this; [""m"",this] call f_fnc_assignGear;"; - name="UnitAAF_CO_M"; - description="INDFOR Medic"; + init="GrpBLUFOR_MMG5 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG5_G"; + description="MMG 5 Gunner"; isPlayable=1; }; - id=200; - type="I_medic_F"; + id=396; + type="B_soldier_AR_F"; }; - }; - class Attributes - { - formation="LINE"; - }; - id=201; - class CustomAttributes - { - class Attribute0 - { - property="groupID"; - expression="_this setGroupID [_value];"; - class Value - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="CO"; - }; - }; - }; - nAttributes=1; - }; - }; - class Item45 - { - dataType="Group"; - side="Independent"; - class Entities - { - items=2; - class Item0 - { - dataType="Object"; - class PositionInfo - { - position[]={99.317543,5.0014391,96.297745}; - }; - side="Independent"; - flags=2; - class Attributes - { - skill=0.60000002; - rank="SERGEANT"; - init="GrpAAF_ASL = group this; [""dc"",this] call f_fnc_assignGear;"; - name="UnitAAF_ASL_SL"; - description="INDFOR Alpha Squad Leader"; - isPlayable=1; - }; - id=202; - type="I_Soldier_SL_F"; - }; - class Item1 + class Item2 { dataType="Object"; class PositionInfo { - position[]={104.31754,5.0014391,96.348038}; + position[]={34.622669,5.0014391,22.092297}; }; - side="Independent"; + side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_ASL = group this; [""m"",this] call f_fnc_assignGear;"; - name="UnitAAF_ASL_M"; - description="INDFOR Alpha Medic"; + init="GrpBLUFOR_MMG5 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG5_AB"; + description="MMG 5 Ammo Bearer"; isPlayable=1; }; - id=203; - type="I_medic_F"; + id=398; + type="B_Soldier_A_F"; }; }; class Attributes { formation="LINE"; }; - id=204; + id=400; class CustomAttributes { class Attribute0 @@ -4865,142 +4953,85 @@ class Mission "STRING" }; }; - value="ASL"; + value="MMG5"; }; }; }; nAttributes=1; }; }; - class Item46 + class Item40 { dataType="Group"; - side="Independent"; + side="West"; class Entities { - items=6; + items=3; class Item0 { dataType="Object"; class PositionInfo { - position[]={109.33121,5.0014391,93.414444}; + position[]={39.615093,5.0014391,19.530563}; }; - side="Independent"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpAAF_A1 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitAAF_A1_FTL"; - description="INDFOR Alpha 1 Fireteam Leader"; + init="GrpBLUFOR_MMG6 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG6_TL"; + description="MMG 6 Leader"; isPlayable=1; }; - id=205; - type="I_Soldier_TL_F"; + id=402; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={114.33121,5.0014391,93.464737}; + position[]={44.615093,5.0014391,19.580563}; }; - side="Independent"; + side="West"; class Attributes { skill=0.60000002; - init="GrpAAF_A1 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitAAF_A1_AR"; - description="INDFOR Alpha 1 Automatic Rifleman"; + init="GrpBLUFOR_MMG6 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG6_G"; + description="MMG 6 Gunner"; isPlayable=1; }; - id=206; - type="I_Soldier_AR_F"; + id=404; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={104.33121,5.0014391,93.464737}; - }; - side="Independent"; - class Attributes - { - skill=0.60000002; - init="GrpAAF_A1 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitAAF_A1_AAR"; - description="INDFOR Alpha 1 Assistant Automatic Rifleman"; - isPlayable=1; - }; - id=207; - type="I_Soldier_AAR_F"; - }; - class Item3 - { - dataType="Object"; - class PositionInfo - { - position[]={119.33121,5.0014391,93.514542}; - }; - side="Independent"; - class Attributes - { - skill=0.60000002; - init="GrpAAF_A1 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitAAF_A1_AT"; - description="INDFOR Alpha 1 Rifleman (AT)"; - isPlayable=1; - }; - id=208; - type="I_Soldier_LAT_F"; - }; - class Item4 - { - dataType="Object"; - class PositionInfo - { - position[]={99.331215,5.0014391,93.514542}; - }; - side="Independent"; - class Attributes - { - skill=0.60000002; - init="GrpAAF_A1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitAAF_A1_R_1"; - description="INDFOR Alpha 1 Rifleman"; - isPlayable=1; - }; - id=209; - type="I_soldier_F"; - }; - class Item5 - { - dataType="Object"; - class PositionInfo - { - position[]={124.33121,5.0014391,93.564346}; + position[]={34.615093,5.0014391,19.580563}; }; - side="Independent"; + side="West"; class Attributes { skill=0.60000002; - init="GrpAAF_A1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitAAF_A1_R"; - description="INDFOR Alpha 1 Rifleman"; + init="GrpBLUFOR_MMG6 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG6_AB"; + description="MMG 6 Ammo Bearer"; isPlayable=1; }; - id=210; - type="I_Soldier_AAR_F"; + id=406; + type="B_Soldier_A_F"; }; }; class Attributes { formation="LINE"; }; - id=211; + id=408; class CustomAttributes { class Attribute0 @@ -5018,142 +5049,85 @@ class Mission "STRING" }; }; - value="A1"; + value="MMG6"; }; }; }; nAttributes=1; }; }; - class Item47 + class Item41 { dataType="Group"; - side="Independent"; + side="West"; class Entities { - items=6; + items=3; class Item0 { dataType="Object"; class PositionInfo { - position[]={109.30875,5.0014391,90.684952}; + position[]={39.615086,5.0014391,17.047661}; }; - side="Independent"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpAAF_A2 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitAAF_A2_FTL"; - description="INDFOR Alpha 2 Fireteam Leader"; + init="GrpBLUFOR_MMG7 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG7_TL"; + description="MMG 7 Leader"; isPlayable=1; }; - id=212; - type="I_Soldier_TL_F"; + id=410; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={114.30875,5.0014391,90.735245}; + position[]={44.615086,5.0014391,17.09766}; }; - side="Independent"; + side="West"; class Attributes { skill=0.60000002; - init="GrpAAF_A2 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitAAF_A2_AR"; - description="INDFOR Alpha 2 Automatic Rifleman"; + init="GrpBLUFOR_MMG7 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG7_G"; + description="MMG 7 Gunner"; isPlayable=1; }; - id=213; - type="I_Soldier_AR_F"; + id=412; + type="B_soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={104.30875,5.0014391,90.735245}; - }; - side="Independent"; - class Attributes - { - skill=0.60000002; - init="GrpAAF_A2 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitAAF_A2_AAR"; - description="INDFOR Alpha 2 Assistant Automatic Rifleman"; - isPlayable=1; - }; - id=214; - type="I_Soldier_AAR_F"; - }; - class Item3 - { - dataType="Object"; - class PositionInfo - { - position[]={119.30875,5.0014391,90.785049}; - }; - side="Independent"; - class Attributes - { - skill=0.60000002; - init="GrpAAF_A2 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitAAF_A2_AT"; - description="INDFOR Alpha 2 Rifleman (AT)"; - isPlayable=1; - }; - id=215; - type="I_Soldier_LAT_F"; - }; - class Item4 - { - dataType="Object"; - class PositionInfo - { - position[]={99.308754,5.0014391,90.785049}; - }; - side="Independent"; - class Attributes - { - skill=0.60000002; - init="GrpAAF_A2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitAAF_A2_R_1"; - description="INDFOR Alpha 2 Rifleman"; - isPlayable=1; - }; - id=216; - type="I_soldier_F"; - }; - class Item5 - { - dataType="Object"; - class PositionInfo - { - position[]={124.30875,5.0014391,90.834854}; + position[]={34.615086,5.0014391,17.09766}; }; - side="Independent"; + side="West"; class Attributes { skill=0.60000002; - init="GrpAAF_A2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitAAF_A2_R"; - description="INDFOR Alpha 2 Rifleman"; + init="GrpBLUFOR_MMG7 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG7_AB"; + description="MMG 7 Ammo Bearer"; isPlayable=1; }; - id=217; - type="I_Soldier_AAR_F"; + id=414; + type="B_Soldier_A_F"; }; }; class Attributes { formation="LINE"; }; - id=218; + id=416; class CustomAttributes { class Attribute0 @@ -5171,67 +5145,85 @@ class Mission "STRING" }; }; - value="A2"; + value="MMG7"; }; }; }; nAttributes=1; }; }; - class Item48 + class Item42 { dataType="Group"; - side="Independent"; + side="West"; class Entities { - items=2; + items=3; class Item0 { dataType="Object"; class PositionInfo { - position[]={99.302895,5.0014391,84.103409}; + position[]={39.615086,5.0014391,14.539359}; }; - side="Independent"; + side="West"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpAAF_BSL = group this; [""dc"",this] call f_fnc_assignGear;"; - name="UnitAAF_BSL_SL"; - description="INDFOR Bravo Squad Leader"; + rank="CORPORAL"; + init="GrpBLUFOR_MMG8 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG8_TL"; + description="MMG 8 Leader"; isPlayable=1; }; - id=219; - type="I_Soldier_SL_F"; + id=418; + type="B_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={104.30289,5.0014391,84.153214}; + position[]={44.615086,5.0014391,14.589359}; }; - side="Independent"; + side="West"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_BSL = group this; [""m"",this] call f_fnc_assignGear;"; - name="UnitAAF_BSL_M"; - description="INDFOR Bravo Medic"; + init="GrpBLUFOR_MMG8 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG8_G"; + description="MMG 8 Gunner"; isPlayable=1; }; - id=220; - type="I_medic_F"; + id=420; + type="B_soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={34.615086,5.0014391,14.589359}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MMG8 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitBLUFOR_MMG8_AB"; + description="MMG 8 Ammo Bearer"; + isPlayable=1; + }; + id=422; + type="B_Soldier_A_F"; }; }; class Attributes { formation="LINE"; }; - id=221; + id=424; class CustomAttributes { class Attribute0 @@ -5249,96 +5241,13822 @@ class Mission "STRING" }; }; - value="BSL"; + value="MMG8"; }; }; }; nAttributes=1; }; }; - class Item49 + class Item43 { dataType="Group"; - side="Independent"; + side="West"; class Entities { - items=6; + items=3; class Item0 { dataType="Object"; class PositionInfo { - position[]={109.28239,5.0014391,81.323624}; + position[]={74.832375,5.0014391,32.014297}; }; - side="Independent"; + side="West"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpAAF_B1 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitAAF_B1_FTL"; - description="INDFOR Bravo 1 Fireteam Leader"; - isPlayable=1; - }; - id=222; - type="I_Soldier_TL_F"; - }; - class Item1 - { - dataType="Object"; - class PositionInfo - { - position[]={114.28239,5.0014391,81.373917}; - }; - side="Independent"; - class Attributes - { - skill=0.60000002; - init="GrpAAF_B1 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitAAF_B1_AR"; - description="INDFOR Bravo 1 Automatic Rifleman"; + init="GrpBLUFOR_MAT1 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT1_TL"; + description="MAT 1 Leader"; isPlayable=1; }; - id=223; - type="I_Soldier_AR_F"; - }; - class Item2 - { - dataType="Object"; - class PositionInfo - { - position[]={104.28239,5.0014391,81.373917}; - }; - side="Independent"; - class Attributes + id=426; + type="B_Soldier_TL_F"; + class CustomAttributes { - skill=0.60000002; - init="GrpAAF_B1 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitAAF_B1_AAR"; - description="INDFOR Bravo 1 Assistant Automatic Rifleman"; - isPlayable=1; - }; - id=224; - type="I_Soldier_AAR_F"; - }; - class Item3 - { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.832375,5.0014391,32.064297}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT1 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT1_AB"; + description="MAT 1 Assistant Missile Specialist"; + isPlayable=1; + }; + id=428; + type="B_soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.832375,5.0014391,32.064297}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT1 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT1_G"; + description="MAT 1 Missile Specialist"; + isPlayable=1; + }; + id=430; + type="B_soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=432; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item44 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.824379,5.0014391,29.5033}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_MAT2 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT2_TL"; + description="MAT 2 Leader"; + isPlayable=1; + }; + id=434; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.824379,5.0014391,29.553299}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT2 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT2_AB"; + description="MAT 2 Assistant Missile Specialist"; + isPlayable=1; + }; + id=436; + type="B_soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.824379,5.0014391,29.553299}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT2 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT2_G"; + description="MAT 2 Missile Specialist"; + isPlayable=1; + }; + id=438; + type="B_soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=440; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item45 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.824379,5.0014391,27.020298}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_MAT3 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT3_TL"; + description="MAT 3 Leader"; + isPlayable=1; + }; + id=442; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.824379,5.0014391,27.070297}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT3 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT3_AB"; + description="MAT 3 Assistant Missile Specialist"; + isPlayable=1; + }; + id=444; + type="B_soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.824379,5.0014391,27.070297}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT3 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT3_G"; + description="MAT 3 Missile Specialist"; + isPlayable=1; + }; + id=446; + type="B_soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=448; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item46 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.824379,5.0014391,24.511299}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_MAT4 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT4_TL"; + description="MAT 4 Leader"; + isPlayable=1; + }; + id=450; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.824379,5.0014391,24.561298}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT4 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT4_AB"; + description="MAT 4 Assistant Missile Specialist"; + isPlayable=1; + }; + id=452; + type="B_soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.824379,5.0014391,24.561298}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT4 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT4_G"; + description="MAT 4 Missile Specialist"; + isPlayable=1; + }; + id=454; + type="B_soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=456; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT4"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item47 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.784737,5.0014391,21.802315}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_MAT5 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT5_TL"; + description="MAT 5 Leader"; + isPlayable=1; + }; + id=458; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.784737,5.0014391,21.852314}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT5 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT5_AB"; + description="MAT 5 Assistant Missile Specialist"; + isPlayable=1; + }; + id=460; + type="B_soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.784737,5.0014391,21.852314}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT5 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT5_G"; + description="MAT 5 Missile Specialist"; + isPlayable=1; + }; + id=462; + type="B_soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=464; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT5"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item48 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.776726,5.0014391,19.291317}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_MAT6 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT6_TL"; + description="MAT 6 Leader"; + isPlayable=1; + }; + id=466; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.776726,5.0014391,19.341316}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT6 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT6_AB"; + description="MAT 6 Assistant Missile Specialist"; + isPlayable=1; + }; + id=468; + type="B_soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.776726,5.0014391,19.341316}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT6 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT6_G"; + description="MAT 6 Missile Specialist"; + isPlayable=1; + }; + id=470; + type="B_soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=472; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT6"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item49 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.776726,5.0014391,16.808315}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_MAT7 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT7_TL"; + description="MAT 7 Leader"; + isPlayable=1; + }; + id=474; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.776726,5.0014391,16.858315}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT7 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT7_AB"; + description="MAT 7 Assistant Missile Specialist"; + isPlayable=1; + }; + id=476; + type="B_soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.776726,5.0014391,16.858315}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT7 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT7_G"; + description="MAT 7 Missile Specialist"; + isPlayable=1; + }; + id=478; + type="B_soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=480; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT7"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item50 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.776726,5.0014391,14.299317}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_MAT8 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT8_TL"; + description="MAT 8 Leader"; + isPlayable=1; + }; + id=482; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.776726,5.0014391,14.349317}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT8 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT8_AB"; + description="MAT 8 Assistant Missile Specialist"; + isPlayable=1; + }; + id=484; + type="B_soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.776726,5.0014391,14.349317}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_MAT8 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_MAT8_G"; + description="MAT 8 Missile Specialist"; + isPlayable=1; + }; + id=486; + type="B_soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=488; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT8"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item51 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.332645,5.0014391,32.119362}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpBLUFOR_G1 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G1_C"; + description="Gambler 1 Commander"; + isPlayable=1; + }; + id=490; + type="B_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.332645,5.0014391,32.169361}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_G1 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G1_G"; + description="Gambler 1 Gunner"; + isPlayable=1; + }; + id=492; + type="B_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.332645,5.0014391,32.169361}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_G1 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G1_D"; + description="Gambler 1 Driver"; + isPlayable=1; + }; + id=494; + type="B_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=496; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item52 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.293003,5.0014391,29.567604}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpBLUFOR_G2 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G2_C"; + description="Gambler 2 Commander"; + isPlayable=1; + }; + id=498; + type="B_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.293003,5.0014391,29.617603}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_G2 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G2_G"; + description="Gambler 2 Gunner"; + isPlayable=1; + }; + id=500; + type="B_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.293003,5.0014391,29.617603}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_G2 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G2_D"; + description="Gambler 2 Driver"; + isPlayable=1; + }; + id=502; + type="B_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=504; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item53 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.27512,5.0014391,27.009483}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpBLUFOR_G3 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G3_C"; + description="Gambler 3 Commander"; + isPlayable=1; + }; + id=506; + type="B_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.27512,5.0014391,27.059483}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_G3 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G3_G"; + description="Gambler 3 Gunner"; + isPlayable=1; + }; + id=508; + type="B_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.27512,5.0014391,27.059483}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_G3 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G3_D"; + description="Gambler 3 Driver"; + isPlayable=1; + }; + id=510; + type="B_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=512; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item54 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.253391,5.0014391,24.403038}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpBLUFOR_G4 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G4_C"; + description="Gambler 4 Commander"; + isPlayable=1; + }; + id=514; + type="B_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.253391,5.0014391,24.453037}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_G4 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G4_G"; + description="Gambler 4 Gunner"; + isPlayable=1; + }; + id=516; + type="B_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.253391,5.0014391,24.453037}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_G4 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G4_D"; + description="Gambler 4 Driver"; + isPlayable=1; + }; + id=518; + type="B_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=520; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G4"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item55 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.230488,5.0014391,21.743721}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpBLUFOR_G5 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G5_C"; + description="Gambler 5 Commander"; + isPlayable=1; + }; + id=522; + type="B_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.230488,5.0014391,21.79372}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_G5 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G5_G"; + description="Gambler 5 Gunner"; + isPlayable=1; + }; + id=524; + type="B_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.230488,5.0014391,21.79372}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_G5 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G5_D"; + description="Gambler 5 Driver"; + isPlayable=1; + }; + id=526; + type="B_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=528; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G5"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item56 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.190845,5.0014391,19.191963}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpBLUFOR_G6 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G6_C"; + description="Gambler 6 Commander"; + isPlayable=1; + }; + id=530; + type="B_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.190845,5.0014391,19.241962}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_G6 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G6_G"; + description="Gambler 6 Gunner"; + isPlayable=1; + }; + id=532; + type="B_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.190845,5.0014391,19.241962}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_G6 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G6_D"; + description="Gambler 6 Driver"; + isPlayable=1; + }; + id=534; + type="B_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=536; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G6"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item57 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.172962,5.0014391,16.633842}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpBLUFOR_G7 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G7_C"; + description="Gambler 7 Commander"; + isPlayable=1; + }; + id=538; + type="B_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.172962,5.0014391,16.683842}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_G7 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G7_G"; + description="Gambler 7 Gunner"; + isPlayable=1; + }; + id=540; + type="B_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.172962,5.0014391,16.683842}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_G7 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G7_D"; + description="Gambler 7 Driver"; + isPlayable=1; + }; + id=542; + type="B_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=544; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G7"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item58 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.151218,5.0014391,14.0274}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpBLUFOR_G8 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G8_C"; + description="Gambler 8 Commander"; + isPlayable=1; + }; + id=546; + type="B_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.151218,5.0014391,14.0774}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpBLUFOR_G8 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G8_G"; + description="Gambler 8 Gunner"; + isPlayable=1; + }; + id=548; + type="B_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.151218,5.0014391,14.0774}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpBLUFOR_G8 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitBLUFOR_G8_D"; + description="Gambler 8 Driver"; + isPlayable=1; + }; + id=550; + type="B_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=552; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G8"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item59 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={47.366718,5.0014391,186.25146}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="COLONEL"; + init="GrpOPFOR_CO_CC = group this; [""co"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_CO_CC"; + description="Company Commander"; + isPlayable=1; + }; + id=554; + type="O_officer_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={52.366718,5.0014391,186.30127}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CAPTAIN"; + init="GrpOPFOR_CO_XO = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_CO_XO"; + description="Company Executive Officer"; + isPlayable=1; + }; + id=556; + type="O_Soldier_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={42.366718,5.0014391,186.30176}; + }; + side="East"; + flags=1; + class Attributes + { + rank="CAPTAIN"; + init="GrpOPFOR_CO_CC = group this; [""fac"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_CO_FAC"; + description="Company FAC"; + isPlayable=1; + }; + id=558; + type="O_soldier_repair_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=560; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="CO"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item60 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={31.721718,5.0014391,178.37744}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="LIEUTENANT"; + init="GrpOPFOR_1PLT_CO = group this; [""co"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_1PLT_CO"; + description="1PLT Commander"; + isPlayable=1; + }; + id=562; + type="O_officer_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={36.721718,5.0014391,178.42725}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_1PLT_CO = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_1PLT_CO_M"; + description="1PLT Medic"; + isPlayable=1; + }; + id=564; + type="O_medic_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={26.721718,5.0014391,178.42725}; + }; + side="East"; + flags=1; + class Attributes + { + rank="CORPORAL"; + init="GrpOPFOR_1PLT_CO = group this; [""fac"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_1PLT_FAC"; + description="1PLT FAC"; + isPlayable=1; + }; + id=566; + type="O_soldier_repair_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=568; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="1PLT"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item61 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={21.692928,5.0014391,174.30029}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_ASL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_ASL_SL"; + description="1PLT Alpha Squad Leader"; + isPlayable=1; + }; + id=570; + type="O_Soldier_SL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={26.692928,5.0014391,174.3501}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_ASL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_ASL_M"; + description="1PLT Alpha Medic"; + isPlayable=1; + }; + id=572; + type="O_medic_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=574; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="ASL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item62 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={31.706665,5.0014391,171.4165}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_A1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A1_FTL"; + description="1PLT Alpha 1 Fireteam Leader"; + isPlayable=1; + }; + id=576; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={36.706665,5.0014391,171.4668}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A1_AR"; + description="1PLT Alpha 1 Automatic Rifleman"; + isPlayable=1; + }; + id=578; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={26.706665,5.0014391,171.4668}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A1_AAR"; + description="1PLT Alpha 1 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=580; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={41.706665,5.0014391,171.5166}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A1_AT"; + description="1PLT Alpha 1 Rifleman (AT)"; + isPlayable=1; + }; + id=582; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={21.706665,5.0014391,171.5166}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A1_R_1"; + description="1PLT Alpha 1 Rifleman"; + isPlayable=1; + }; + id=584; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={46.706665,5.0014391,171.56641}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A1_R"; + description="1PLT Alpha 1 Rifleman"; + isPlayable=1; + }; + id=586; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=588; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="A1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item63 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={31.683937,5.0014391,168.68701}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_A2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A2_FTL"; + description="1PLT Alpha 2 Fireteam Leader"; + isPlayable=1; + }; + id=590; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={36.683937,5.0014391,168.7373}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A2_AR"; + description="1PLT Alpha 2 Automatic Rifleman"; + isPlayable=1; + }; + id=592; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={26.683937,5.0014391,168.7373}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A2_AAR"; + description="1PLT Alpha 2 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=594; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={41.683937,5.0014391,168.78711}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A2_AT"; + description="1PLT Alpha 2 Rifleman (AT)"; + isPlayable=1; + }; + id=596; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={21.683937,5.0014391,168.78711}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A2_R_1"; + description="1PLT Alpha 2 Rifleman"; + isPlayable=1; + }; + id=598; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={46.683937,5.0014391,168.83691}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A2_R"; + description="1PLT Alpha 2 Rifleman"; + isPlayable=1; + }; + id=600; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=602; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="A2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item64 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={31.695328,5.0014391,165.89551}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_A3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A3_FTL"; + description="1PLT Alpha 3 Fireteam Leader"; + isPlayable=1; + }; + id=604; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={36.695328,5.0014391,165.94531}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A3_AR"; + description="1PLT Alpha 3 Automatic Rifleman"; + isPlayable=1; + }; + id=606; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={26.695328,5.0014391,165.94531}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A3_AAR"; + description="1PLT Alpha 3 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=608; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={41.695328,5.0014391,165.99561}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A3_AT"; + description="1PLT Alpha 3 Rifleman (AT)"; + isPlayable=1; + }; + id=610; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={21.695328,5.0014391,165.99561}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A3_R_1"; + description="1PLT Alpha 3 Rifleman"; + isPlayable=1; + }; + id=612; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={46.695328,5.0014391,166.04541}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_A3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_A3_R"; + description="1PLT Alpha 3 Rifleman"; + isPlayable=1; + }; + id=614; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=616; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="A3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item65 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={21.678291,5.0014391,162.10547}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_BSL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_BSL_SL"; + description="1PLT Bravo Squad Leader"; + isPlayable=1; + }; + id=618; + type="O_Soldier_SL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={26.678291,5.0014391,162.15527}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_BSL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_BSL_M"; + description="1PLT Bravo Medic"; + isPlayable=1; + }; + id=620; + type="O_medic_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=622; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="BSL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item66 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={31.657619,5.0014391,159.32568}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_B1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B1_FTL"; + description="1PLT Bravo 1 Fireteam Leader"; + isPlayable=1; + }; + id=624; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={36.657619,5.0014391,159.37598}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B1_AR"; + description="1PLT Bravo 1 Automatic Rifleman"; + isPlayable=1; + }; + id=626; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={26.657619,5.0014391,159.37598}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B1_AAR"; + description="1PLT Bravo 1 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=628; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={41.657619,5.0014391,159.42578}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B1_AT"; + description="1PLT Bravo 1 Rifleman (AT)"; + isPlayable=1; + }; + id=630; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={21.657619,5.0014391,159.42578}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B1_R_1"; + description="1PLT Bravo 1 Rifleman"; + isPlayable=1; + }; + id=632; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={46.657619,5.0014391,159.47559}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B1_R"; + description="1PLT Bravo 1 Rifleman"; + isPlayable=1; + }; + id=634; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=636; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="B1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item67 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={31.634899,5.0014391,156.62012}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_B2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B2_FTL"; + description="1PLT Bravo 2 Fireteam Leader"; + isPlayable=1; + }; + id=638; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={36.634899,5.0014391,156.67041}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B2_AR"; + description="1PLT Bravo 2 Automatic Rifleman"; + isPlayable=1; + }; + id=640; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={26.634899,5.0014391,156.67041}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B2_AAR"; + description="1PLT Bravo 2 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=642; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={41.634899,5.0014391,156.72021}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B2_AT"; + description="1PLT Bravo 2 Rifleman (AT)"; + isPlayable=1; + }; + id=644; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={21.634899,5.0014391,156.72021}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B2_R_1"; + description="1PLT Bravo 2 Rifleman"; + isPlayable=1; + }; + id=646; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={46.634899,5.0014391,156.77002}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B2_R"; + description="1PLT Bravo 2 Rifleman"; + isPlayable=1; + }; + id=648; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=650; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="B2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item68 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={31.70285,5.0014391,154.36621}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_B3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B3_FTL"; + description="1PLT Bravo 3 Fireteam Leader"; + isPlayable=1; + }; + id=652; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={36.70285,5.0014391,154.41602}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B3_AR"; + description="1PLT Bravo 3 Automatic Rifleman"; + isPlayable=1; + }; + id=654; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={26.70285,5.0014391,154.41602}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B3_AAR"; + description="1PLT Bravo 3 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=656; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={41.70285,5.0014391,154.46631}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B3_AT"; + description="1PLT Bravo 3 Rifleman (AT)"; + isPlayable=1; + }; + id=658; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={21.70285,5.0014391,154.46631}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B3_R_1"; + description="1PLT Bravo 3 Rifleman"; + isPlayable=1; + }; + id=660; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={46.70285,5.0014391,154.51611}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_B3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_B3_R"; + description="1PLT Bravo 3 Rifleman"; + isPlayable=1; + }; + id=662; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=664; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="B3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item69 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={21.614506,5.0014391,149.97168}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_CSL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_CSL_SL"; + description="1PLT Charlie Squad Leader"; + isPlayable=1; + }; + id=666; + type="O_Soldier_SL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={26.614506,5.0014391,150.02148}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_CSL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_CSL_M"; + description="1PLT Charlie Medic"; + isPlayable=1; + }; + id=668; + type="O_medic_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=670; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="CSL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item70 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={31.575855,5.0014391,147.33545}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_C1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C1_FTL"; + description="1PLT Charlie 1 Fireteam Leader"; + isPlayable=1; + }; + id=672; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={36.575855,5.0014391,147.38574}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C1_AR"; + description="1PLT Charlie 1 Automatic Rifleman"; + isPlayable=1; + }; + id=674; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={26.575855,5.0014391,147.38574}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C1_AAR"; + description="1PLT Charlie 1 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=676; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={41.575855,5.0014391,147.43555}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C1_AT"; + description="1PLT Charlie 1 Rifleman (AT)"; + isPlayable=1; + }; + id=678; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={21.575855,5.0014391,147.43555}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C1_R_1"; + description="1PLT Charlie 1 Rifleman"; + isPlayable=1; + }; + id=680; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={46.575855,5.0014391,147.48535}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C1_R"; + description="1PLT Charlie 1 Rifleman"; + isPlayable=1; + }; + id=682; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=684; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="C1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item71 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={31.560001,5.0014391,144.79736}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_C2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C2_FTL"; + description="1PLT Charlie 2 Fireteam Leader"; + isPlayable=1; + }; + id=686; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={36.560001,5.0014391,144.84766}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C2_AR"; + description="1PLT Charlie 2 Automatic Rifleman"; + isPlayable=1; + }; + id=688; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={26.560001,5.0014391,144.84766}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C2_AAR"; + description="1PLT Charlie 2 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=690; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={41.560001,5.0014391,144.89746}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C2_AT"; + description="1PLT Charlie 2 Rifleman (AT)"; + isPlayable=1; + }; + id=692; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={21.560001,5.0014391,144.89746}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C2_R_1"; + description="1PLT Charlie 2 Rifleman"; + isPlayable=1; + }; + id=694; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={46.560001,5.0014391,144.94727}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C2_R"; + description="1PLT Charlie 2 Rifleman"; + isPlayable=1; + }; + id=696; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=698; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="C2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item72 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={31.639645,5.0014391,142.50928}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_C3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C3_FTL"; + description="1PLT Charlie 3 Fireteam Leader"; + isPlayable=1; + }; + id=700; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={36.639645,5.0014391,142.55957}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C3_AR"; + description="1PLT Charlie 3 Automatic Rifleman"; + isPlayable=1; + }; + id=702; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={26.639645,5.0014391,142.55957}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C3_AAR"; + description="1PLT Charlie 3 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=704; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={41.639645,5.0014391,142.60938}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C3_AT"; + description="1PLT Charlie 3 Rifleman (AT)"; + isPlayable=1; + }; + id=706; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={21.639645,5.0014391,142.60938}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C3_R_1"; + description="1PLT Charlie 3 Rifleman"; + isPlayable=1; + }; + id=708; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={46.639645,5.0014391,142.65967}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_C3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_C3_R"; + description="1PLT Charlie 3 Rifleman"; + isPlayable=1; + }; + id=710; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=712; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="C3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item73 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={64.203491,5.0014391,178.9458}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="LIEUTENANT"; + init="GrpOPFOR_2PLT_CO = group this; [""co"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_2PLT_CO"; + description="2PLT Commander"; + isPlayable=1; + }; + id=714; + type="O_officer_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={69.203491,5.0014391,178.99561}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_2PLT_CO = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_2PLT_CO_M"; + description="2PLT Medic"; + isPlayable=1; + }; + id=716; + type="O_medic_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={59.203487,5.0014391,178.99561}; + }; + side="East"; + flags=1; + class Attributes + { + rank="CORPORAL"; + init="GrpOPFOR_2PLT_CO = group this; [""fac"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_2PLT_FAC"; + description="2PLT FAC"; + isPlayable=1; + }; + id=718; + type="O_soldier_repair_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=720; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="2PLT"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item74 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={53.899666,5.0014391,174.12158}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_DSL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_DSL_SL"; + description="2PLT Delta Squad Leader"; + isPlayable=1; + }; + id=722; + type="O_Soldier_SL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={58.899666,5.0014391,174.17139}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_DSL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_DSL_M"; + description="2PLT Delta Medic"; + isPlayable=1; + }; + id=724; + type="O_medic_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=726; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="DSL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item75 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={63.913403,5.0014391,171.23828}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_D1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D1_FTL"; + description="2PLT Delta 1 Fireteam Leader"; + isPlayable=1; + }; + id=728; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={68.913406,5.0014391,171.28809}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D1_AR"; + description="2PLT Delta 1 Automatic Rifleman"; + isPlayable=1; + }; + id=730; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={58.913403,5.0014391,171.28809}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D1_AAR"; + description="2PLT Delta 1 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=732; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={73.913406,5.0014391,171.33789}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D1_AT"; + description="2PLT Delta 1 Rifleman (AT)"; + isPlayable=1; + }; + id=734; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={53.913403,5.0014391,171.33789}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D1_R_1"; + description="2PLT Delta 1 Rifleman"; + isPlayable=1; + }; + id=736; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={78.913406,5.0014391,171.38818}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D1_R"; + description="2PLT Delta 1 Rifleman"; + isPlayable=1; + }; + id=738; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=740; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="D1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item76 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={63.890675,5.0014391,168.50879}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_D2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D2_FTL"; + description="2PLT Delta 2 Fireteam Leader"; + isPlayable=1; + }; + id=742; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={68.890671,5.0014391,168.55859}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D2_AR"; + description="2PLT Delta 2 Automatic Rifleman"; + isPlayable=1; + }; + id=744; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={58.890675,5.0014391,168.55859}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D2_AAR"; + description="2PLT Delta 2 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=746; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={73.890671,5.0014391,168.6084}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D2_AT"; + description="2PLT Delta 2 Rifleman (AT)"; + isPlayable=1; + }; + id=748; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={53.890675,5.0014391,168.6084}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D2_R_1"; + description="2PLT Delta 2 Rifleman"; + isPlayable=1; + }; + id=750; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={78.890671,5.0014391,168.65869}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D2_R"; + description="2PLT Delta 2 Rifleman"; + isPlayable=1; + }; + id=752; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=754; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="D2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item77 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={63.902065,5.0014391,165.7168}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_D3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D3_FTL"; + description="2PLT Delta 3 Fireteam Leader"; + isPlayable=1; + }; + id=756; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={68.902069,5.0014391,165.76709}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D3_AR"; + description="2PLT Delta 3 Automatic Rifleman"; + isPlayable=1; + }; + id=758; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={58.902065,5.0014391,165.76709}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D3_AAR"; + description="2PLT Delta 3 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=760; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={73.902069,5.0014391,165.81689}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D3_AT"; + description="2PLT Delta 3 Rifleman (AT)"; + isPlayable=1; + }; + id=762; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={53.902065,5.0014391,165.81689}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D3_R_1"; + description="2PLT Delta 3 Rifleman"; + isPlayable=1; + }; + id=764; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={78.902069,5.0014391,165.8667}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_D3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_D3_R"; + description="2PLT Delta 3 Rifleman"; + isPlayable=1; + }; + id=766; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=768; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="D3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item78 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={53.885029,5.0014391,161.92676}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_ESL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_ESL_SL"; + description="2PLT Echo Squad Leader"; + isPlayable=1; + }; + id=770; + type="O_Soldier_SL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={58.885029,5.0014391,161.97656}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_ESL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_ESL_M"; + description="2PLT Echo Medic"; + isPlayable=1; + }; + id=772; + type="O_medic_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=774; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="ESL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item79 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={63.864357,5.0014391,159.14746}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_E1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E1_FTL"; + description="2PLT Echo 1 Fireteam Leader"; + isPlayable=1; + }; + id=776; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={68.864349,5.0014391,159.19727}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E1_AR"; + description="2PLT Echo 1 Automatic Rifleman"; + isPlayable=1; + }; + id=778; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={58.864357,5.0014391,159.19727}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E1_AAR"; + description="2PLT Echo 1 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=780; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={73.864349,5.0014391,159.24707}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E1_AT"; + description="2PLT Echo 1 Rifleman (AT)"; + isPlayable=1; + }; + id=782; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={53.864357,5.0014391,159.24707}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E1_R_1"; + description="2PLT Echo 1 Rifleman"; + isPlayable=1; + }; + id=784; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={78.864349,5.0014391,159.29736}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E1_R"; + description="2PLT Echo 1 Rifleman"; + isPlayable=1; + }; + id=786; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=788; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="E1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item80 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={63.841637,5.0014391,156.44189}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_E2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E2_FTL"; + description="2PLT Echo 2 Fireteam Leader"; + isPlayable=1; + }; + id=790; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={68.841629,5.0014391,156.4917}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E2_AR"; + description="2PLT Echo 2 Automatic Rifleman"; + isPlayable=1; + }; + id=792; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={58.841637,5.0014391,156.4917}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E2_AAR"; + description="2PLT Echo 2 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=794; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={73.841629,5.0014391,156.5415}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E2_AT"; + description="2PLT Echo 2 Rifleman (AT)"; + isPlayable=1; + }; + id=796; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={53.841637,5.0014391,156.5415}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E2_R_1"; + description="2PLT Echo 2 Rifleman"; + isPlayable=1; + }; + id=798; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={78.841629,5.0014391,156.5918}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E2_R"; + description="2PLT Echo 2 Rifleman"; + isPlayable=1; + }; + id=800; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=802; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="E2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item81 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={63.909588,5.0014391,154.1875}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_E3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E3_FTL"; + description="2PLT Echo 3 Fireteam Leader"; + isPlayable=1; + }; + id=804; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={68.909592,5.0014391,154.23779}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E3_AR"; + description="2PLT Echo 3 Automatic Rifleman"; + isPlayable=1; + }; + id=806; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={58.909588,5.0014391,154.23779}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E3_AAR"; + description="2PLT Echo 3 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=808; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={73.909592,5.0014391,154.2876}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E3_AT"; + description="2PLT Echo 3 Rifleman (AT)"; + isPlayable=1; + }; + id=810; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={53.909588,5.0014391,154.2876}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E3_R_1"; + description="2PLT Echo 3 Rifleman"; + isPlayable=1; + }; + id=812; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={78.909592,5.0014391,154.33789}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_E3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_E3_R"; + description="2PLT Echo 3 Rifleman"; + isPlayable=1; + }; + id=814; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=816; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="E3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item82 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={53.821243,5.0014391,149.79297}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_FSL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_FSL_SL"; + description="2PLT Foxtrot Squad Leader"; + isPlayable=1; + }; + id=818; + type="O_Soldier_SL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={58.821243,5.0014391,149.84277}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_FSL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_FSL_M"; + description="2PLT Foxtrot Medic"; + isPlayable=1; + }; + id=820; + type="O_medic_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=822; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="FSL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item83 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={63.782593,5.0014391,147.15723}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_F1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F1_FTL"; + description="2PLT Foxtrot 1 Fireteam Leader"; + isPlayable=1; + }; + id=824; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={68.782593,5.0014391,147.20703}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F1_AR"; + description="2PLT Foxtrot 1 Automatic Rifleman"; + isPlayable=1; + }; + id=826; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={58.782593,5.0014391,147.20703}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F1_AAR"; + description="2PLT Foxtrot 1 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=828; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={73.782593,5.0014391,147.25684}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F1_AT"; + description="2PLT Foxtrot 1 Rifleman (AT)"; + isPlayable=1; + }; + id=830; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={53.782593,5.0014391,147.25684}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F1_R_1"; + description="2PLT Foxtrot 1 Rifleman"; + isPlayable=1; + }; + id=832; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={78.782593,5.0014391,147.30713}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F1_R"; + description="2PLT Foxtrot 1 Rifleman"; + isPlayable=1; + }; + id=834; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=836; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="F1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item84 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={63.766739,5.0014391,144.61914}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_F2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F2_FTL"; + description="2PLT Foxtrot 2 Fireteam Leader"; + isPlayable=1; + }; + id=838; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={68.766739,5.0014391,144.66895}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F2_AR"; + description="2PLT Foxtrot 2 Automatic Rifleman"; + isPlayable=1; + }; + id=840; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={58.766739,5.0014391,144.66895}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F2_AAR"; + description="2PLT Foxtrot 2 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=842; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={73.766739,5.0014391,144.71875}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F2_AT"; + description="2PLT Foxtrot 2 Rifleman (AT)"; + isPlayable=1; + }; + id=844; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={53.766739,5.0014391,144.71875}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F2_R_1"; + description="2PLT Foxtrot 2 Rifleman"; + isPlayable=1; + }; + id=846; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={78.766739,5.0014391,144.76904}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F2_R"; + description="2PLT Foxtrot 2 Rifleman"; + isPlayable=1; + }; + id=848; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=850; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="F2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item85 + { + dataType="Group"; + side="East"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={63.846386,5.0014391,142.33105}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_F3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F3_FTL"; + description="2PLT Foxtrot 3 Fireteam Leader"; + isPlayable=1; + }; + id=852; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={68.84639,5.0014391,142.38086}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F3_AR"; + description="2PLT Foxtrot 3 Automatic Rifleman"; + isPlayable=1; + }; + id=854; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={58.846386,5.0014391,142.38086}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F3_AAR"; + description="2PLT Foxtrot 3 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=856; + type="O_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={73.84639,5.0014391,142.43115}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F3_AT"; + description="2PLT Foxtrot 3 Rifleman (AT)"; + isPlayable=1; + }; + id=858; + type="O_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={53.846386,5.0014391,142.43115}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F3_R_1"; + description="2PLT Foxtrot 3 Rifleman"; + isPlayable=1; + }; + id=860; + type="O_Soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={78.84639,5.0014391,142.48096}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_F3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_F3_R"; + description="2PLT Foxtrot 3 Rifleman"; + isPlayable=1; + }; + id=862; + type="O_Soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=864; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="F3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item86 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={21.643517,5.0014391,131.07275}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CAPTAIN"; + init="GrpOPFOR_PH1 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH1_P"; + description="Phantom 1 Pilot"; + isPlayable=1; + }; + id=866; + type="O_helipilot_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={26.643517,5.0014391,131.12305}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="LIEUTENANT"; + init="GrpOPFOR_PH1 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH1_CP"; + description="Phantom 1 Co-Pilot"; + isPlayable=1; + }; + id=868; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=870; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="PH1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item87 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={21.631157,5.0014391,128.49219}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CAPTAIN"; + init="GrpOPFOR_PH2 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH2_P"; + description="Phantom 2 Pilot"; + isPlayable=1; + }; + id=872; + type="O_helipilot_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={26.631157,5.0014391,128.54248}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="LIEUTENANT"; + init="GrpOPFOR_PH2 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH2_CP"; + description="Phantom 2 Co-Pilot"; + isPlayable=1; + }; + id=874; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=876; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="PH2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item88 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={21.613274,5.0014391,125.91699}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CAPTAIN"; + init="GrpOPFOR_PH3 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH3_P"; + description="Phantom 3 Pilot"; + isPlayable=1; + }; + id=878; + type="O_helipilot_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={26.613274,5.0014391,125.96729}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="LIEUTENANT"; + init="GrpOPFOR_PH3 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH3_CP"; + description="Phantom 3 Co-Pilot"; + isPlayable=1; + }; + id=880; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=882; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="PH3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item89 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={21.613289,5.0014391,123.3584}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CAPTAIN"; + init="GrpOPFOR_PH4 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH4_P"; + description="Phantom 4 Pilot"; + isPlayable=1; + }; + id=884; + type="O_helipilot_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={26.613289,5.0014391,123.40869}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="LIEUTENANT"; + init="GrpOPFOR_PH4 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH4_CP"; + description="Phantom 4 Co-Pilot"; + isPlayable=1; + }; + id=886; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=888; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="PH4"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item90 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={21.614433,5.0014391,120.92822}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CAPTAIN"; + init="GrpOPFOR_PH5 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH5_P"; + description="Phantom 5 Pilot"; + isPlayable=1; + }; + id=890; + type="O_helipilot_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={26.614433,5.0014391,120.97803}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="LIEUTENANT"; + init="GrpOPFOR_PH5 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH5_CP"; + description="Phantom 5 Co-Pilot"; + isPlayable=1; + }; + id=892; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=894; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="PH5"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item91 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={21.677155,5.0014391,118.69775}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CAPTAIN"; + init="GrpOPFOR_PH6 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH6_P"; + description="Phantom 6 Pilot"; + isPlayable=1; + }; + id=896; + type="O_helipilot_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={26.677155,5.0014391,118.74756}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="LIEUTENANT"; + init="GrpOPFOR_PH6 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH6_CP"; + description="Phantom 6 Co-Pilot"; + isPlayable=1; + }; + id=898; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=900; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="PH6"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item92 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={21.634499,5.0014391,116.66211}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CAPTAIN"; + init="GrpOPFOR_PH7 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH7_P"; + description="Phantom 7 Pilot"; + isPlayable=1; + }; + id=902; + type="O_helipilot_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={26.634499,5.0014391,116.71191}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="LIEUTENANT"; + init="GrpOPFOR_PH7 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH7_CP"; + description="Phantom 7 Co-Pilot"; + isPlayable=1; + }; + id=904; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=906; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="PH7"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item93 + { + dataType="Group"; + side="East"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={21.642326,5.0014391,114.69531}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CAPTAIN"; + init="GrpOPFOR_PH8 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH8_P"; + description="Phantom 8 Pilot"; + isPlayable=1; + }; + id=908; + type="O_helipilot_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={26.642326,5.0014391,114.74512}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="LIEUTENANT"; + init="GrpOPFOR_PH8 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_PH8_CP"; + description="Phantom 8 Co-Pilot"; + isPlayable=1; + }; + id=910; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=912; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="PH8"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item94 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={39.64476,5.0014391,131.09961}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MMG1 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG1_TL"; + description="MMG 1 Leader"; + isPlayable=1; + }; + id=914; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={44.64476,5.0014391,131.1499}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG1 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG1_G"; + description="MMG 1 Gunner"; + isPlayable=1; + }; + id=916; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={34.64476,5.0014391,131.1499}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG1 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG1_AB"; + description="MMG 1 Ammo Bearer"; + isPlayable=1; + }; + id=918; + type="O_Soldier_A_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=920; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MMG1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item95 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={39.637192,5.0014391,128.58789}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MMG2 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG2_TL"; + description="MMG 2 Leader"; + isPlayable=1; + }; + id=922; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={44.637192,5.0014391,128.63818}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG2 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG2_G"; + description="MMG 2 Gunner"; + isPlayable=1; + }; + id=924; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={34.637192,5.0014391,128.63818}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG2 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG2_AB"; + description="MMG 2 Ammo Bearer"; + isPlayable=1; + }; + id=926; + type="O_Soldier_A_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=928; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MMG2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item96 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={39.637177,5.0014391,126.10498}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MMG3 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG3_TL"; + description="MMG 3 Leader"; + isPlayable=1; + }; + id=930; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={44.637177,5.0014391,126.15527}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG3 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG3_G"; + description="MMG 3 Gunner"; + isPlayable=1; + }; + id=932; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={34.637177,5.0014391,126.15527}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG3 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG3_AB"; + description="MMG 3 Ammo Bearer"; + isPlayable=1; + }; + id=934; + type="O_Soldier_A_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=936; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MMG3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item97 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={39.637177,5.0014391,123.59668}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MMG4 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG4_TL"; + description="MMG 4 Leader"; + isPlayable=1; + }; + id=938; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={44.637177,5.0014391,123.64697}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG4 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG4_G"; + description="MMG 4 Gunner"; + isPlayable=1; + }; + id=940; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={34.637177,5.0014391,123.64697}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG4 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG4_AB"; + description="MMG 4 Ammo Bearer"; + isPlayable=1; + }; + id=942; + type="O_Soldier_A_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=944; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MMG4"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item98 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={39.610672,5.0014391,121.00293}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MMG5 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG5_TL"; + description="MMG 5 Leader"; + isPlayable=1; + }; + id=946; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={44.610672,5.0014391,121.05322}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG5 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG5_G"; + description="MMG 5 Gunner"; + isPlayable=1; + }; + id=948; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={34.610672,5.0014391,121.05322}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG5 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG5_AB"; + description="MMG 5 Ammo Bearer"; + isPlayable=1; + }; + id=950; + type="O_Soldier_A_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=952; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MMG5"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item99 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={39.603096,5.0014391,118.49121}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MMG6 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG6_TL"; + description="MMG 6 Leader"; + isPlayable=1; + }; + id=954; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={44.603096,5.0014391,118.5415}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG6 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG6_G"; + description="MMG 6 Gunner"; + isPlayable=1; + }; + id=956; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={34.603096,5.0014391,118.5415}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG6 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG6_AB"; + description="MMG 6 Ammo Bearer"; + isPlayable=1; + }; + id=958; + type="O_Soldier_A_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=960; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MMG6"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item100 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={39.603088,5.0014391,116.0083}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MMG7 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG7_TL"; + description="MMG 7 Leader"; + isPlayable=1; + }; + id=962; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={44.603088,5.0014391,116.05859}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG7 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG7_G"; + description="MMG 7 Gunner"; + isPlayable=1; + }; + id=964; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={34.603088,5.0014391,116.05859}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG7 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG7_AB"; + description="MMG 7 Ammo Bearer"; + isPlayable=1; + }; + id=966; + type="O_Soldier_A_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=968; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MMG7"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item101 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={39.603088,5.0014391,113.5}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MMG8 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG8_TL"; + description="MMG 8 Leader"; + isPlayable=1; + }; + id=970; + type="O_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={44.603088,5.0014391,113.55029}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG8 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG8_G"; + description="MMG 8 Gunner"; + isPlayable=1; + }; + id=972; + type="O_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={34.603088,5.0014391,113.55029}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MMG8 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitOPFOR_MMG8_AB"; + description="MMG 8 Ammo Bearer"; + isPlayable=1; + }; + id=974; + type="O_Soldier_A_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=976; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MMG8"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item102 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.820374,5.0014391,130.9751}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MAT1 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT1_TL"; + description="MAT 1 Leader"; + isPlayable=1; + }; + id=978; + type="O_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.820374,5.0014391,131.0249}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT1 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT1_AB"; + description="MAT 1 Assistant Missile Specialist"; + isPlayable=1; + }; + id=980; + type="O_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.820374,5.0014391,131.0249}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT1 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT1_G"; + description="MAT 1 Missile Specialist"; + isPlayable=1; + }; + id=982; + type="O_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=984; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item103 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.812378,5.0014391,128.46387}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MAT2 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT2_TL"; + description="MAT 2 Leader"; + isPlayable=1; + }; + id=986; + type="O_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.812378,5.0014391,128.51416}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT2 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT2_AB"; + description="MAT 2 Assistant Missile Specialist"; + isPlayable=1; + }; + id=988; + type="O_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.812378,5.0014391,128.51416}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT2 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT2_G"; + description="MAT 2 Missile Specialist"; + isPlayable=1; + }; + id=990; + type="O_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=992; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item104 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.812378,5.0014391,125.98096}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MAT3 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT3_TL"; + description="MAT 3 Leader"; + isPlayable=1; + }; + id=994; + type="O_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.812378,5.0014391,126.03125}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT3 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT3_AB"; + description="MAT 3 Assistant Missile Specialist"; + isPlayable=1; + }; + id=996; + type="O_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.812378,5.0014391,126.03125}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT3 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT3_G"; + description="MAT 3 Missile Specialist"; + isPlayable=1; + }; + id=998; + type="O_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1000; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item105 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.812378,5.0014391,123.47217}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MAT4 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT4_TL"; + description="MAT 4 Leader"; + isPlayable=1; + }; + id=1002; + type="O_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.812378,5.0014391,123.52197}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT4 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT4_AB"; + description="MAT 4 Assistant Missile Specialist"; + isPlayable=1; + }; + id=1004; + type="O_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.812378,5.0014391,123.52197}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT4 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT4_G"; + description="MAT 4 Missile Specialist"; + isPlayable=1; + }; + id=1006; + type="O_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1008; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT4"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item106 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.772736,5.0014391,120.76318}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MAT5 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT5_TL"; + description="MAT 5 Leader"; + isPlayable=1; + }; + id=1010; + type="O_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.772736,5.0014391,120.81299}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT5 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT5_AB"; + description="MAT 5 Assistant Missile Specialist"; + isPlayable=1; + }; + id=1012; + type="O_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.772736,5.0014391,120.81299}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT5 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT5_G"; + description="MAT 5 Missile Specialist"; + isPlayable=1; + }; + id=1014; + type="O_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1016; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT5"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item107 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.764725,5.0014391,118.25195}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MAT6 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT6_TL"; + description="MAT 6 Leader"; + isPlayable=1; + }; + id=1018; + type="O_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.764725,5.0014391,118.30225}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT6 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT6_AB"; + description="MAT 6 Assistant Missile Specialist"; + isPlayable=1; + }; + id=1020; + type="O_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.764725,5.0014391,118.30225}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT6 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT6_G"; + description="MAT 6 Missile Specialist"; + isPlayable=1; + }; + id=1022; + type="O_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1024; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT6"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item108 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.764725,5.0014391,115.76904}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MAT7 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT7_TL"; + description="MAT 7 Leader"; + isPlayable=1; + }; + id=1026; + type="O_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.764725,5.0014391,115.81885}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT7 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT7_AB"; + description="MAT 7 Assistant Missile Specialist"; + isPlayable=1; + }; + id=1028; + type="O_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.764725,5.0014391,115.81885}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT7 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT7_G"; + description="MAT 7 Missile Specialist"; + isPlayable=1; + }; + id=1030; + type="O_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1032; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT7"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item109 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={74.764725,5.0014391,113.26025}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_MAT8 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT8_TL"; + description="MAT 8 Leader"; + isPlayable=1; + }; + id=1034; + type="O_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={79.764725,5.0014391,113.31006}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT8 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT8_AB"; + description="MAT 8 Assistant Missile Specialist"; + isPlayable=1; + }; + id=1036; + type="O_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={69.764725,5.0014391,113.31006}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_MAT8 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_MAT8_G"; + description="MAT 8 Missile Specialist"; + isPlayable=1; + }; + id=1038; + type="O_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1040; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT8"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item110 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.320648,5.0014391,131.08008}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_G1 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G1_C"; + description="Gambler 1 Commander"; + isPlayable=1; + }; + id=1042; + type="O_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.320648,5.0014391,131.12988}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_G1 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G1_G"; + description="Gambler 1 Gunner"; + isPlayable=1; + }; + id=1044; + type="O_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.320648,5.0014391,131.12988}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_G1 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G1_D"; + description="Gambler 1 Driver"; + isPlayable=1; + }; + id=1046; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1048; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item111 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.281006,5.0014391,128.52832}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_G2 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G2_C"; + description="Gambler 2 Commander"; + isPlayable=1; + }; + id=1050; + type="O_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.281006,5.0014391,128.57813}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_G2 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G2_G"; + description="Gambler 2 Gunner"; + isPlayable=1; + }; + id=1052; + type="O_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.281006,5.0014391,128.57813}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_G2 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G2_D"; + description="Gambler 2 Driver"; + isPlayable=1; + }; + id=1054; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1056; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item112 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.263123,5.0014391,125.97021}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_G3 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G3_C"; + description="Gambler 3 Commander"; + isPlayable=1; + }; + id=1058; + type="O_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.263123,5.0014391,126.02002}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_G3 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G3_G"; + description="Gambler 3 Gunner"; + isPlayable=1; + }; + id=1060; + type="O_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.263123,5.0014391,126.02002}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_G3 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G3_D"; + description="Gambler 3 Driver"; + isPlayable=1; + }; + id=1062; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1064; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item113 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.241394,5.0014391,123.36377}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_G4 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G4_C"; + description="Gambler 4 Commander"; + isPlayable=1; + }; + id=1066; + type="O_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.241394,5.0014391,123.41357}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_G4 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G4_G"; + description="Gambler 4 Gunner"; + isPlayable=1; + }; + id=1068; + type="O_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.241394,5.0014391,123.41357}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_G4 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G4_D"; + description="Gambler 4 Driver"; + isPlayable=1; + }; + id=1070; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1072; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G4"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item114 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.218491,5.0014391,120.70459}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_G5 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G5_C"; + description="Gambler 5 Commander"; + isPlayable=1; + }; + id=1074; + type="O_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.218491,5.0014391,120.75439}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_G5 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G5_G"; + description="Gambler 5 Gunner"; + isPlayable=1; + }; + id=1076; + type="O_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.218491,5.0014391,120.75439}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_G5 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G5_D"; + description="Gambler 5 Driver"; + isPlayable=1; + }; + id=1078; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1080; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G5"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item115 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.178848,5.0014391,118.15283}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_G6 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G6_C"; + description="Gambler 6 Commander"; + isPlayable=1; + }; + id=1082; + type="O_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.178848,5.0014391,118.20264}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_G6 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G6_G"; + description="Gambler 6 Gunner"; + isPlayable=1; + }; + id=1084; + type="O_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.178848,5.0014391,118.20264}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_G6 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G6_D"; + description="Gambler 6 Driver"; + isPlayable=1; + }; + id=1086; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1088; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G6"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item116 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.160965,5.0014391,115.59473}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_G7 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G7_C"; + description="Gambler 7 Commander"; + isPlayable=1; + }; + id=1090; + type="O_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.160965,5.0014391,115.64453}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_G7 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G7_G"; + description="Gambler 7 Gunner"; + isPlayable=1; + }; + id=1092; + type="O_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.160965,5.0014391,115.64453}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_G7 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G7_D"; + description="Gambler 7 Driver"; + isPlayable=1; + }; + id=1094; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1096; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G7"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item117 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={57.139221,5.0014391,112.98828}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpOPFOR_G8 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G8_C"; + description="Gambler 8 Commander"; + isPlayable=1; + }; + id=1098; + type="O_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={62.139221,5.0014391,113.03809}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpOPFOR_G8 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G8_G"; + description="Gambler 8 Gunner"; + isPlayable=1; + }; + id=1100; + type="O_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={52.139221,5.0014391,113.03809}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpOPFOR_G8 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitOPFOR_G8_D"; + description="Gambler 8 Driver"; + isPlayable=1; + }; + id=1102; + type="O_soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1104; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="G8"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item118 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={148.43649,5.0014391,86.572754}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="COLONEL"; + init="GrpINDFOR_CO_CC = group this; [""co"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_CO_CC"; + description="Company Commander"; + isPlayable=1; + }; + id=1106; + type="I_officer_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={153.43649,5.0014391,86.622559}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CAPTAIN"; + init="GrpINDFOR_CO_XO = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_CO_XO"; + description="Company Executive Officer"; + isPlayable=1; + }; + id=1108; + type="I_soldier_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={143.43649,5.0014391,86.623047}; + }; + side="Independent"; + flags=1; + class Attributes + { + rank="CAPTAIN"; + init="GrpINDFOR_CO_CC = group this; [""fac"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_CO_FAC"; + description="Company FAC"; + isPlayable=1; + }; + id=1110; + type="I_Soldier_repair_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1112; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="CO"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item119 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={132.79099,5.0014391,78.697754}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="LIEUTENANT"; + init="GrpINDFOR_1PLT_CO = group this; [""co"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_1PLT_CO"; + description="1PLT Commander"; + isPlayable=1; + }; + id=1114; + type="I_officer_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={137.79099,5.0014391,78.747559}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_1PLT_CO = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_1PLT_CO_M"; + description="1PLT Medic"; + isPlayable=1; + }; + id=1116; + type="I_medic_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={127.79099,5.0014391,78.747559}; + }; + side="Independent"; + flags=1; + class Attributes + { + rank="CORPORAL"; + init="GrpINDFOR_1PLT_CO = group this; [""fac"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_1PLT_FAC"; + description="1PLT FAC"; + isPlayable=1; + }; + id=1118; + type="I_Soldier_repair_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1120; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="1PLT"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item120 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={122.76266,5.0014391,74.620605}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpINDFOR_ASL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_ASL_SL"; + description="1PLT Alpha Squad Leader"; + isPlayable=1; + }; + id=1122; + type="I_Soldier_SL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={127.76266,5.0014391,74.67041}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_ASL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_ASL_M"; + description="1PLT Alpha Medic"; + isPlayable=1; + }; + id=1124; + type="I_medic_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1126; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="ASL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item121 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={132.77634,5.0014391,71.736816}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_A1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A1_FTL"; + description="1PLT Alpha 1 Fireteam Leader"; + isPlayable=1; + }; + id=1128; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={137.77634,5.0014391,71.787109}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A1_AR"; + description="1PLT Alpha 1 Automatic Rifleman"; + isPlayable=1; + }; + id=1130; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={127.77634,5.0014391,71.787109}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A1_AAR"; + description="1PLT Alpha 1 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1132; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={142.77634,5.0014391,71.836914}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A1_AT"; + description="1PLT Alpha 1 Rifleman (AT)"; + isPlayable=1; + }; + id=1134; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={122.77634,5.0014391,71.836914}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A1_R_1"; + description="1PLT Alpha 1 Rifleman"; + isPlayable=1; + }; + id=1136; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={147.77634,5.0014391,71.886719}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A1_R"; + description="1PLT Alpha 1 Rifleman"; + isPlayable=1; + }; + id=1138; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1140; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="A1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item122 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={132.75388,5.0014391,69.007324}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_A2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A2_FTL"; + description="1PLT Alpha 2 Fireteam Leader"; + isPlayable=1; + }; + id=1142; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={137.75388,5.0014391,69.057617}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A2_AR"; + description="1PLT Alpha 2 Automatic Rifleman"; + isPlayable=1; + }; + id=1144; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={127.75388,5.0014391,69.057617}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A2_AAR"; + description="1PLT Alpha 2 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1146; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={142.75388,5.0014391,69.107422}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A2_AT"; + description="1PLT Alpha 2 Rifleman (AT)"; + isPlayable=1; + }; + id=1148; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={122.75388,5.0014391,69.107422}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A2_R_1"; + description="1PLT Alpha 2 Rifleman"; + isPlayable=1; + }; + id=1150; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={147.75388,5.0014391,69.157227}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A2_R"; + description="1PLT Alpha 2 Rifleman"; + isPlayable=1; + }; + id=1152; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1154; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="A2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item123 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={132.76511,5.0014391,66.21582}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_A3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A3_FTL"; + description="1PLT Alpha 3 Fireteam Leader"; + isPlayable=1; + }; + id=1156; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={137.76511,5.0014391,66.265625}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A3_AR"; + description="1PLT Alpha 3 Automatic Rifleman"; + isPlayable=1; + }; + id=1158; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={127.76511,5.0014391,66.265625}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A3_AAR"; + description="1PLT Alpha 3 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1160; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={142.76511,5.0014391,66.315918}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A3_AT"; + description="1PLT Alpha 3 Rifleman (AT)"; + isPlayable=1; + }; + id=1162; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={122.76511,5.0014391,66.315918}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A3_R_1"; + description="1PLT Alpha 3 Rifleman"; + isPlayable=1; + }; + id=1164; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={147.76511,5.0014391,66.365723}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_A3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_A3_R"; + description="1PLT Alpha 3 Rifleman"; + isPlayable=1; + }; + id=1166; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1168; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="A3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item124 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={122.74802,5.0014391,62.425781}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpINDFOR_BSL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_BSL_SL"; + description="1PLT Bravo Squad Leader"; + isPlayable=1; + }; + id=1170; + type="I_Soldier_SL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={127.74802,5.0014391,62.475586}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_BSL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_BSL_M"; + description="1PLT Bravo Medic"; + isPlayable=1; + }; + id=1172; + type="I_medic_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1174; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="BSL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item125 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={132.72751,5.0014391,59.645996}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_B1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B1_FTL"; + description="1PLT Bravo 1 Fireteam Leader"; + isPlayable=1; + }; + id=1176; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={137.72751,5.0014391,59.696289}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B1_AR"; + description="1PLT Bravo 1 Automatic Rifleman"; + isPlayable=1; + }; + id=1178; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={127.72751,5.0014391,59.696289}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B1_AAR"; + description="1PLT Bravo 1 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1180; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={142.72751,5.0014391,59.746094}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B1_AT"; + description="1PLT Bravo 1 Rifleman (AT)"; + isPlayable=1; + }; + id=1182; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={122.72751,5.0014391,59.746094}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B1_R_1"; + description="1PLT Bravo 1 Rifleman"; + isPlayable=1; + }; + id=1184; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={147.72751,5.0014391,59.795898}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B1_R"; + description="1PLT Bravo 1 Rifleman"; + isPlayable=1; + }; + id=1186; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1188; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="B1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item126 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={132.70456,5.0014391,56.94043}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_B2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B2_FTL"; + description="1PLT Bravo 2 Fireteam Leader"; + isPlayable=1; + }; + id=1190; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={137.70456,5.0014391,56.990723}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B2_AR"; + description="1PLT Bravo 2 Automatic Rifleman"; + isPlayable=1; + }; + id=1192; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={127.70456,5.0014391,56.990723}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B2_AAR"; + description="1PLT Bravo 2 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1194; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={142.70456,5.0014391,57.040527}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B2_AT"; + description="1PLT Bravo 2 Rifleman (AT)"; + isPlayable=1; + }; + id=1196; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={122.70456,5.0014391,57.040527}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B2_R_1"; + description="1PLT Bravo 2 Rifleman"; + isPlayable=1; + }; + id=1198; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={147.70456,5.0014391,57.090332}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B2_R"; + description="1PLT Bravo 2 Rifleman"; + isPlayable=1; + }; + id=1200; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1202; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="B2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item127 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={132.77243,5.0014391,54.686523}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_B3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B3_FTL"; + description="1PLT Bravo 3 Fireteam Leader"; + isPlayable=1; + }; + id=1204; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={137.77243,5.0014391,54.736328}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B3_AR"; + description="1PLT Bravo 3 Automatic Rifleman"; + isPlayable=1; + }; + id=1206; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={127.77243,5.0014391,54.736328}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B3_AAR"; + description="1PLT Bravo 3 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1208; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={142.77243,5.0014391,54.786621}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B3_AT"; + description="1PLT Bravo 3 Rifleman (AT)"; + isPlayable=1; + }; + id=1210; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={122.77243,5.0014391,54.786621}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B3_R_1"; + description="1PLT Bravo 3 Rifleman"; + isPlayable=1; + }; + id=1212; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={147.77243,5.0014391,54.836426}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_B3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_B3_R"; + description="1PLT Bravo 3 Rifleman"; + isPlayable=1; + }; + id=1214; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1216; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="B3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item128 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={122.68405,5.0014391,50.291992}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpINDFOR_CSL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_CSL_SL"; + description="1PLT Charlie Squad Leader"; + isPlayable=1; + }; + id=1218; + type="I_Soldier_SL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={127.68405,5.0014391,50.341797}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_CSL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_CSL_M"; + description="1PLT Charlie Medic"; + isPlayable=1; + }; + id=1220; + type="I_medic_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1222; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="CSL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item129 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={132.64548,5.0014391,47.655762}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_C1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C1_FTL"; + description="1PLT Charlie 1 Fireteam Leader"; + isPlayable=1; + }; + id=1224; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={137.64548,5.0014391,47.706055}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C1_AR"; + description="1PLT Charlie 1 Automatic Rifleman"; + isPlayable=1; + }; + id=1226; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={127.64548,5.0014391,47.706055}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C1_AAR"; + description="1PLT Charlie 1 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1228; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={142.64548,5.0014391,47.755859}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C1_AT"; + description="1PLT Charlie 1 Rifleman (AT)"; + isPlayable=1; + }; + id=1230; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={122.64548,5.0014391,47.755859}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C1_R_1"; + description="1PLT Charlie 1 Rifleman"; + isPlayable=1; + }; + id=1232; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={147.64548,5.0014391,47.805664}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C1_R"; + description="1PLT Charlie 1 Rifleman"; + isPlayable=1; + }; + id=1234; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1236; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="C1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item130 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={132.62985,5.0014391,45.117676}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_C2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C2_FTL"; + description="1PLT Charlie 2 Fireteam Leader"; + isPlayable=1; + }; + id=1238; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={137.62985,5.0014391,45.167969}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C2_AR"; + description="1PLT Charlie 2 Automatic Rifleman"; + isPlayable=1; + }; + id=1240; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={127.62985,5.0014391,45.167969}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C2_AAR"; + description="1PLT Charlie 2 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1242; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={142.62985,5.0014391,45.217773}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C2_AT"; + description="1PLT Charlie 2 Rifleman (AT)"; + isPlayable=1; + }; + id=1244; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={122.62985,5.0014391,45.217773}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C2_R_1"; + description="1PLT Charlie 2 Rifleman"; + isPlayable=1; + }; + id=1246; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={147.62985,5.0014391,45.267578}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C2_R"; + description="1PLT Charlie 2 Rifleman"; + isPlayable=1; + }; + id=1248; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1250; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="C2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item131 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={132.70944,5.0014391,42.82959}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_C3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C3_FTL"; + description="1PLT Charlie 3 Fireteam Leader"; + isPlayable=1; + }; + id=1252; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={137.70944,5.0014391,42.879883}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C3_AR"; + description="1PLT Charlie 3 Automatic Rifleman"; + isPlayable=1; + }; + id=1254; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={127.70944,5.0014391,42.879883}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C3_AAR"; + description="1PLT Charlie 3 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1256; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={142.70944,5.0014391,42.929688}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C3_AT"; + description="1PLT Charlie 3 Rifleman (AT)"; + isPlayable=1; + }; + id=1258; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={122.70944,5.0014391,42.929688}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C3_R_1"; + description="1PLT Charlie 3 Rifleman"; + isPlayable=1; + }; + id=1260; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={147.70944,5.0014391,42.97998}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_C3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_C3_R"; + description="1PLT Charlie 3 Rifleman"; + isPlayable=1; + }; + id=1262; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1264; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="C3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item132 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={165.27341,5.0014391,79.266113}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="LIEUTENANT"; + init="GrpINDFOR_2PLT_CO = group this; [""co"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_2PLT_CO"; + description="2PLT Commander"; + isPlayable=1; + }; + id=1266; + type="I_officer_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={170.27341,5.0014391,79.315918}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_2PLT_CO = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_2PLT_CO_M"; + description="2PLT Medic"; + isPlayable=1; + }; + id=1268; + type="I_medic_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={160.27341,5.0014391,79.315918}; + }; + side="Independent"; + flags=1; + class Attributes + { + rank="CORPORAL"; + init="GrpINDFOR_2PLT_CO = group this; [""fac"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_2PLT_FAC"; + description="2PLT FAC"; + isPlayable=1; + }; + id=1270; + type="I_Soldier_repair_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1272; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="2PLT"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item133 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={154.96921,5.0014391,74.441895}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpINDFOR_DSL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_DSL_SL"; + description="2PLT Delta Squad Leader"; + isPlayable=1; + }; + id=1274; + type="I_Soldier_SL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={159.96921,5.0014391,74.491699}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_DSL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_DSL_M"; + description="2PLT Delta Medic"; + isPlayable=1; + }; + id=1276; + type="I_medic_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1278; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="DSL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item134 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={164.98288,5.0014391,71.558594}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_D1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D1_FTL"; + description="2PLT Delta 1 Fireteam Leader"; + isPlayable=1; + }; + id=1280; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={169.98288,5.0014391,71.608398}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D1_AR"; + description="2PLT Delta 1 Automatic Rifleman"; + isPlayable=1; + }; + id=1282; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={159.98288,5.0014391,71.608398}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D1_AAR"; + description="2PLT Delta 1 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1284; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={174.98288,5.0014391,71.658203}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D1_AT"; + description="2PLT Delta 1 Rifleman (AT)"; + isPlayable=1; + }; + id=1286; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={154.98288,5.0014391,71.658203}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D1_R_1"; + description="2PLT Delta 1 Rifleman"; + isPlayable=1; + }; + id=1288; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={179.98288,5.0014391,71.708496}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D1_R"; + description="2PLT Delta 1 Rifleman"; + isPlayable=1; + }; + id=1290; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1292; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="D1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item135 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={164.96042,5.0014391,68.829102}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_D2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D2_FTL"; + description="2PLT Delta 2 Fireteam Leader"; + isPlayable=1; + }; + id=1294; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={169.96042,5.0014391,68.878906}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D2_AR"; + description="2PLT Delta 2 Automatic Rifleman"; + isPlayable=1; + }; + id=1296; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={159.96042,5.0014391,68.878906}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D2_AAR"; + description="2PLT Delta 2 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1298; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={174.96042,5.0014391,68.928711}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D2_AT"; + description="2PLT Delta 2 Rifleman (AT)"; + isPlayable=1; + }; + id=1300; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={154.96042,5.0014391,68.928711}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D2_R_1"; + description="2PLT Delta 2 Rifleman"; + isPlayable=1; + }; + id=1302; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={179.96042,5.0014391,68.979004}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D2_R"; + description="2PLT Delta 2 Rifleman"; + isPlayable=1; + }; + id=1304; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1306; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="D2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item136 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={164.97165,5.0014391,66.037109}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_D3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D3_FTL"; + description="2PLT Delta 3 Fireteam Leader"; + isPlayable=1; + }; + id=1308; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={169.97165,5.0014391,66.087402}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D3_AR"; + description="2PLT Delta 3 Automatic Rifleman"; + isPlayable=1; + }; + id=1310; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={159.97165,5.0014391,66.087402}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D3_AAR"; + description="2PLT Delta 3 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1312; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={174.97165,5.0014391,66.137207}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D3_AT"; + description="2PLT Delta 3 Rifleman (AT)"; + isPlayable=1; + }; + id=1314; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={154.97165,5.0014391,66.137207}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D3_R_1"; + description="2PLT Delta 3 Rifleman"; + isPlayable=1; + }; + id=1316; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={179.97165,5.0014391,66.187012}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_D3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_D3_R"; + description="2PLT Delta 3 Rifleman"; + isPlayable=1; + }; + id=1318; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1320; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="D3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item137 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={154.95456,5.0014391,62.24707}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpINDFOR_ESL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_ESL_SL"; + description="2PLT Echo Squad Leader"; + isPlayable=1; + }; + id=1322; + type="I_Soldier_SL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={159.95456,5.0014391,62.296875}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_ESL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_ESL_M"; + description="2PLT Echo Medic"; + isPlayable=1; + }; + id=1324; + type="I_medic_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1326; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="ESL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item138 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={164.93405,5.0014391,59.467773}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_E1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E1_FTL"; + description="2PLT Echo 1 Fireteam Leader"; + isPlayable=1; + }; + id=1328; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={169.93405,5.0014391,59.517578}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E1_AR"; + description="2PLT Echo 1 Automatic Rifleman"; + isPlayable=1; + }; + id=1330; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={159.93405,5.0014391,59.517578}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E1_AAR"; + description="2PLT Echo 1 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1332; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={174.93405,5.0014391,59.567383}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E1_AT"; + description="2PLT Echo 1 Rifleman (AT)"; + isPlayable=1; + }; + id=1334; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={154.93405,5.0014391,59.567383}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E1_R_1"; + description="2PLT Echo 1 Rifleman"; + isPlayable=1; + }; + id=1336; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={179.93405,5.0014391,59.617676}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E1_R"; + description="2PLT Echo 1 Rifleman"; + isPlayable=1; + }; + id=1338; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1340; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="E1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item139 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={164.91159,5.0014391,56.762207}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_E2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E2_FTL"; + description="2PLT Echo 2 Fireteam Leader"; + isPlayable=1; + }; + id=1342; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={169.91159,5.0014391,56.812012}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E2_AR"; + description="2PLT Echo 2 Automatic Rifleman"; + isPlayable=1; + }; + id=1344; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={159.91159,5.0014391,56.812012}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E2_AAR"; + description="2PLT Echo 2 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1346; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={174.91159,5.0014391,56.861816}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E2_AT"; + description="2PLT Echo 2 Rifleman (AT)"; + isPlayable=1; + }; + id=1348; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={154.91159,5.0014391,56.861816}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E2_R_1"; + description="2PLT Echo 2 Rifleman"; + isPlayable=1; + }; + id=1350; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={179.91159,5.0014391,56.912109}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E2_R"; + description="2PLT Echo 2 Rifleman"; + isPlayable=1; + }; + id=1352; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1354; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="E2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item140 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={164.97946,5.0014391,54.507813}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_E3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E3_FTL"; + description="2PLT Echo 3 Fireteam Leader"; + isPlayable=1; + }; + id=1356; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={169.97946,5.0014391,54.558105}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E3_AR"; + description="2PLT Echo 3 Automatic Rifleman"; + isPlayable=1; + }; + id=1358; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={159.97946,5.0014391,54.558105}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E3_AAR"; + description="2PLT Echo 3 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1360; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={174.97946,5.0014391,54.60791}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E3_AT"; + description="2PLT Echo 3 Rifleman (AT)"; + isPlayable=1; + }; + id=1362; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={154.97946,5.0014391,54.60791}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E3_R_1"; + description="2PLT Echo 3 Rifleman"; + isPlayable=1; + }; + id=1364; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={179.97946,5.0014391,54.658203}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_E3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_E3_R"; + description="2PLT Echo 3 Rifleman"; + isPlayable=1; + }; + id=1366; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1368; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="E3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item141 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={154.89108,5.0014391,50.113281}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpINDFOR_FSL = group this; [""dc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_FSL_SL"; + description="2PLT Foxtrot Squad Leader"; + isPlayable=1; + }; + id=1370; + type="I_Soldier_SL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={159.89108,5.0014391,50.163086}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_FSL = group this; [""m"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_FSL_M"; + description="2PLT Foxtrot Medic"; + isPlayable=1; + }; + id=1372; + type="I_medic_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1374; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="FSL"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item142 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={164.85251,5.0014391,47.477539}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_F1 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F1_FTL"; + description="2PLT Foxtrot 1 Fireteam Leader"; + isPlayable=1; + }; + id=1376; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={169.85251,5.0014391,47.527344}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_F1 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F1_AR"; + description="2PLT Foxtrot 1 Automatic Rifleman"; + isPlayable=1; + }; + id=1378; + type="I_Soldier_AR_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={159.85251,5.0014391,47.527344}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_F1 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F1_AAR"; + description="2PLT Foxtrot 1 Assistant Automatic Rifleman"; + isPlayable=1; + }; + id=1380; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={174.85251,5.0014391,47.577148}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_F1 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F1_AT"; + description="2PLT Foxtrot 1 Rifleman (AT)"; + isPlayable=1; + }; + id=1382; + type="I_Soldier_LAT_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={154.85251,5.0014391,47.577148}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_F1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F1_R_1"; + description="2PLT Foxtrot 1 Rifleman"; + isPlayable=1; + }; + id=1384; + type="I_soldier_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={179.85251,5.0014391,47.627441}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_F1 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F1_R"; + description="2PLT Foxtrot 1 Rifleman"; + isPlayable=1; + }; + id=1386; + type="I_soldier_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1388; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="F1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item143 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=6; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={164.8364,5.0014391,44.939453}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_F2 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F2_FTL"; + description="2PLT Foxtrot 2 Fireteam Leader"; + isPlayable=1; + }; + id=1390; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={169.8364,5.0014391,44.989258}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_F2 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F2_AR"; + description="2PLT Foxtrot 2 Automatic Rifleman"; + isPlayable=1; + }; + id=1392; + type="I_Soldier_AR_F"; + }; + class Item2 + { dataType="Object"; class PositionInfo { - position[]={119.28239,5.0014391,81.423721}; + position[]={159.8364,5.0014391,44.989258}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_B1 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitAAF_B1_AT"; - description="INDFOR Bravo 1 Rifleman (AT)"; + init="GrpINDFOR_F2 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F2_AAR"; + description="2PLT Foxtrot 2 Assistant Automatic Rifleman"; isPlayable=1; }; - id=225; + id=1394; + type="I_Soldier_AAR_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={174.8364,5.0014391,45.039063}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_F2 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F2_AT"; + description="2PLT Foxtrot 2 Rifleman (AT)"; + isPlayable=1; + }; + id=1396; type="I_Soldier_LAT_F"; }; class Item4 @@ -5346,18 +19064,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={99.282387,5.0014391,81.423721}; + position[]={154.8364,5.0014391,45.039063}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_B1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitAAF_B1_R_1"; - description="INDFOR Bravo 1 Rifleman"; + init="GrpINDFOR_F2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F2_R_1"; + description="2PLT Foxtrot 2 Rifleman"; isPlayable=1; }; - id=226; + id=1398; type="I_soldier_F"; }; class Item5 @@ -5365,26 +19083,26 @@ class Mission dataType="Object"; class PositionInfo { - position[]={124.28239,5.0014391,81.473526}; + position[]={179.8364,5.0014391,45.089355}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_B1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitAAF_B1_R"; - description="INDFOR Bravo 1 Rifleman"; + init="GrpINDFOR_F2 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F2_R"; + description="2PLT Foxtrot 2 Rifleman"; isPlayable=1; }; - id=227; - type="I_Soldier_AAR_F"; + id=1400; + type="I_soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=228; + id=1402; class CustomAttributes { class Attribute0 @@ -5402,14 +19120,14 @@ class Mission "STRING" }; }; - value="B1"; + value="F2"; }; }; }; nAttributes=1; }; }; - class Item50 + class Item144 { dataType="Group"; side="Independent"; @@ -5421,7 +19139,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={109.25944,5.0014391,78.618057}; + position[]={164.91599,5.0014391,42.651367}; }; side="Independent"; flags=2; @@ -5429,12 +19147,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpAAF_B2 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitAAF_B2_FTL"; - description="INDFOR Bravo 2 Fireteam Leader"; + init="GrpINDFOR_F3 = group this; [""ftl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F3_FTL"; + description="2PLT Foxtrot 3 Fireteam Leader"; isPlayable=1; }; - id=229; + id=1404; type="I_Soldier_TL_F"; }; class Item1 @@ -5442,18 +19160,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={114.25944,5.0014391,78.667862}; + position[]={169.91599,5.0014391,42.701172}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_B2 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitAAF_B2_AR"; - description="INDFOR Bravo 2 Automatic Rifleman"; + init="GrpINDFOR_F3 = group this; [""ar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F3_AR"; + description="2PLT Foxtrot 3 Automatic Rifleman"; isPlayable=1; }; - id=230; + id=1406; type="I_Soldier_AR_F"; }; class Item2 @@ -5461,18 +19179,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={104.25944,5.0014391,78.667862}; + position[]={159.91599,5.0014391,42.701172}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_B2 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitAAF_B2_AAR"; - description="INDFOR Bravo 2 Assistant Automatic Rifleman"; + init="GrpINDFOR_F3 = group this; [""aar"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F3_AAR"; + description="2PLT Foxtrot 3 Assistant Automatic Rifleman"; isPlayable=1; }; - id=231; + id=1408; type="I_Soldier_AAR_F"; }; class Item3 @@ -5480,18 +19198,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={119.25944,5.0014391,78.718155}; + position[]={174.91599,5.0014391,42.751465}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_B2 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitAAF_B2_AT"; - description="INDFOR Bravo 2 Rifleman (AT)"; + init="GrpINDFOR_F3 = group this; [""rat"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F3_AT"; + description="2PLT Foxtrot 3 Rifleman (AT)"; isPlayable=1; }; - id=232; + id=1410; type="I_Soldier_LAT_F"; }; class Item4 @@ -5499,18 +19217,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={99.259438,5.0014391,78.718155}; + position[]={154.91599,5.0014391,42.751465}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_B2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitAAF_B2_R_1"; - description="INDFOR Bravo 2 Rifleman"; + init="GrpINDFOR_F3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F3_R_1"; + description="2PLT Foxtrot 3 Rifleman"; isPlayable=1; }; - id=233; + id=1412; type="I_soldier_F"; }; class Item5 @@ -5518,26 +19236,26 @@ class Mission dataType="Object"; class PositionInfo { - position[]={124.25944,5.0014391,78.76796}; + position[]={179.91599,5.0014391,42.80127}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_B2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitAAF_B2_R"; - description="INDFOR Bravo 2 Rifleman"; + init="GrpINDFOR_F3 = group this; [""r"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_F3_R"; + description="2PLT Foxtrot 3 Rifleman"; isPlayable=1; }; - id=234; - type="I_Soldier_AAR_F"; + id=1414; + type="I_soldier_F"; }; }; class Attributes { formation="LINE"; }; - id=235; + id=1416; class CustomAttributes { class Attribute0 @@ -5555,14 +19273,14 @@ class Mission "STRING" }; }; - value="B2"; + value="F3"; }; }; }; nAttributes=1; }; }; - class Item51 + class Item145 { dataType="Group"; side="Independent"; @@ -5574,48 +19292,48 @@ class Mission dataType="Object"; class PositionInfo { - position[]={99.23893,5.0014391,71.96962}; + position[]={122.71335,5.0014391,31.393066}; }; side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpAAF_CSL = group this; [""dc"",this] call f_fnc_assignGear;"; - name="UnitAAF_CSL_SL"; - description="INDFOR Charlie Squad Leader"; + rank="CAPTAIN"; + init="GrpINDFOR_PH1 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH1_P"; + description="Phantom 1 Pilot"; isPlayable=1; }; - id=236; - type="I_Soldier_SL_F"; + id=1418; + type="I_helipilot_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={104.23893,5.0014391,72.019424}; + position[]={127.71335,5.0014391,31.443359}; }; side="Independent"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_CSL = group this; [""m"",this] call f_fnc_assignGear;"; - name="UnitAAF_CSL_M"; - description="INDFOR Charlie Medic"; + rank="LIEUTENANT"; + init="GrpINDFOR_PH1 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH1_CP"; + description="Phantom 1 Co-Pilot"; isPlayable=1; }; - id=237; - type="I_medic_F"; + id=1420; + type="I_Soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=238; + id=1422; class CustomAttributes { class Attribute0 @@ -5633,142 +19351,145 @@ class Mission "STRING" }; }; - value="CSL"; + value="PH1"; }; }; }; nAttributes=1; }; }; - class Item52 + class Item146 { dataType="Group"; side="Independent"; class Entities { - items=6; + items=2; class Item0 { dataType="Object"; class PositionInfo { - position[]={109.20036,5.0014391,69.333389}; + position[]={122.70065,5.0014391,28.8125}; }; side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_C1 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitAAF_C1_FTL"; - description="INDFOR Charlie 1 Fireteam Leader"; + rank="CAPTAIN"; + init="GrpINDFOR_PH2 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH2_P"; + description="Phantom 2 Pilot"; isPlayable=1; }; - id=239; - type="I_Soldier_TL_F"; + id=1424; + type="I_helipilot_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={114.20036,5.0014391,69.383682}; - }; - side="Independent"; - class Attributes - { - skill=0.60000002; - init="GrpAAF_C1 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitAAF_C1_AR"; - description="INDFOR Charlie 1 Automatic Rifleman"; - isPlayable=1; - }; - id=240; - type="I_Soldier_AR_F"; - }; - class Item2 - { - dataType="Object"; - class PositionInfo - { - position[]={104.20036,5.0014391,69.383682}; + position[]={127.70065,5.0014391,28.862793}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_C1 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitAAF_C1_AAR"; - description="INDFOR Charlie 1 Assistant Automatic Rifleman"; + rank="LIEUTENANT"; + init="GrpINDFOR_PH2 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH2_CP"; + description="Phantom 2 Co-Pilot"; isPlayable=1; }; - id=241; - type="I_Soldier_AAR_F"; + id=1426; + type="I_Soldier_repair_F"; }; - class Item3 + }; + class Attributes + { + formation="LINE"; + }; + id=1428; + class CustomAttributes + { + class Attribute0 { - dataType="Object"; - class PositionInfo - { - position[]={119.20036,5.0014391,69.433487}; - }; - side="Independent"; - class Attributes + property="groupID"; + expression="_this setGroupID [_value];"; + class Value { - skill=0.60000002; - init="GrpAAF_C1 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitAAF_C1_AT"; - description="INDFOR Charlie 1 Rifleman (AT)"; - isPlayable=1; + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="PH2"; + }; }; - id=242; - type="I_Soldier_LAT_F"; }; - class Item4 + nAttributes=1; + }; + }; + class Item147 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=2; + class Item0 { dataType="Object"; class PositionInfo { - position[]={99.200356,5.0014391,69.433487}; + position[]={122.68307,5.0014391,26.237305}; }; side="Independent"; + flags=2; class Attributes { skill=0.60000002; - init="GrpAAF_C1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitAAF_C1_R_1"; - description="INDFOR Charlie 1 Rifleman"; + rank="CAPTAIN"; + init="GrpINDFOR_PH3 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH3_P"; + description="Phantom 3 Pilot"; isPlayable=1; }; - id=243; - type="I_soldier_F"; + id=1430; + type="I_helipilot_F"; }; - class Item5 + class Item1 { dataType="Object"; class PositionInfo { - position[]={124.20036,5.0014391,69.483292}; + position[]={127.68307,5.0014391,26.287598}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_C1 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitAAF_C1_R"; - description="INDFOR Charlie 1 Rifleman"; + rank="LIEUTENANT"; + init="GrpINDFOR_PH3 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH3_CP"; + description="Phantom 3 Co-Pilot"; isPlayable=1; }; - id=244; - type="I_Soldier_AAR_F"; + id=1432; + type="I_Soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=245; + id=1434; class CustomAttributes { class Attribute0 @@ -5786,142 +19507,145 @@ class Mission "STRING" }; }; - value="C1"; + value="PH3"; }; }; }; nAttributes=1; }; }; - class Item53 + class Item148 { dataType="Group"; side="Independent"; class Entities { - items=6; + items=2; class Item0 { dataType="Object"; class PositionInfo { - position[]={109.18473,5.0014391,66.795303}; + position[]={122.68307,5.0014391,23.678711}; }; side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_C2 = group this; [""ftl"",this] call f_fnc_assignGear;"; - name="UnitAAF_C2_FTL"; - description="INDFOR Charlie 2 Fireteam Leader"; + rank="CAPTAIN"; + init="GrpINDFOR_PH4 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH4_P"; + description="Phantom 4 Pilot"; isPlayable=1; }; - id=246; - type="I_Soldier_TL_F"; + id=1436; + type="I_helipilot_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={114.18473,5.0014391,66.845596}; - }; - side="Independent"; - class Attributes - { - skill=0.60000002; - init="GrpAAF_C2 = group this; [""ar"",this] call f_fnc_assignGear;"; - name="UnitAAF_C2_AR"; - description="INDFOR Charlie 2 Automatic Rifleman"; - isPlayable=1; - }; - id=247; - type="I_Soldier_AR_F"; - }; - class Item2 - { - dataType="Object"; - class PositionInfo - { - position[]={104.18473,5.0014391,66.845596}; + position[]={127.68307,5.0014391,23.729004}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_C2 = group this; [""aar"",this] call f_fnc_assignGear;"; - name="UnitAAF_C2_AAR"; - description="INDFOR Charlie 2 Assistant Automatic Rifleman"; + rank="LIEUTENANT"; + init="GrpINDFOR_PH4 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH4_CP"; + description="Phantom 4 Co-Pilot"; isPlayable=1; }; - id=248; - type="I_Soldier_AAR_F"; + id=1438; + type="I_Soldier_repair_F"; }; - class Item3 + }; + class Attributes + { + formation="LINE"; + }; + id=1440; + class CustomAttributes + { + class Attribute0 { - dataType="Object"; - class PositionInfo - { - position[]={119.18473,5.0014391,66.895401}; - }; - side="Independent"; - class Attributes + property="groupID"; + expression="_this setGroupID [_value];"; + class Value { - skill=0.60000002; - init="GrpAAF_C2 = group this; [""rat"",this] call f_fnc_assignGear;"; - name="UnitAAF_C2_AT"; - description="INDFOR Charlie 2 Rifleman (AT)"; - isPlayable=1; + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="PH4"; + }; }; - id=249; - type="I_Soldier_LAT_F"; }; - class Item4 + nAttributes=1; + }; + }; + class Item149 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=2; + class Item0 { dataType="Object"; class PositionInfo { - position[]={99.184731,5.0014391,66.895401}; + position[]={122.68405,5.0014391,21.248535}; }; side="Independent"; + flags=2; class Attributes { skill=0.60000002; - init="GrpAAF_C2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitAAF_C2_R_1"; - description="INDFOR Charlie 2 Rifleman"; + rank="CAPTAIN"; + init="GrpINDFOR_PH5 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH5_P"; + description="Phantom 5 Pilot"; isPlayable=1; }; - id=250; - type="I_soldier_F"; + id=1442; + type="I_helipilot_F"; }; - class Item5 + class Item1 { dataType="Object"; class PositionInfo { - position[]={124.18473,5.0014391,66.945206}; + position[]={127.68405,5.0014391,21.29834}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_C2 = group this; [""r"",this] call f_fnc_assignGear;"; - name="UnitAAF_C2_R"; - description="INDFOR Charlie 2 Rifleman"; + rank="LIEUTENANT"; + init="GrpINDFOR_PH5 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH5_CP"; + description="Phantom 5 Co-Pilot"; isPlayable=1; }; - id=251; - type="I_Soldier_AAR_F"; + id=1444; + type="I_Soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=252; + id=1446; class CustomAttributes { class Attribute0 @@ -5939,14 +19663,14 @@ class Mission "STRING" }; }; - value="C2"; + value="PH5"; }; }; }; nAttributes=1; }; }; - class Item54 + class Item150 { dataType="Group"; side="Independent"; @@ -5958,7 +19682,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={149.62271,5.0014391,93.474503}; + position[]={122.74704,5.0014391,19.018066}; }; side="Independent"; flags=2; @@ -5966,12 +19690,12 @@ class Mission { skill=0.60000002; rank="CAPTAIN"; - init="GrpAAF_PH1 = group this; [""p"",this] call f_fnc_assignGear;"; - name="UnitAAF_PH1_P"; - description="INDFOR Phantom 1 Pilot"; + init="GrpINDFOR_PH6 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH6_P"; + description="Phantom 6 Pilot"; isPlayable=1; }; - id=253; + id=1448; type="I_helipilot_F"; }; class Item1 @@ -5979,19 +19703,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={154.62271,5.0014391,93.524796}; + position[]={127.74704,5.0014391,19.067871}; }; side="Independent"; class Attributes { skill=0.60000002; rank="LIEUTENANT"; - init="GrpAAF_PH1 = group this; [""cp"",this] call f_fnc_assignGear;"; - name="UnitAAF_PH1_CP"; - description="INDFOR Phantom 1 Co-Pilot"; + init="GrpINDFOR_PH6 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH6_CP"; + description="Phantom 6 Co-Pilot"; isPlayable=1; }; - id=254; + id=1450; type="I_Soldier_repair_F"; }; }; @@ -5999,7 +19723,7 @@ class Mission { formation="LINE"; }; - id=255; + id=1452; class CustomAttributes { class Attribute0 @@ -6017,14 +19741,14 @@ class Mission "STRING" }; }; - value="PH1"; + value="PH6"; }; }; }; nAttributes=1; }; }; - class Item55 + class Item151 { dataType="Group"; side="Independent"; @@ -6036,7 +19760,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={149.61002,5.0014391,90.894424}; + position[]={122.70407,5.0014391,16.982422}; }; side="Independent"; flags=2; @@ -6044,12 +19768,12 @@ class Mission { skill=0.60000002; rank="CAPTAIN"; - init="GrpAAF_PH2 = group this; [""p"",this] call f_fnc_assignGear;"; - name="UnitAAF_PH2_P"; - description="INDFOR Phantom 2 Pilot"; + init="GrpINDFOR_PH7 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH7_P"; + description="Phantom 7 Pilot"; isPlayable=1; }; - id=256; + id=1454; type="I_helipilot_F"; }; class Item1 @@ -6057,19 +19781,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={154.61002,5.0014391,90.944229}; + position[]={127.70407,5.0014391,17.032227}; }; side="Independent"; class Attributes { skill=0.60000002; rank="LIEUTENANT"; - init="GrpAAF_PH2 = group this; [""cp"",this] call f_fnc_assignGear;"; - name="UnitAAF_PH2_CP"; - description="INDFOR Phantom 2 Co-Pilot"; + init="GrpINDFOR_PH7 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH7_CP"; + description="Phantom 7 Co-Pilot"; isPlayable=1; }; - id=257; + id=1456; type="I_Soldier_repair_F"; }; }; @@ -6077,7 +19801,7 @@ class Mission { formation="LINE"; }; - id=258; + id=1458; class CustomAttributes { class Attribute0 @@ -6095,14 +19819,14 @@ class Mission "STRING" }; }; - value="PH2"; + value="PH7"; }; }; }; nAttributes=1; }; }; - class Item56 + class Item152 { dataType="Group"; side="Independent"; @@ -6114,7 +19838,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={149.59244,5.0014391,88.319229}; + position[]={122.71188,5.0014391,15.015625}; }; side="Independent"; flags=2; @@ -6122,12 +19846,12 @@ class Mission { skill=0.60000002; rank="CAPTAIN"; - init="GrpAAF_PH3 = group this; [""p"",this] call f_fnc_assignGear;"; - name="UnitAAF_PH3_P"; - description="INDFOR Phantom 3 Pilot"; + init="GrpINDFOR_PH8 = group this; [""p"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH8_P"; + description="Phantom 8 Pilot"; isPlayable=1; }; - id=259; + id=1460; type="I_helipilot_F"; }; class Item1 @@ -6135,19 +19859,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={154.59244,5.0014391,88.369034}; + position[]={127.71188,5.0014391,15.06543}; }; side="Independent"; class Attributes { skill=0.60000002; rank="LIEUTENANT"; - init="GrpAAF_PH3 = group this; [""cp"",this] call f_fnc_assignGear;"; - name="UnitAAF_PH3_CP"; - description="INDFOR Phantom 3 Co-Pilot"; + init="GrpINDFOR_PH8 = group this; [""cp"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_PH8_CP"; + description="Phantom 8 Co-Pilot"; isPlayable=1; }; - id=260; + id=1462; type="I_Soldier_repair_F"; }; }; @@ -6155,7 +19879,7 @@ class Mission { formation="LINE"; }; - id=261; + id=1464; class CustomAttributes { class Attribute0 @@ -6173,67 +19897,85 @@ class Mission "STRING" }; }; - value="PH3"; + value="PH8"; }; }; }; nAttributes=1; }; }; - class Item57 + class Item153 { dataType="Group"; side="Independent"; class Entities { - items=2; + items=3; class Item0 { dataType="Object"; class PositionInfo { - position[]={149.59244,5.0014391,85.760635}; + position[]={140.71432,5.0014391,31.419922}; }; side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="CAPTAIN"; - init="GrpAAF_PH4 = group this; [""p"",this] call f_fnc_assignGear;"; - name="UnitAAF_PH4_P"; - description="INDFOR Phantom 4 Pilot"; + rank="CORPORAL"; + init="GrpINDFOR_MMG1 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG1_TL"; + description="MMG 1 Leader"; + isPlayable=1; + }; + id=1466; + type="I_Soldier_TL_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={145.71432,5.0014391,31.470215}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_MMG1 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG1_G"; + description="MMG 1 Gunner"; isPlayable=1; }; - id=262; - type="I_helipilot_F"; + id=1468; + type="I_Soldier_AR_F"; }; - class Item1 + class Item2 { dataType="Object"; class PositionInfo { - position[]={154.59244,5.0014391,85.81044}; + position[]={135.71432,5.0014391,31.470215}; }; side="Independent"; class Attributes { skill=0.60000002; - rank="LIEUTENANT"; - init="GrpAAF_PH4 = group this; [""cp"",this] call f_fnc_assignGear;"; - name="UnitAAF_PH4_CP"; - description="INDFOR Phantom 4 Co-Pilot"; + init="GrpINDFOR_MMG1 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG1_AB"; + description="MMG 1 Ammo Bearer"; isPlayable=1; }; - id=263; - type="I_Soldier_repair_F"; + id=1470; + type="I_Soldier_A_F"; }; }; class Attributes { formation="LINE"; }; - id=264; + id=1472; class CustomAttributes { class Attribute0 @@ -6251,14 +19993,14 @@ class Mission "STRING" }; }; - value="PH4"; + value="MMG1"; }; }; }; nAttributes=1; }; }; - class Item58 + class Item154 { dataType="Group"; side="Independent"; @@ -6270,7 +20012,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={136.67398,5.0014391,79.150284}; + position[]={140.707,5.0014391,28.908203}; }; side="Independent"; flags=2; @@ -6278,12 +20020,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpAAF_MMG1 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; - name="UnitAAF_MMG1_TL"; - description="INDFOR MMG 1 Leader"; + init="GrpINDFOR_MMG2 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG2_TL"; + description="MMG 2 Leader"; isPlayable=1; }; - id=265; + id=1474; type="I_Soldier_TL_F"; }; class Item1 @@ -6291,18 +20033,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={141.67398,5.0014391,79.200089}; + position[]={145.707,5.0014391,28.958496}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MMG1 = group this; [""mmgg"",this] call f_fnc_assignGear; "; - name="UnitAAF_MMG1_G"; - description="INDFOR MMG 1 Gunner"; + init="GrpINDFOR_MMG2 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG2_G"; + description="MMG 2 Gunner"; isPlayable=1; }; - id=266; + id=1476; type="I_Soldier_AR_F"; }; class Item2 @@ -6310,18 +20052,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={131.67398,5.0014391,79.200089}; + position[]={135.707,5.0014391,28.958496}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MMG1 = group this; [""mmgab"",this] call f_fnc_assignGear; "; - name="UnitAAF_MMG1_AB"; - description="INDFOR MMG 1 Ammo Bearer"; + init="GrpINDFOR_MMG2 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG2_AB"; + description="MMG 2 Ammo Bearer"; isPlayable=1; }; - id=267; + id=1478; type="I_Soldier_A_F"; }; }; @@ -6329,7 +20071,7 @@ class Mission { formation="LINE"; }; - id=268; + id=1480; class CustomAttributes { class Attribute0 @@ -6347,14 +20089,14 @@ class Mission "STRING" }; }; - value="MMG1"; + value="MMG2"; }; }; }; nAttributes=1; }; }; - class Item59 + class Item155 { dataType="Group"; side="Independent"; @@ -6366,7 +20108,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={136.66666,5.0014391,76.638565}; + position[]={140.707,5.0014391,26.425293}; }; side="Independent"; flags=2; @@ -6374,12 +20116,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpAAF_MMG2 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; - name="UnitAAF_MMG2_TL"; - description="INDFOR MMG 2 Leader"; + init="GrpINDFOR_MMG3 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG3_TL"; + description="MMG 3 Leader"; isPlayable=1; }; - id=269; + id=1482; type="I_Soldier_TL_F"; }; class Item1 @@ -6387,18 +20129,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={141.66666,5.0014391,76.68837}; + position[]={145.707,5.0014391,26.475586}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MMG2 = group this; [""mmgg"",this] call f_fnc_assignGear; "; - name="UnitAAF_MMG2_G"; - description="INDFOR MMG 2 Gunner"; + init="GrpINDFOR_MMG3 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG3_G"; + description="MMG 3 Gunner"; isPlayable=1; }; - id=270; + id=1484; type="I_Soldier_AR_F"; }; class Item2 @@ -6406,18 +20148,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={131.66666,5.0014391,76.68837}; + position[]={135.707,5.0014391,26.475586}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MMG2 = group this; [""mmgab"",this] call f_fnc_assignGear; "; - name="UnitAAF_MMG2_AB"; - description="INDFOR MMG 2 Ammo Bearer"; + init="GrpINDFOR_MMG3 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG3_AB"; + description="MMG 3 Ammo Bearer"; isPlayable=1; }; - id=271; + id=1486; type="I_Soldier_A_F"; }; }; @@ -6425,7 +20167,7 @@ class Mission { formation="LINE"; }; - id=272; + id=1488; class CustomAttributes { class Attribute0 @@ -6443,14 +20185,14 @@ class Mission "STRING" }; }; - value="MMG2"; + value="MMG3"; }; }; }; nAttributes=1; }; }; - class Item60 + class Item156 { dataType="Group"; side="Independent"; @@ -6462,7 +20204,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={136.66666,5.0014391,74.155167}; + position[]={140.707,5.0014391,23.916992}; }; side="Independent"; flags=2; @@ -6470,12 +20212,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpAAF_MMG3 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; - name="UnitAAF_MMG3_TL"; - description="INDFOR MMG 3 Leader"; + init="GrpINDFOR_MMG4 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG4_TL"; + description="MMG 4 Leader"; isPlayable=1; }; - id=273; + id=1490; type="I_Soldier_TL_F"; }; class Item1 @@ -6483,18 +20225,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={141.66666,5.0014391,74.20546}; + position[]={145.707,5.0014391,23.967285}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MMG3 = group this; [""mmgg"",this] call f_fnc_assignGear; "; - name="UnitAAF_MMG3_G"; - description="INDFOR MMG 3 Gunner"; + init="GrpINDFOR_MMG4 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG4_G"; + description="MMG 4 Gunner"; isPlayable=1; }; - id=274; + id=1492; type="I_Soldier_AR_F"; }; class Item2 @@ -6502,18 +20244,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={131.66666,5.0014391,74.20546}; + position[]={135.707,5.0014391,23.967285}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MMG3 = group this; [""mmgab"",this] call f_fnc_assignGear; "; - name="UnitAAF_MMG3_AB"; - description="INDFOR MMG 3 Ammo Bearer"; + init="GrpINDFOR_MMG4 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG4_AB"; + description="MMG 4 Ammo Bearer"; isPlayable=1; }; - id=275; + id=1494; type="I_Soldier_A_F"; }; }; @@ -6521,7 +20263,7 @@ class Mission { formation="LINE"; }; - id=276; + id=1496; class CustomAttributes { class Attribute0 @@ -6539,14 +20281,14 @@ class Mission "STRING" }; }; - value="MMG3"; + value="MMG4"; }; }; }; nAttributes=1; }; }; - class Item61 + class Item157 { dataType="Group"; side="Independent"; @@ -6558,7 +20300,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={136.66666,5.0014391,71.647354}; + position[]={140.68015,5.0014391,21.323242}; }; side="Independent"; flags=2; @@ -6566,12 +20308,12 @@ class Mission { skill=0.60000002; rank="CORPORAL"; - init="GrpAAF_MMG4 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; - name="UnitAAF_MMG4_TL"; - description="INDFOR MMG 4 Leader"; + init="GrpINDFOR_MMG5 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG5_TL"; + description="MMG 5 Leader"; isPlayable=1; }; - id=277; + id=1498; type="I_Soldier_TL_F"; }; class Item1 @@ -6579,18 +20321,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={141.66666,5.0014391,71.697159}; + position[]={145.68015,5.0014391,21.373535}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MMG4 = group this; [""mmgg"",this] call f_fnc_assignGear; "; - name="UnitAAF_MMG4_G"; - description="INDFOR MMG 4 Gunner"; + init="GrpINDFOR_MMG5 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG5_G"; + description="MMG 5 Gunner"; isPlayable=1; }; - id=278; + id=1500; type="I_Soldier_AR_F"; }; class Item2 @@ -6598,18 +20340,18 @@ class Mission dataType="Object"; class PositionInfo { - position[]={131.66666,5.0014391,71.697159}; + position[]={135.68015,5.0014391,21.373535}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MMG4 = group this; [""mmgab"",this] call f_fnc_assignGear; "; - name="UnitAAF_MMG4_AB"; - description="INDFOR MMG 4 Ammo Bearer"; + init="GrpINDFOR_MMG5 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG5_AB"; + description="MMG 5 Ammo Bearer"; isPlayable=1; }; - id=279; + id=1502; type="I_Soldier_A_F"; }; }; @@ -6617,7 +20359,7 @@ class Mission { formation="LINE"; }; - id=280; + id=1504; class CustomAttributes { class Attribute0 @@ -6635,14 +20377,14 @@ class Mission "STRING" }; }; - value="MMG4"; + value="MMG5"; }; }; }; nAttributes=1; }; }; - class Item62 + class Item158 { dataType="Group"; side="Independent"; @@ -6654,67 +20396,66 @@ class Mission dataType="Object"; class PositionInfo { - position[]={136.76968,5.0014391,93.393448}; + position[]={140.67282,5.0014391,18.811523}; }; side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpAAF_G1 = group this; [""vc"",this] call f_fnc_assignGear;"; - name="UnitAAF_G1_C"; - description="INDFOR Gambler 1 Commander"; + rank="CORPORAL"; + init="GrpINDFOR_MMG6 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG6_TL"; + description="MMG 6 Leader"; isPlayable=1; }; - id=281; - type="I_crew_F"; + id=1506; + type="I_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={141.76968,5.0014391,93.443253}; + position[]={145.67282,5.0014391,18.861816}; }; side="Independent"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_G1 = group this; [""vg"",this] call f_fnc_assignGear;"; - name="UnitAAF_G1_G"; - description="INDFOR Gambler 1 Gunner"; + init="GrpINDFOR_MMG6 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG6_G"; + description="MMG 6 Gunner"; isPlayable=1; }; - id=282; - type="I_crew_F"; + id=1508; + type="I_Soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={131.76968,5.0014391,93.443253}; + position[]={135.67282,5.0014391,18.861816}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_G1 = group this; [""vd"",this] call f_fnc_assignGear;"; - name="UnitAAF_G1_D"; - description="INDFOR Gambler 1 Driver"; + init="GrpINDFOR_MMG6 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG6_AB"; + description="MMG 6 Ammo Bearer"; isPlayable=1; }; - id=283; - type="I_Soldier_repair_F"; + id=1510; + type="I_Soldier_A_F"; }; }; class Attributes { formation="LINE"; }; - id=284; + id=1512; class CustomAttributes { class Attribute0 @@ -6732,14 +20473,14 @@ class Mission "STRING" }; }; - value="G1"; + value="MMG6"; }; }; }; nAttributes=1; }; }; - class Item63 + class Item159 { dataType="Group"; side="Independent"; @@ -6751,67 +20492,66 @@ class Mission dataType="Object"; class PositionInfo { - position[]={136.73013,5.0014391,90.84169}; + position[]={140.67282,5.0014391,16.328613}; }; side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpAAF_G2 = group this; [""vc"",this] call f_fnc_assignGear;"; - name="UnitAAF_G2_C"; - description="INDFOR Gambler 2 Commander"; + rank="CORPORAL"; + init="GrpINDFOR_MMG7 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG7_TL"; + description="MMG 7 Leader"; isPlayable=1; }; - id=285; - type="I_crew_F"; + id=1514; + type="I_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={141.73013,5.0014391,90.891495}; + position[]={145.67282,5.0014391,16.378906}; }; side="Independent"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_G2 = group this; [""vg"",this] call f_fnc_assignGear;"; - name="UnitAAF_G2_G"; - description="INDFOR Gambler 2 Gunner"; + init="GrpINDFOR_MMG7 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG7_G"; + description="MMG 7 Gunner"; isPlayable=1; }; - id=286; - type="I_crew_F"; + id=1516; + type="I_Soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={131.73013,5.0014391,90.891495}; + position[]={135.67282,5.0014391,16.378906}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_G2 = group this; [""vd"",this] call f_fnc_assignGear;"; - name="UnitAAF_G2_D"; - description="INDFOR Gambler 2 Driver"; + init="GrpINDFOR_MMG7 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG7_AB"; + description="MMG 7 Ammo Bearer"; isPlayable=1; }; - id=287; - type="I_Soldier_repair_F"; + id=1518; + type="I_Soldier_A_F"; }; }; class Attributes { formation="LINE"; }; - id=288; + id=1520; class CustomAttributes { class Attribute0 @@ -6829,14 +20569,14 @@ class Mission "STRING" }; }; - value="G2"; + value="MMG7"; }; }; }; nAttributes=1; }; }; - class Item64 + class Item160 { dataType="Group"; side="Independent"; @@ -6848,67 +20588,66 @@ class Mission dataType="Object"; class PositionInfo { - position[]={136.74527,5.0014391,88.320694}; + position[]={140.67282,5.0014391,13.820313}; }; side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpAAF_G3 = group this; [""vc"",this] call f_fnc_assignGear;"; - name="UnitAAF_G3_C"; - description="INDFOR Gambler 3 Commander"; + rank="CORPORAL"; + init="GrpINDFOR_MMG8 = group this; [""mmgtl"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG8_TL"; + description="MMG 8 Leader"; isPlayable=1; }; - id=289; - type="I_crew_F"; + id=1522; + type="I_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={141.74527,5.0014391,88.370499}; + position[]={145.67282,5.0014391,13.870605}; }; side="Independent"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_G3 = group this; [""vg"",this] call f_fnc_assignGear;"; - name="UnitAAF_G3_G"; - description="INDFOR Gambler 3 Gunner"; + init="GrpINDFOR_MMG8 = group this; [""mmgg"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG8_G"; + description="MMG 8 Gunner"; isPlayable=1; }; - id=290; - type="I_crew_F"; + id=1524; + type="I_Soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={131.74527,5.0014391,88.370499}; + position[]={135.67282,5.0014391,13.870605}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_G3 = group this; [""vd"",this] call f_fnc_assignGear;"; - name="UnitAAF_G3_D"; - description="INDFOR Gambler 3 Driver"; + init="GrpINDFOR_MMG8 = group this; [""mmgab"",this] call f_fnc_assignGear; "; + name="UnitINDFOR_MMG8_AB"; + description="MMG 8 Ammo Bearer"; isPlayable=1; }; - id=291; - type="I_Soldier_repair_F"; + id=1526; + type="I_Soldier_A_F"; }; }; class Attributes { formation="LINE"; }; - id=292; + id=1528; class CustomAttributes { class Attribute0 @@ -6926,14 +20665,14 @@ class Mission "STRING" }; }; - value="G3"; + value="MMG8"; }; }; }; nAttributes=1; }; }; - class Item65 + class Item161 { dataType="Group"; side="Independent"; @@ -6945,67 +20684,192 @@ class Mission dataType="Object"; class PositionInfo { - position[]={136.76578,5.0014391,85.774307}; + position[]={175.89011,5.0014391,31.29541}; }; side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="SERGEANT"; - init="GrpAAF_G4 = group this; [""vc"",this] call f_fnc_assignGear;"; - name="UnitAAF_G4_C"; - description="INDFOR Gambler 4 Commander"; + rank="CORPORAL"; + init="GrpINDFOR_MAT1 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT1_TL"; + description="MAT 1 Leader"; isPlayable=1; }; - id=293; - type="I_crew_F"; + id=1530; + type="I_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={141.76578,5.0014391,85.824112}; + position[]={180.89011,5.0014391,31.345215}; }; side="Independent"; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_G4 = group this; [""vg"",this] call f_fnc_assignGear;"; - name="UnitAAF_G4_G"; - description="INDFOR Gambler 4 Gunner"; + init="GrpINDFOR_MAT1 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT1_AB"; + description="MAT 1 Assistant Missile Specialist"; isPlayable=1; }; - id=294; - type="I_crew_F"; + id=1532; + type="I_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={131.76578,5.0014391,85.824112}; + position[]={170.89011,5.0014391,31.345215}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_G4 = group this; [""vd"",this] call f_fnc_assignGear;"; - name="UnitAAF_G4_D"; - description="INDFOR Gambler 4 Driver"; + init="GrpINDFOR_MAT1 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT1_G"; + description="MAT 1 Missile Specialist"; isPlayable=1; }; - id=295; - type="I_Soldier_repair_F"; + id=1534; + type="I_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; }; }; class Attributes { formation="LINE"; }; - id=296; + id=1536; class CustomAttributes { class Attribute0 @@ -7023,56 +20887,17 @@ class Mission "STRING" }; }; - value="G4"; + value="MAT1"; }; }; }; nAttributes=1; }; }; - class Item66 - { - dataType="Logic"; - class PositionInfo - { - position[]={0,5,0}; - }; - name="HC1"; - isPlayable=1; - description="HC1"; - id=363; - type="HeadlessClient_F"; - }; - class Item67 - { - dataType="Logic"; - class PositionInfo - { - position[]={0,5,1}; - }; - name="HC2"; - isPlayable=1; - description="HC2"; - id=364; - type="HeadlessClient_F"; - }; - class Item68 - { - dataType="Logic"; - class PositionInfo - { - position[]={0,5,2}; - }; - name="HC3"; - isPlayable=1; - description="HC3"; - id=365; - type="HeadlessClient_F"; - }; - class Item69 + class Item162 { dataType="Group"; - side="West"; + side="Independent"; class Entities { items=3; @@ -7081,21 +20906,21 @@ class Mission dataType="Object"; class PositionInfo { - position[]={72.961731,5.0014391,26.759277}; + position[]={175.88229,5.0014391,28.78418}; }; - side="West"; + side="Independent"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_MAT1 = group this; [""mattl"",this] call f_fnc_assignGear;"; - name="UnitNATO_MAT1_TL"; - description="BLUFOR MAT 1 Leader"; + init="GrpINDFOR_MAT2 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT2_TL"; + description="MAT 2 Leader"; isPlayable=1; }; - id=370; - type="B_Soldier_TL_F"; + id=1538; + type="I_Soldier_TL_F"; class CustomAttributes { class Attribute0 @@ -7144,19 +20969,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={77.961731,5.0014391,26.809277}; + position[]={180.88229,5.0014391,28.834473}; }; - side="West"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpNATO_MAT1 = group this; [""matab"",this] call f_fnc_assignGear;"; - name="UnitNATO_MAT1_AB"; - description="BLUFOR MAT 1 Assistant Missile Specialist"; + init="GrpINDFOR_MAT2 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT2_AB"; + description="MAT 2 Assistant Missile Specialist"; isPlayable=1; }; - id=385; - type="B_soldier_AAT_F"; + id=1540; + type="I_Soldier_AAT_F"; class CustomAttributes { class Attribute0 @@ -7205,19 +21030,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={67.961731,5.0014391,26.809277}; + position[]={170.88229,5.0014391,28.834473}; }; - side="West"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpNATO_MAT1 = group this; [""matg"",this] call f_fnc_assignGear;"; - name="UnitNATO_MAT1_G"; - description="BLUFOR MAT 1 Missile Specialist"; + init="GrpINDFOR_MAT2 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT2_G"; + description="MAT 2 Missile Specialist"; isPlayable=1; }; - id=389; - type="B_soldier_AT_F"; + id=1542; + type="I_Soldier_AT_F"; class CustomAttributes { class Attribute0 @@ -7266,7 +21091,7 @@ class Mission { formation="LINE"; }; - id=369; + id=1544; class CustomAttributes { class Attribute0 @@ -7284,17 +21109,17 @@ class Mission "STRING" }; }; - value="MAT1"; + value="MAT2"; }; }; }; nAttributes=1; }; }; - class Item70 + class Item163 { dataType="Group"; - side="West"; + side="Independent"; class Entities { items=3; @@ -7303,21 +21128,21 @@ class Mission dataType="Object"; class PositionInfo { - position[]={72.953728,5.0014391,24.24828}; + position[]={175.88229,5.0014391,26.30127}; }; - side="West"; + side="Independent"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_MAT2 = group this; [""mattl"",this] call f_fnc_assignGear;"; - name="UnitNATO_MAT2_TL"; - description="BLUFOR MAT 2 Leader"; + init="GrpINDFOR_MAT3 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT3_TL"; + description="MAT 3 Leader"; isPlayable=1; }; - id=374; - type="B_Soldier_TL_F"; + id=1546; + type="I_Soldier_TL_F"; class CustomAttributes { class Attribute0 @@ -7366,19 +21191,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={77.953728,5.0014391,24.298279}; + position[]={180.88229,5.0014391,26.351563}; }; - side="West"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpNATO_MAT2 = group this; [""matab"",this] call f_fnc_assignGear;"; - name="UnitNATO_MAT2_AB"; - description="BLUFOR MAT 2 Assistant Missile Specialist"; + init="GrpINDFOR_MAT3 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT3_AB"; + description="MAT 3 Assistant Missile Specialist"; isPlayable=1; }; - id=386; - type="B_soldier_AAT_F"; + id=1548; + type="I_Soldier_AAT_F"; class CustomAttributes { class Attribute0 @@ -7427,19 +21252,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={67.953728,5.0014391,24.298279}; + position[]={170.88229,5.0014391,26.351563}; }; - side="West"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpNATO_MAT2 = group this; [""matg"",this] call f_fnc_assignGear;"; - name="UnitNATO_MAT2_G"; - description="BLUFOR MAT 2 Missile Specialist"; + init="GrpINDFOR_MAT3 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT3_G"; + description="MAT 3 Missile Specialist"; isPlayable=1; }; - id=390; - type="B_soldier_AT_F"; + id=1550; + type="I_Soldier_AT_F"; class CustomAttributes { class Attribute0 @@ -7488,7 +21313,7 @@ class Mission { formation="LINE"; }; - id=373; + id=1552; class CustomAttributes { class Attribute0 @@ -7506,17 +21331,17 @@ class Mission "STRING" }; }; - value="MAT2"; + value="MAT3"; }; }; }; nAttributes=1; }; }; - class Item71 + class Item164 { dataType="Group"; - side="West"; + side="Independent"; class Entities { items=3; @@ -7525,21 +21350,21 @@ class Mission dataType="Object"; class PositionInfo { - position[]={72.953728,5.0014391,21.765278}; + position[]={175.88229,5.0014391,23.79248}; }; - side="West"; + side="Independent"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_MAT3 = group this; [""mattl"",this] call f_fnc_assignGear;"; - name="UnitNATO_MAT3_TL"; - description="BLUFOR MAT 3 Leader"; + init="GrpINDFOR_MAT4 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT4_TL"; + description="MAT 4 Leader"; isPlayable=1; }; - id=378; - type="B_Soldier_TL_F"; + id=1554; + type="I_Soldier_TL_F"; class CustomAttributes { class Attribute0 @@ -7588,19 +21413,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={77.953728,5.0014391,21.815277}; + position[]={180.88229,5.0014391,23.842285}; }; - side="West"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpNATO_MAT3 = group this; [""matab"",this] call f_fnc_assignGear;"; - name="UnitNATO_MAT3_AB"; - description="BLUFOR MAT 3 Assistant Missile Specialist"; + init="GrpINDFOR_MAT4 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT4_AB"; + description="MAT 4 Assistant Missile Specialist"; isPlayable=1; }; - id=387; - type="B_soldier_AAT_F"; + id=1556; + type="I_Soldier_AAT_F"; class CustomAttributes { class Attribute0 @@ -7649,19 +21474,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={67.953728,5.0014391,21.815277}; + position[]={170.88229,5.0014391,23.842285}; }; - side="West"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpNATO_MAT3 = group this; [""matg"",this] call f_fnc_assignGear;"; - name="UnitNATO_MAT3_G"; - description="BLUFOR MAT 3 Missile Specialist"; + init="GrpINDFOR_MAT4 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT4_G"; + description="MAT 4 Missile Specialist"; isPlayable=1; }; - id=391; - type="B_soldier_AT_F"; + id=1558; + type="I_Soldier_AT_F"; class CustomAttributes { class Attribute0 @@ -7710,7 +21535,7 @@ class Mission { formation="LINE"; }; - id=377; + id=1560; class CustomAttributes { class Attribute0 @@ -7728,17 +21553,17 @@ class Mission "STRING" }; }; - value="MAT3"; + value="MAT4"; }; }; }; nAttributes=1; }; }; - class Item72 + class Item165 { dataType="Group"; - side="West"; + side="Independent"; class Entities { items=3; @@ -7747,21 +21572,21 @@ class Mission dataType="Object"; class PositionInfo { - position[]={72.953728,5.0014391,19.256279}; + position[]={175.84225,5.0014391,21.083496}; }; - side="West"; + side="Independent"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpNATO_MAT4 = group this; [""mattl"",this] call f_fnc_assignGear;"; - name="UnitNATO_MAT4_TL"; - description="BLUFOR MAT 4 Leader"; + init="GrpINDFOR_MAT5 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT5_TL"; + description="MAT 5 Leader"; isPlayable=1; }; - id=382; - type="B_Soldier_TL_F"; + id=1562; + type="I_Soldier_TL_F"; class CustomAttributes { class Attribute0 @@ -7810,19 +21635,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={77.953728,5.0014391,19.306278}; + position[]={180.84225,5.0014391,21.133301}; }; - side="West"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpNATO_MAT4 = group this; [""matab"",this] call f_fnc_assignGear;"; - name="UnitNATO_MAT4_AB"; - description="BLUFOR MAT 4 Assistant Missile Specialist"; + init="GrpINDFOR_MAT5 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT5_AB"; + description="MAT 5 Assistant Missile Specialist"; isPlayable=1; }; - id=388; - type="B_soldier_AAT_F"; + id=1564; + type="I_Soldier_AAT_F"; class CustomAttributes { class Attribute0 @@ -7871,19 +21696,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={67.953728,5.0014391,19.306278}; + position[]={170.84225,5.0014391,21.133301}; }; - side="West"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpNATO_MAT4 = group this; [""matg"",this] call f_fnc_assignGear;"; - name="UnitNATO_MAT4_G"; - description="BLUFOR MAT 4 Missile Specialist"; + init="GrpINDFOR_MAT5 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT5_G"; + description="MAT 5 Missile Specialist"; isPlayable=1; }; - id=392; - type="B_soldier_AT_F"; + id=1566; + type="I_Soldier_AT_F"; class CustomAttributes { class Attribute0 @@ -7932,7 +21757,7 @@ class Mission { formation="LINE"; }; - id=381; + id=1568; class CustomAttributes { class Attribute0 @@ -7950,17 +21775,17 @@ class Mission "STRING" }; }; - value="MAT4"; + value="MAT5"; }; }; }; nAttributes=1; }; }; - class Item73 + class Item166 { dataType="Group"; - side="East"; + side="Independent"; class Entities { items=3; @@ -7969,21 +21794,21 @@ class Mission dataType="Object"; class PositionInfo { - position[]={73.567024,5.0014391,78.789444}; + position[]={175.83444,5.0014391,18.572266}; }; - side="East"; + side="Independent"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpCSAT_MAT1 = group this; [""mattl"",this] call f_fnc_assignGear;"; - name="UnitCSAT_MAT1_TL"; - description="OPFOR MAT 1 Leader"; + init="GrpINDFOR_MAT6 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT6_TL"; + description="MAT 6 Leader"; isPlayable=1; }; - id=400; - type="O_Soldier_TL_F"; + id=1570; + type="I_Soldier_TL_F"; class CustomAttributes { class Attribute0 @@ -8032,19 +21857,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={78.567024,5.0014391,78.839249}; + position[]={180.83444,5.0014391,18.622559}; }; - side="East"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpCSAT_MAT1 = group this; [""matab"",this] call f_fnc_assignGear;"; - name="UnitCSAT_MAT1_AB"; - description="OPFOR MAT 1 Assistant Missile Specialist"; + init="GrpINDFOR_MAT6 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT6_AB"; + description="MAT 6 Assistant Missile Specialist"; isPlayable=1; }; - id=401; - type="O_Soldier_AAT_F"; + id=1572; + type="I_Soldier_AAT_F"; class CustomAttributes { class Attribute0 @@ -8093,19 +21918,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.567024,5.0014391,78.839249}; + position[]={170.83444,5.0014391,18.622559}; }; - side="East"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpCSAT_MAT1 = group this; [""matg"",this] call f_fnc_assignGear;"; - name="UnitCSAT_MAT1_G"; - description="OPFOR MAT 1 Missile Specialist"; + init="GrpINDFOR_MAT6 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT6_G"; + description="MAT 6 Missile Specialist"; isPlayable=1; }; - id=402; - type="O_Soldier_AT_F"; + id=1574; + type="I_Soldier_AT_F"; class CustomAttributes { class Attribute0 @@ -8154,7 +21979,7 @@ class Mission { formation="LINE"; }; - id=403; + id=1576; class CustomAttributes { class Attribute0 @@ -8172,17 +21997,17 @@ class Mission "STRING" }; }; - value="MAT1"; + value="MAT6"; }; }; }; nAttributes=1; }; }; - class Item74 + class Item167 { dataType="Group"; - side="East"; + side="Independent"; class Entities { items=3; @@ -8191,21 +22016,21 @@ class Mission dataType="Object"; class PositionInfo { - position[]={73.559021,5.0014391,76.278214}; + position[]={175.83444,5.0014391,16.089355}; }; - side="East"; + side="Independent"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpCSAT_MAT2 = group this; [""mattl"",this] call f_fnc_assignGear;"; - name="UnitCSAT_MAT2_TL"; - description="OPFOR MAT 2 Leader"; + init="GrpINDFOR_MAT7 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT7_TL"; + description="MAT 7 Leader"; isPlayable=1; }; - id=404; - type="O_Soldier_TL_F"; + id=1578; + type="I_Soldier_TL_F"; class CustomAttributes { class Attribute0 @@ -8254,19 +22079,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={78.559021,5.0014391,76.328506}; + position[]={180.83444,5.0014391,16.13916}; }; - side="East"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpCSAT_MAT2 = group this; [""matab"",this] call f_fnc_assignGear;"; - name="UnitCSAT_MAT2_AB"; - description="OPFOR MAT 2 Assistant Missile Specialist"; + init="GrpINDFOR_MAT7 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT7_AB"; + description="MAT 7 Assistant Missile Specialist"; isPlayable=1; }; - id=405; - type="O_Soldier_AAT_F"; + id=1580; + type="I_Soldier_AAT_F"; class CustomAttributes { class Attribute0 @@ -8315,19 +22140,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.559021,5.0014391,76.328506}; + position[]={170.83444,5.0014391,16.13916}; }; - side="East"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpCSAT_MAT2 = group this; [""matg"",this] call f_fnc_assignGear;"; - name="UnitCSAT_MAT2_G"; - description="OPFOR MAT 2 Missile Specialist"; + init="GrpINDFOR_MAT7 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT7_G"; + description="MAT 7 Missile Specialist"; isPlayable=1; }; - id=406; - type="O_Soldier_AT_F"; + id=1582; + type="I_Soldier_AT_F"; class CustomAttributes { class Attribute0 @@ -8376,7 +22201,7 @@ class Mission { formation="LINE"; }; - id=407; + id=1584; class CustomAttributes { class Attribute0 @@ -8394,17 +22219,17 @@ class Mission "STRING" }; }; - value="MAT2"; + value="MAT7"; }; }; }; nAttributes=1; }; }; - class Item75 + class Item168 { dataType="Group"; - side="East"; + side="Independent"; class Entities { items=3; @@ -8413,21 +22238,21 @@ class Mission dataType="Object"; class PositionInfo { - position[]={73.559021,5.0014391,73.795303}; + position[]={175.83444,5.0014391,13.580566}; }; - side="East"; + side="Independent"; flags=2; class Attributes { skill=0.60000002; rank="CORPORAL"; - init="GrpCSAT_MAT3 = group this; [""mattl"",this] call f_fnc_assignGear;"; - name="UnitCSAT_MAT3_TL"; - description="OPFOR MAT 3 Leader"; + init="GrpINDFOR_MAT8 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT8_TL"; + description="MAT 8 Leader"; isPlayable=1; }; - id=408; - type="O_Soldier_TL_F"; + id=1586; + type="I_Soldier_TL_F"; class CustomAttributes { class Attribute0 @@ -8476,19 +22301,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={78.559021,5.0014391,73.845108}; + position[]={180.83444,5.0014391,13.630371}; }; - side="East"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpCSAT_MAT3 = group this; [""matab"",this] call f_fnc_assignGear;"; - name="UnitCSAT_MAT3_AB"; - description="OPFOR MAT 3 Assistant Missile Specialist"; + init="GrpINDFOR_MAT8 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT8_AB"; + description="MAT 8 Assistant Missile Specialist"; isPlayable=1; }; - id=409; - type="O_Soldier_AAT_F"; + id=1588; + type="I_Soldier_AAT_F"; class CustomAttributes { class Attribute0 @@ -8537,19 +22362,19 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.559021,5.0014391,73.845108}; + position[]={170.83444,5.0014391,13.630371}; }; - side="East"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpCSAT_MAT3 = group this; [""matg"",this] call f_fnc_assignGear;"; - name="UnitCSAT_MAT3_G"; - description="OPFOR MAT 3 Missile Specialist"; + init="GrpINDFOR_MAT8 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_MAT8_G"; + description="MAT 8 Missile Specialist"; isPlayable=1; }; - id=410; - type="O_Soldier_AT_F"; + id=1590; + type="I_Soldier_AT_F"; class CustomAttributes { class Attribute0 @@ -8598,7 +22423,7 @@ class Mission { formation="LINE"; }; - id=411; + id=1592; class CustomAttributes { class Attribute0 @@ -8616,17 +22441,17 @@ class Mission "STRING" }; }; - value="MAT3"; + value="MAT8"; }; }; }; nAttributes=1; }; }; - class Item76 + class Item169 { dataType="Group"; - side="East"; + side="Independent"; class Entities { items=3; @@ -8635,192 +22460,164 @@ class Mission dataType="Object"; class PositionInfo { - position[]={73.559021,5.0014391,71.286514}; + position[]={158.39011,5.0014391,31.400391}; }; - side="East"; + side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpCSAT_MAT4 = group this; [""mattl"",this] call f_fnc_assignGear;"; - name="UnitCSAT_MAT4_TL"; - description="OPFOR MAT 4 Leader"; + rank="SERGEANT"; + init="GrpINDFOR_G1 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G1_C"; + description="Gambler 1 Commander"; isPlayable=1; }; - id=412; - type="O_Soldier_TL_F"; - class CustomAttributes + id=1594; + type="I_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 - { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - nAttributes=2; + position[]={163.39011,5.0014391,31.450195}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_G1 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G1_G"; + description="Gambler 1 Gunner"; + isPlayable=1; }; + id=1596; + type="I_crew_F"; }; - class Item1 + class Item2 { dataType="Object"; class PositionInfo { - position[]={78.559021,5.0014391,71.336319}; + position[]={153.39011,5.0014391,31.450195}; }; - side="East"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpCSAT_MAT4 = group this; [""matab"",this] call f_fnc_assignGear;"; - name="UnitCSAT_MAT4_AB"; - description="OPFOR MAT 4 Assistant Missile Specialist"; + init="GrpINDFOR_G1 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G1_D"; + description="Gambler 1 Driver"; isPlayable=1; }; - id=413; - type="O_Soldier_AAT_F"; - class CustomAttributes + id=1598; + type="I_Soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1600; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 + class data { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value + class type { - class data + type[]= { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; + "STRING" }; }; + value="G1"; }; - nAttributes=2; }; }; + nAttributes=1; + }; + }; + class Item170 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={158.35056,5.0014391,28.848633}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="SERGEANT"; + init="GrpINDFOR_G2 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G2_C"; + description="Gambler 2 Commander"; + isPlayable=1; + }; + id=1602; + type="I_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={163.35056,5.0014391,28.898438}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_G2 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G2_G"; + description="Gambler 2 Gunner"; + isPlayable=1; + }; + id=1604; + type="I_crew_F"; + }; class Item2 { dataType="Object"; class PositionInfo { - position[]={68.559021,5.0014391,71.336319}; + position[]={153.35056,5.0014391,28.898438}; }; - side="East"; + side="Independent"; class Attributes { skill=0.60000002; - init="GrpCSAT_MAT4 = group this; [""matg"",this] call f_fnc_assignGear;"; - name="UnitCSAT_MAT4_G"; - description="OPFOR MAT 4 Missile Specialist"; + init="GrpINDFOR_G2 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G2_D"; + description="Gambler 2 Driver"; isPlayable=1; }; - id=414; - type="O_Soldier_AT_F"; - class CustomAttributes - { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 - { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - nAttributes=2; - }; + id=1606; + type="I_Soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=415; + id=1608; class CustomAttributes { class Attribute0 @@ -8838,14 +22635,14 @@ class Mission "STRING" }; }; - value="MAT4"; + value="G2"; }; }; }; nAttributes=1; }; }; - class Item77 + class Item171 { dataType="Group"; side="Independent"; @@ -8857,192 +22654,164 @@ class Mission dataType="Object"; class PositionInfo { - position[]={154.56802,5.0014391,79.332901}; + position[]={158.33298,5.0014391,26.290527}; }; side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_MAT1 = group this; [""mattl"",this] call f_fnc_assignGear;"; - name="UnitAAF_MAT1_TL"; - description="INDFOR MAT 1 Leader"; + rank="SERGEANT"; + init="GrpINDFOR_G3 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G3_C"; + description="Gambler 3 Commander"; isPlayable=1; }; - id=500; - type="I_Soldier_TL_F"; - class CustomAttributes + id=1610; + type="I_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 - { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - nAttributes=2; + position[]={163.33298,5.0014391,26.340332}; }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_G3 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G3_G"; + description="Gambler 3 Gunner"; + isPlayable=1; + }; + id=1612; + type="I_crew_F"; }; - class Item1 + class Item2 { dataType="Object"; class PositionInfo { - position[]={159.56802,5.0014391,79.382706}; + position[]={153.33298,5.0014391,26.340332}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MAT1 = group this; [""matab"",this] call f_fnc_assignGear;"; - name="UnitAAF_MAT1_AB"; - description="INDFOR MAT 1 Assistant Missile Specialist"; + init="GrpINDFOR_G3 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G3_D"; + description="Gambler 3 Driver"; isPlayable=1; }; - id=501; - type="I_Soldier_AAT_F"; - class CustomAttributes + id=1614; + type="I_Soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1616; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 + class data { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value + class type { - class data + type[]= { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; + "STRING" }; }; + value="G3"; }; - nAttributes=2; }; }; - class Item2 + nAttributes=1; + }; + }; + class Item172 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=3; + class Item0 { dataType="Object"; class PositionInfo { - position[]={149.56802,5.0014391,79.382706}; + position[]={158.311,5.0014391,23.684082}; }; side="Independent"; + flags=2; class Attributes { skill=0.60000002; - init="GrpAAF_MAT1 = group this; [""matg"",this] call f_fnc_assignGear;"; - name="UnitAAF_MAT1_G"; - description="INDFOR MAT 1 Missile Specialist"; + rank="SERGEANT"; + init="GrpINDFOR_G4 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G4_C"; + description="Gambler 4 Commander"; isPlayable=1; }; - id=502; - type="I_Soldier_AT_F"; - class CustomAttributes + id=1618; + type="I_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 - { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - nAttributes=2; + position[]={163.311,5.0014391,23.733887}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_G4 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G4_G"; + description="Gambler 4 Gunner"; + isPlayable=1; + }; + id=1620; + type="I_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={153.311,5.0014391,23.733887}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_G4 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G4_D"; + description="Gambler 4 Driver"; + isPlayable=1; }; + id=1622; + type="I_Soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=503; + id=1624; class CustomAttributes { class Attribute0 @@ -9060,14 +22829,14 @@ class Mission "STRING" }; }; - value="MAT1"; + value="G4"; }; }; }; nAttributes=1; }; }; - class Item78 + class Item173 { dataType="Group"; side="Independent"; @@ -9079,192 +22848,67 @@ class Mission dataType="Object"; class PositionInfo { - position[]={154.56021,5.0014391,76.821671}; + position[]={158.28806,5.0014391,21.024902}; }; side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_MAT2 = group this; [""mattl"",this] call f_fnc_assignGear;"; - name="UnitAAF_MAT2_TL"; - description="INDFOR MAT 2 Leader"; + rank="SERGEANT"; + init="GrpINDFOR_G5 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G5_C"; + description="Gambler 5 Commander"; isPlayable=1; }; - id=504; - type="I_Soldier_TL_F"; - class CustomAttributes - { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 - { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - nAttributes=2; - }; + id=1626; + type="I_crew_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={159.56021,5.0014391,76.871964}; + position[]={163.28806,5.0014391,21.074707}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MAT2 = group this; [""matab"",this] call f_fnc_assignGear;"; - name="UnitAAF_MAT2_AB"; - description="INDFOR MAT 2 Assistant Missile Specialist"; + rank="CORPORAL"; + init="GrpINDFOR_G5 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G5_G"; + description="Gambler 5 Gunner"; isPlayable=1; }; - id=505; - type="I_Soldier_AAT_F"; - class CustomAttributes - { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 - { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - nAttributes=2; - }; + id=1628; + type="I_crew_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={149.56021,5.0014391,76.871964}; + position[]={153.28806,5.0014391,21.074707}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MAT2 = group this; [""matg"",this] call f_fnc_assignGear;"; - name="UnitAAF_MAT2_G"; - description="INDFOR MAT 2 Missile Specialist"; + init="GrpINDFOR_G5 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G5_D"; + description="Gambler 5 Driver"; isPlayable=1; }; - id=506; - type="I_Soldier_AT_F"; - class CustomAttributes - { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 - { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - nAttributes=2; - }; + id=1630; + type="I_Soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=507; + id=1632; class CustomAttributes { class Attribute0 @@ -9282,14 +22926,14 @@ class Mission "STRING" }; }; - value="MAT2"; + value="G5"; }; }; }; nAttributes=1; }; }; - class Item79 + class Item174 { dataType="Group"; side="Independent"; @@ -9301,192 +22945,164 @@ class Mission dataType="Object"; class PositionInfo { - position[]={154.56021,5.0014391,74.33876}; + position[]={158.2485,5.0014391,18.473145}; }; side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_MAT3 = group this; [""mattl"",this] call f_fnc_assignGear;"; - name="UnitAAF_MAT3_TL"; - description="INDFOR MAT 3 Leader"; + rank="SERGEANT"; + init="GrpINDFOR_G6 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G6_C"; + description="Gambler 6 Commander"; isPlayable=1; }; - id=508; - type="I_Soldier_TL_F"; - class CustomAttributes + id=1634; + type="I_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 - { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - nAttributes=2; + position[]={163.2485,5.0014391,18.522949}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_G6 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G6_G"; + description="Gambler 6 Gunner"; + isPlayable=1; }; + id=1636; + type="I_crew_F"; }; - class Item1 + class Item2 { dataType="Object"; class PositionInfo { - position[]={159.56021,5.0014391,74.388565}; + position[]={153.2485,5.0014391,18.522949}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MAT3 = group this; [""matab"",this] call f_fnc_assignGear;"; - name="UnitAAF_MAT3_AB"; - description="INDFOR MAT 3 Assistant Missile Specialist"; + init="GrpINDFOR_G6 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G6_D"; + description="Gambler 6 Driver"; isPlayable=1; }; - id=509; - type="I_Soldier_AAT_F"; - class CustomAttributes + id=1638; + type="I_Soldier_repair_F"; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=1640; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 + class data { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value + class type { - class data + type[]= { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; + "STRING" }; }; + value="G6"; }; - nAttributes=2; }; }; - class Item2 + nAttributes=1; + }; + }; + class Item175 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=3; + class Item0 { dataType="Object"; class PositionInfo { - position[]={149.56021,5.0014391,74.388565}; + position[]={158.23044,5.0014391,15.915039}; }; side="Independent"; + flags=2; class Attributes { skill=0.60000002; - init="GrpAAF_MAT3 = group this; [""matg"",this] call f_fnc_assignGear;"; - name="UnitAAF_MAT3_G"; - description="INDFOR MAT 3 Missile Specialist"; + rank="SERGEANT"; + init="GrpINDFOR_G7 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G7_C"; + description="Gambler 7 Commander"; isPlayable=1; }; - id=510; - type="I_Soldier_AT_F"; - class CustomAttributes + id=1642; + type="I_crew_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 - { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - nAttributes=2; + position[]={163.23044,5.0014391,15.964844}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpINDFOR_G7 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G7_G"; + description="Gambler 7 Gunner"; + isPlayable=1; + }; + id=1644; + type="I_crew_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={153.23044,5.0014391,15.964844}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpINDFOR_G7 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G7_D"; + description="Gambler 7 Driver"; + isPlayable=1; }; + id=1646; + type="I_Soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=511; + id=1648; class CustomAttributes { class Attribute0 @@ -9504,14 +23120,14 @@ class Mission "STRING" }; }; - value="MAT3"; + value="G7"; }; }; }; nAttributes=1; }; }; - class Item80 + class Item176 { dataType="Group"; side="Independent"; @@ -9523,192 +23139,67 @@ class Mission dataType="Object"; class PositionInfo { - position[]={154.56021,5.0014391,71.829971}; + position[]={158.20895,5.0014391,13.308594}; }; side="Independent"; flags=2; class Attributes { skill=0.60000002; - rank="CORPORAL"; - init="GrpAAF_MAT4 = group this; [""mattl"",this] call f_fnc_assignGear;"; - name="UnitAAF_MAT4_TL"; - description="INDFOR MAT 4 Leader"; + rank="SERGEANT"; + init="GrpINDFOR_G8 = group this; [""vc"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G8_C"; + description="Gambler 8 Commander"; isPlayable=1; }; - id=512; - type="I_Soldier_TL_F"; - class CustomAttributes - { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 - { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - nAttributes=2; - }; + id=1650; + type="I_crew_F"; }; class Item1 { dataType="Object"; class PositionInfo { - position[]={159.56021,5.0014391,71.879776}; + position[]={163.20895,5.0014391,13.358398}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MAT4 = group this; [""matab"",this] call f_fnc_assignGear;"; - name="UnitAAF_MAT4_AB"; - description="INDFOR MAT 4 Assistant Missile Specialist"; + rank="CORPORAL"; + init="GrpINDFOR_G8 = group this; [""vg"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G8_G"; + description="Gambler 8 Gunner"; isPlayable=1; }; - id=513; - type="I_Soldier_AAT_F"; - class CustomAttributes - { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 - { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - nAttributes=2; - }; + id=1652; + type="I_crew_F"; }; class Item2 { dataType="Object"; class PositionInfo { - position[]={149.56021,5.0014391,71.879776}; + position[]={153.20895,5.0014391,13.358398}; }; side="Independent"; class Attributes { skill=0.60000002; - init="GrpAAF_MAT4 = group this; [""matg"",this] call f_fnc_assignGear;"; - name="UnitAAF_MAT4_G"; - description="INDFOR MAT 4 Missile Specialist"; + init="GrpINDFOR_G8 = group this; [""vd"",this] call f_fnc_assignGear;"; + name="UnitINDFOR_G8_D"; + description="Gambler 8 Driver"; isPlayable=1; }; - id=514; - type="I_Soldier_AT_F"; - class CustomAttributes - { - class Attribute0 - { - property="ace_isSurrendered"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - class Attribute1 - { - property="ace_isHandcuffed"; - expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; - class Value - { - class data - { - class type - { - type[]= - { - "BOOL" - }; - }; - value=0; - }; - }; - }; - nAttributes=2; - }; + id=1654; + type="I_Soldier_repair_F"; }; }; class Attributes { formation="LINE"; }; - id=515; + id=1656; class CustomAttributes { class Attribute0 @@ -9726,12 +23217,51 @@ class Mission "STRING" }; }; - value="MAT4"; + value="G8"; }; }; }; nAttributes=1; }; }; + class Item177 + { + dataType="Logic"; + class PositionInfo + { + position[]={0,5,0}; + }; + name="HC1"; + isPlayable=1; + description="HC1"; + id=1658; + type="HeadlessClient_F"; + }; + class Item178 + { + dataType="Logic"; + class PositionInfo + { + position[]={0,5,1}; + }; + name="HC2"; + isPlayable=1; + description="HC2"; + id=1660; + type="HeadlessClient_F"; + }; + class Item179 + { + dataType="Logic"; + class PositionInfo + { + position[]={0,5,2}; + }; + name="HC3"; + isPlayable=1; + description="HC3"; + id=1662; + type="HeadlessClient_F"; + }; }; };