Jump to content

J0K3R 5

Member
  • Content Count

    314
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by J0K3R 5

  1. This is from one of my mission files : // ============================================================================================ // Warlords Faction & Cost Settings Below // ============================================================================================ // https://community.bistudio.com/wiki/Arma_3:_MP_Warlords#:~:text=Warlords%20for%20Arma%203%20is,up%20your%20own%20Warlords%20scenario. // ============================================================================================ // Overriding asset costs - uncomment if you want to use // ============================================================================================ /* class CfgWLAssetCostOverride { B_Soldier_F = 50; // --- example asset classname Scan = 200; // --- sector scan Airdrop = 200; // --- airdrop FastTravel = 200; // --- fast travel LastLoadout = 200; // --- last loadout Arsenal = 200; // --- arsenal FundsTransfer = 200; // --- funds transfer ResetVoting = 200; // --- voting reset }; */ // ============================================================================================ // Blacklisting assets from AI purchase lists // ============================================================================================ WLAIRequisitonBlacklist[] = { "vn_b_men_aircrew_18", "vn_b_men_aircrew_19", "vn_b_men_aircrew_20", "vn_b_men_aircrew_17", "vn_b_men_aircrew_08", "vn_b_men_aircrew_26", "vn_b_men_aircrew_25", "vn_b_men_army_22", "vn_b_men_aircrew_05", "vn_b_men_army_26", "vn_b_men_aircrew_22", "vn_b_men_jetpilot_04", "vn_b_men_jetpilot_06", "vn_b_men_aircrew_23", "vn_b_men_aircrew_24", "vn_b_men_aircrew_21", "vn_b_men_jetpilot_03", "vn_b_men_jetpilot_05", "vn_b_men_aircrew_02", "vn_b_men_jetpilot_10", "vn_b_men_jetpilot_02", "vn_b_men_aircrew_03", "vn_b_men_aircrew_04", "vn_b_men_aircrew_01", "vn_b_men_jetpilot_09", "vn_b_men_jetpilot_01", "vn_b_men_aircrew_10", "vn_b_men_aircrew_14", "vn_b_men_jetpilot_08", "vn_b_men_aircrew_11", "vn_b_men_aircrew_15", "vn_b_men_aircrew_12", "vn_b_men_aircrew_16", "vn_b_men_aircrew_09", "vn_b_men_aircrew_13", "vn_b_men_jetpilot_07", "vn_b_men_seal_28", "vn_b_men_seal_29", "vn_b_men_seal_30", "vn_b_men_seal_31", "vn_b_men_seal_32", "vn_b_men_seal_33", "vn_b_men_seal_34", "vn_b_men_seal_35", "vn_b_men_seal_36", "vn_o_men_nva_65_38", "vn_o_men_nva_65_39", "vn_o_men_nva_65_40", "vn_o_men_nva_65_35", "vn_o_men_nva_65_36", "vn_o_men_nva_65_37", "vn_o_men_nva_41", "vn_o_men_nva_41", "vn_o_men_nva_42", "vn_o_men_nva_37", "vn_o_men_nva_38", "vn_o_men_nva_39", "vn_o_men_aircrew_02", "vn_o_men_aircrew_03", "vn_o_men_aircrew_04", "vn_o_men_aircrew_01", "vn_o_men_aircrew_07", "vn_o_men_aircrew_08", "vn_o_men_aircrew_05", "vn_o_men_aircrew_06", "vn_i_men_army_14", "vn_i_men_army_13", "vn_i_men_aircrew_03", "vn_i_men_army_23", "vn_i_men_army_24", "vn_i_men_army_25", "vn_i_men_army_22", "vn_i_men_aircrew_01" }; // ============================================================================================ // Requisition Presets // ============================================================================================ class CfgWLRequisitionPresets { class SOGDefaultAll { class WEST { class Infantry { class vn_b_men_army_07 { cost = 125; requirements[]={}; }; class vn_b_men_army_17 { cost = 125; requirements[]={}; }; class vn_b_men_army_03 { cost = 125; requirements[]={}; }; class vn_b_men_army_10 { cost = 150; requirements[]={}; }; class vn_b_men_army_11 { cost = 250; requirements[]={}; }; class vn_b_men_army_24 { cost = 100; requirements[]={}; }; class vn_b_men_army_23 { cost = 100; requirements[]={}; }; class vn_b_men_army_25 { cost = 100; requirements[]={}; }; class vn_b_men_army_13 { cost = 100; requirements[]={}; }; class vn_b_men_army_12 { cost = 150; requirements[]={}; }; class vn_b_men_army_06 { cost = 150; requirements[]={}; }; class vn_b_men_army_27 { cost = 150; requirements[]={}; }; class vn_b_men_army_15 { cost = 100; requirements[]={}; }; class vn_b_men_army_16 { cost = 100; requirements[]={}; }; class vn_b_men_army_18 { cost = 100; requirements[]={}; }; class vn_b_men_army_19 { cost = 100; requirements[]={}; }; class vn_b_men_army_20 { cost = 100; requirements[]={}; }; class vn_b_men_army_21 { cost = 100; requirements[]={}; }; class vn_b_men_army_30 { cost = 100; requirements[]={}; }; class vn_b_men_army_09 { cost = 100; requirements[]={}; }; class vn_b_men_army_05 { cost = 200; requirements[]={}; }; }; class Vehicles { class vn_b_wheeled_m151_01 { cost = 2750; requirements[]={}; }; class vn_b_wheeled_m151_02 { cost = 2750; requirements[]={}; }; class vn_b_wheeled_m54_01 { cost = 3500; requirements[]={}; }; class vn_b_wheeled_m54_02 { cost = 3500; requirements[]={}; }; class vn_b_wheeled_m151_mg_02 { cost = 3750; requirements[]={}; }; class vn_b_wheeled_m151_mg_03 { cost = 3750; requirements[]={}; }; class vn_b_wheeled_m151_mg_04 { cost = 5000; requirements[]={}; }; class vn_b_wheeled_m151_mg_05 { cost = 5500; requirements[]={}; }; class vn_b_wheeled_m54_ammo { cost = 4750; requirements[]={}; }; class vn_b_wheeled_m54_fuel { cost = 4750; requirements[]={}; }; class vn_b_wheeled_m54_repair { cost = 4750; requirements[]={}; }; class vn_b_wheeled_m54_mg_03 { cost = 7000; requirements[]={}; }; class vn_b_wheeled_m54_mg_01 { cost = 7000; requirements[]={}; }; class vn_b_wheeled_m54_mg_02 { cost = 8500; requirements[]={}; }; class vn_b_armor_m41_01_01 { cost = 11000; requirements[]={}; }; }; class Aircraft { class vn_b_air_oh6a_01 { cost = 5000; requirements[]={"H"}; }; class vn_b_air_oh6a_07 { cost = 9500; requirements[]={"H"}; }; class vn_b_air_oh6a_05 { cost = 9500; requirements[]={"H"}; }; class vn_b_air_oh6a_02 { cost = 9500; requirements[]={"H"}; }; class vn_b_air_oh6a_03 { cost = 9500; requirements[]={"H"}; }; class vn_b_air_uh1c_07_01 { cost = 15000; requirements[]={"H"}; }; class vn_b_air_uh1c_06_01 { cost = 19000; requirements[]={"H"}; }; class vn_b_air_uh1c_04_01 { cost = 19000; requirements[]={"H"}; }; class vn_b_air_uh1c_02_01 { cost = 19000; requirements[]={"H"}; }; class vn_b_air_uh1c_05_01 { cost = 19000; requirements[]={"H"}; }; class vn_b_air_uh1c_01_01 { cost = 19000; requirements[]={"H"}; }; class vn_b_air_uh1d_02_01 { cost = 19000; requirements[]={"H"}; }; class vn_b_air_ah1g_05 { cost = 22000; requirements[]={"H"}; }; class vn_b_air_ah1g_02 { cost = 22000; requirements[]={"H"}; }; class vn_b_air_ah1g_03 { cost = 22000; requirements[]={"H"}; }; class vn_b_air_ah1g_04 { cost = 22000; requirements[]={"H"}; }; class vn_b_air_ah1g_01 { cost = 22000; requirements[]={"H"}; }; class vn_b_air_ah1g_07 { cost = 22000; requirements[]={"H"}; }; class vn_b_air_ah1g_08 { cost = 22000; requirements[]={"H"}; }; class vn_b_air_ah1g_09 { cost = 22000; requirements[]={"H"}; }; class vn_b_air_ah1g_06 { cost = 22000; requirements[]={"H"}; }; class vn_b_air_ah1g_10 { cost = 22000; requirements[]={"H"}; }; class vn_b_air_f4c_bmb { cost = 25000; requirements[]={"A"}; }; class vn_b_air_f4c_cap { cost = 25000; requirements[]={"A"}; }; class vn_b_air_f4c_cas { cost = 25000; requirements[]={"A"}; }; class vn_b_air_f4c_ehcas { cost = 25000; requirements[]={"A"}; }; class vn_b_air_f4c_gbu { cost = 25000; requirements[]={"A"}; }; class vn_b_air_f4c_hbmb { cost = 25000; requirements[]={"A"}; }; class vn_b_air_f4c_hcas { cost = 25000; requirements[]={"A"}; }; class vn_b_air_f4c_lbmb { cost = 25000; requirements[]={"A"}; }; class vn_b_air_f4c_lrbmb { cost = 25000; requirements[]={"A"}; }; class vn_b_air_f4c_mbmb { cost = 25000; requirements[]={"A"}; }; class vn_b_air_f4c_ucas { cost = 25000; requirements[]={"A"}; }; class vn_b_air_f4c_mr { cost = 30000; requirements[]={"A"}; }; class vn_b_air_f4c_at { cost = 30000; requirements[]={"A"}; }; class vn_b_air_f4c_cbu { cost = 30000; requirements[]={"A"}; }; class vn_b_air_f4c_chico { cost = 30000; requirements[]={"A"}; }; class vn_b_air_f4c_sead { cost = 30000; requirements[]={"A"}; }; }; class Naval { class vn_b_boat_06_01 { cost = 3000; requirements[]={"W"}; }; class vn_b_boat_05_01 { cost = 5750; requirements[]={"W"}; }; }; class Gear { class vn_b_ammobox_full_10 { cost = 100; requirements[]={}; }; class vn_b_ammobox_full_02 { cost = 200; requirements[]={}; }; class vn_b_ammobox_full_04 { cost = 300; requirements[]={}; }; class vn_b_ammobox_full_03 { cost = 350; requirements[]={}; }; }; class Defences { class vn_b_army_static_m1919a6 { cost = 250; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_b_army_static_m1919a4_high { cost = 500; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_b_army_static_m1919a4_low { cost = 500; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_b_army_static_m2_high { cost = 500; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_b_army_static_m2_low { cost = 500; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_b_army_static_m60_high { cost = 500; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_b_army_static_m60_low { cost = 500; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_b_navy_static_l70mk2 { cost = 600; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_b_army_static_mortar_m2 { cost = 750; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_b_army_static_mortar_m29 { cost = 750; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_b_army_static_tow { cost = 750; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_b_army_static_m45 { cost = 5000; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_b_navy_static_l60mk3 { cost = 5250; requirements[]={}; offset[]={0, 5.3, 0}; }; }; }; class EAST { class Infantry { class vn_o_men_nva_07 { cost = 125; requirements[]={}; }; class vn_o_men_nva_08 { cost = 125; requirements[]={}; }; class vn_o_men_nva_11 { cost = 150; requirements[]={}; }; class vn_o_men_nva_43 { cost = 300; requirements[]={}; }; class vn_o_men_nva_14 { cost = 250; requirements[]={}; }; class vn_o_men_nva_10 { cost = 150; requirements[]={}; }; class vn_o_men_nva_06 { cost = 100; requirements[]={}; }; class vn_o_men_nva_05 { cost = 100; requirements[]={}; }; class vn_o_men_nva_04 { cost = 100; requirements[]={}; }; class vn_o_men_nva_03 { cost = 100; requirements[]={}; }; class vn_o_men_nva_02 { cost = 100; requirements[]={}; }; class vn_o_men_nva_38 { cost = 100; requirements[]={}; }; class vn_o_men_nva_37 { cost = 100; requirements[]={}; }; class vn_o_men_nva_39 { cost = 100; requirements[]={}; }; class vn_o_men_nva_09 { cost = 125; requirements[]={}; }; }; class Vehicles { class vn_o_bicycle_01 { cost = 100; requirements[]={}; }; class vn_o_wheeled_z157_01 { cost = 3500; requirements[]={}; }; class vn_o_wheeled_z157_02 { cost = 3500; requirements[]={}; }; class vn_o_wheeled_z157_mg_01 { cost = 3750; requirements[]={}; }; class vn_o_wheeled_z157_mg_02 { cost = 6125; requirements[]={}; }; class vn_o_wheeled_z157_ammo { cost = 4750; requirements[]={}; }; class vn_o_wheeled_z157_fuel { cost = 4750; requirements[]={}; }; class vn_o_wheeled_z157_repair { cost = 4750; requirements[]={}; }; class vn_o_wheeled_z157_03 { cost = 4000; requirements[]={}; }; class vn_o_wheeled_btr40_01 { cost = 5000; requirements[]={}; }; class vn_o_wheeled_btr40_mg_02 { cost = 7000; requirements[]={}; }; class vn_o_wheeled_btr40_mg_01 { cost = 7000; requirements[]={}; }; class vn_o_wheeled_btr40_mg_03 { cost = 8500; requirements[]={}; }; class vn_o_armor_type63_01 { cost = 11000; requirements[]={}; }; class vn_o_armor_m41_01 { cost = 11000; requirements[]={}; }; }; class Aircraft { class vn_o_air_mi2_01_01 { cost = 5000; requirements[]={"H"}; }; class vn_o_air_mi2_03_01 { cost = 5750; requirements[]={"H"}; }; class vn_o_air_mi2_05_03 { cost = 16000; requirements[]={"H"}; }; class vn_o_air_mi2_04_05 { cost = 16000; requirements[]={"H"}; }; class vn_o_air_mi2_05_01 { cost = 16000; requirements[]={"H"}; }; class vn_o_air_mi2_05_06 { cost = 16000; requirements[]={"H"}; }; class vn_o_air_mi2_03_06 { cost = 16000; requirements[]={"H"}; }; class vn_o_air_mi2_03_03 { cost = 16000; requirements[]={"H"}; }; }; class Naval { class vn_o_boat_04_02 { cost = 5500; requirements[]={"W"}; }; class vn_o_boat_03_02 { cost = 7550; requirements[]={"W"}; }; }; class Gear { class vn_o_ammobox_full_01 { cost = 100; requirements[]={}; }; class vn_o_ammobox_full_02 { cost = 300; requirements[]={}; }; class vn_o_ammobox_full_04 { cost = 350; requirements[]={}; }; class vn_o_ammobox_full_03 { cost = 500; requirements[]={}; }; }; class Defences { class vn_o_nva_spiderhole_02 { cost = 50; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_spiderhole_01 { cost = 50; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_spiderhole_03 { cost = 100; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_dshkm_high_02 { cost = 250; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_dshkm_high_01 { cost = 250; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_pk_high { cost = 500; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_pk_low { cost = 500; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_dshkm_low_01 { cost = 750; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_rpd_high { cost = 750; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_type56rr { cost = 750; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_d44 { cost = 3500; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_d44_01 { cost = 3500; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_zpu4 { cost = 5000; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_navy_static_v11m { cost = 5000; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_mortar_type63 { cost = 750; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_mortar_type53 { cost = 750; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_nva_static_at3 { cost = 750; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_o_static_rsna75 { cost = 8500; requirements[]={}; offset[]={0, 5.3, 0}; }; class vn_sa2 { cost = 6875; requirements[]={}; offset[]={0, 5.3, 0}; }; }; }; }; }; // ============================================================================================ // Faction Assets // ============================================================================================ class CfgWLFactionAssets { class WEST // --- BLUFOR { class InfantryUnits { class vn_b_men_army_28 {}; class vn_b_men_army_03 {}; class vn_b_men_army_07 {}; class vn_b_men_army_17 {}; class vn_b_men_army_04 {}; class vn_b_men_army_12 {}; class vn_b_men_army_06 {}; class vn_b_men_army_27 {}; class vn_b_men_army_08 {}; class vn_b_men_army_10 {}; class vn_b_men_army_15 {}; class vn_b_men_army_16 {}; class vn_b_men_army_18 {}; class vn_b_men_army_19 {}; class vn_b_men_army_20 {}; class vn_b_men_army_21 {}; }; }; class EAST // --- OPFOR { class InfantryUnits { class vn_o_men_nva_08 {}; class vn_o_men_nva_07 {}; class vn_o_men_nva_32 {}; class vn_o_men_nva_43 {}; class vn_o_men_nva_01 {}; class vn_o_men_nva_14 {}; class vn_o_men_nva_11 {}; class vn_o_men_nva_13 {}; class vn_o_men_nva_10 {}; class vn_o_men_nva_06 {}; class vn_o_men_nva_03 {}; class vn_o_men_nva_02 {}; class vn_o_men_nva_05 {}; class vn_o_men_nva_04 {}; class vn_o_men_nva_12 {}; }; }; class INDEP { class InfantryUnits { class vn_i_men_ranger_01 {}; class vn_i_men_ranger_14 {}; class vn_i_men_ranger_03 {}; class vn_i_men_ranger_04 {}; class vn_i_men_ranger_05 {}; class vn_i_men_ranger_06 {}; class vn_i_men_ranger_07 {}; class vn_i_men_ranger_08 {}; class vn_i_men_ranger_09 {}; class vn_i_men_ranger_10 {}; class vn_i_men_ranger_12 {}; class vn_i_men_ranger_16 {}; class vn_i_men_ranger_17 {}; class vn_i_men_ranger_18 {}; class vn_i_men_ranger_19 {}; class vn_i_men_ranger_20 {}; class vn_i_men_ranger_21 {}; class vn_i_men_ranger_11 {}; }; class InfantryGroups { groups[] = { "'Indep' >> 'VN_ARVN' >> 'vn_i_group_men_ranger' >> 'vn_i_group_men_ranger_03'", "'Indep' >> 'VN_ARVN' >> 'vn_i_group_men_ranger' >> 'vn_i_group_men_ranger_04'", "'Indep' >> 'VN_ARVN' >> 'vn_i_group_men_ranger' >> 'vn_i_group_men_ranger_05'" }; }; class MotorizedGroups { groups[] = { "'Indep' >> 'VN_ARVN' >> 'vn_i_group_motor_army' >> 'vn_i_group_motor_army_01'", "'Indep' >> 'VN_ARVN' >> 'vn_i_group_motor_army' >> 'vn_i_group_motor_army_02'", "'Indep' >> 'VN_ARVN' >> 'vn_i_group_motor_army' >> 'vn_i_group_motor_army_03'", "'Indep' >> 'VN_ARVN' >> 'vn_i_group_motor_army' >> 'vn_i_group_motor_army_04'" }; }; class MechanizedGroups { groups[] = { "'Indep' >> 'VN_ARVN' >> 'vn_i_group_mech_army' >> 'vn_i_group_mech_army_01'", "'Indep' >> 'VN_ARVN' >> 'vn_i_group_mech_army' >> 'vn_i_group_mech_army_02'", "'Indep' >> 'VN_ARVN' >> 'vn_i_group_mech_army' >> 'vn_i_group_mech_army_03'", "'Indep' >> 'VN_ARVN' >> 'vn_i_group_mech_army' >> 'vn_i_group_mech_army_04'" }; }; class ArmoredGroups { groups[] = { "'Indep' >> 'VN_ARVN' >> 'vn_i_group_armor_army' >> 'vn_i_group_armor_army_01'", "'Indep' >> 'VN_ARVN' >> 'vn_i_group_armor_army' >> 'vn_i_group_armor_army_02'", "'Indep' >> 'VN_ARVN' >> 'vn_i_group_armor_army' >> 'vn_i_group_armor_army_03'" }; }; }; }; // ============================================================================================
  2. Having a weird bug, Placed vehicles respawn after the mission has loaded, around the 1min mark. The vehicles are NOT synced to any respawn modules and its disabled in the description.ext If there is anything in the init of the vehicle, for example virtual arsenal. It works for around 1min, then the vehicle respawns and whats in the init doesnt work anymore.
  3. Has anyone came across this problem while playing S.O.G
  4. Have problems trying get the terrain smoothed under my roads. Can someone in the know tell me the correct way to do it. What Im doing but fails everytime. 1. Start terrain processor 2. create new and save it in my map project folder 3. click on blue icon and select heightmap: road intergration 4. add my road shape file from my data/road/road.shp 5. add dem files from my source\height.asc and it in the same folder with the same name 6. then click on run. 7. start up terrain builder 8. hit refresh on heightmap on layers 9. rebuild terrain Then nothing is changed on map, so what am I missing here ?
  5. Try my template it should point you in the correct direction http://steamcommunity.com/sharedfiles/filedetails/?id=1228820740
  6. Getting bad module then game crashes
  7. Midnight, Did you run this from onplayerkilled.sqf or somewhere else ?
  8. /* EOS 1.98 by BangaBob GROUP SIZES 0 = 1 1 = 2,4 2 = 4,8 3 = 8,12 4 = 12,16 5 = 16,20 EXAMPLE CALL - EOS null = [["MARKERNAME","MARKERNAME2"],[2,1,70],[1,1,25],[1,2,30],[2,60],[2],[1,0,10],[1,0,redzone,WEST]] call EOS_Spawn; null=[["M1","M2","M3"],[HOUSE GROUPS,SIZE OF GROUPS,PROBABILITY],[PATROL GROUPS,SIZE OF GROUPS,PROBABILITY],[LIGHT VEHICLES,SIZE OF CARGO,PROBABILITY],[ARMOURED VEHICLES,PROBABILITY], [STATIC VEHICLES,PROBABILITY],[HELICOPTERS,SIZE OF HELICOPTER CARGO,PROBABILITY],[FACTION,MARKERTYPE,DISTANCE,SIDE,HEIGHTLIMIT,DEBUG]] call EOS_Spawn; EXAMPLE CALL - BASTION null = [["BAS_zone_1"],[3,1],[2,1],[2],[0,0,0],[0,0,EAST,false,false],[10,2,120,TRUE,TRUE]] call Bastion_Spawn; null=[["M1","M2","M3"],[PATROL GROUPS,SIZE OF GROUPS],[LIGHT VEHICLES,SIZE OF CARGO],[ARMOURED VEHICLES],[HELICOPTERS,SIZE OF HELICOPTER CARGO],[FACTION,MARKERTYPE,SIDE,HEIGHTLIMIT,DEBUG],[INITIAL PAUSE, NUMBER OF WAVES, DELAY BETWEEN WAVES, INTEGRATE EOS, SHOW HINTS]] call Bastion_Spawn; */ //============================================================================================================================= // Settings //============================================================================================================================= EOS_Spawn = compile preprocessfilelinenumbers "eos\core\eos_launch.sqf"; Bastion_Spawn=compile preprocessfilelinenumbers "eos\core\b_launch.sqf"; null=[] execVM "eos\core\spawn_fnc.sqf"; onplayerConnected {[] execVM "eos\Functions\EOS_Markers.sqf";}; VictoryColor="colorGreen"; // Colour of marker after completion hostileColor="colorRed"; // Default colour when enemies active bastionColor="colorOrange"; // Colour for bastion marker EOS_DAMAGE_MULTIPLIER=1; // 1 is default EOS_KILLCOUNTER=false; // Counts killed units //============================================================================================================================= // Markers //============================================================================================================================= null = [["m_1"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_2"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_3"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_4"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_5"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_6"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_7"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_8"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_9"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_10"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_11"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_12"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_13"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_14"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_15"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_16"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_17"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_18"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_19"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_20"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_21"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_22"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_23"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_24"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_25"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_26"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_27"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_28"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_29"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_30"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_31"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_32"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_33"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_34"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_35"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_36"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_37"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_38"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_39"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_40"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_41"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_42"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_43"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_44"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_45"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_46"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_47"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_48"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_49"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_50"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_51"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_52"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_53"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_54"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_55"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_56"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_57"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_58"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_59"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_60"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_61"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_62"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_63"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_64"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_65"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_66"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_67"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_68"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_69"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_70"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_71"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_72"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_73"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_74"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_75"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_76"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_77"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_78"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_79"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_80"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_81"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_82"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_83"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_84"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_85"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_86"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_87"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_88"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_89"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_90"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_91"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_92"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_93"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_94"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_95"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_96"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_97"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_98"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_99"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_100"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_101"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_102"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_103"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_104"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_105"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_106"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_107"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_108"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_109"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_110"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_111"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_112"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_113"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_114"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_115"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_116"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_117"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_118"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_119"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_120"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_121"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_122"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_123"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_124"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_125"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_126"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_127"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_128"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_129"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_130"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_131"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_132"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_133"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_134"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_135"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_136"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_137"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_138"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_139"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_140"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_141"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_142"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_143"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_144"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_145"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_146"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_147"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_148"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_149"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_150"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_151"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_152"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_153"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_154"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_155"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_156"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_157"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_158"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_159"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_160"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_161"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_162"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_163"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_164"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_165"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_166"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_167"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_168"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_169"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_170"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_171"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_172"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_173"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_174"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_175"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_176"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_177"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_178"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_179"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_180"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_181"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_182"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_183"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_184"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_185"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_186"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_187"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_188"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_189"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_190"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_191"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_192"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_193"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_194"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_195"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_196"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_197"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_198"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_199"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_200"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_201"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_202"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_203"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_204"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_205"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_206"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_207"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_208"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_209"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_210"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_211"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_212"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_213"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_214"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_215"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_216"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_217"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_218"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_219"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_220"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_221"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_222"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_223"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_224"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_225"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_226"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_227"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_228"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_229"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_230"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_231"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_232"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_233"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_234"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_235"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_236"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_237"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_238"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_239"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_240"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_241"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_242"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_243"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_244"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_245"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_246"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_247"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_248"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_249"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_300"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_251"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_252"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_253"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_254"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_255"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_256"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_257"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_258"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_259"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_260"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_261"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_262"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_263"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_264"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_265"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_266"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_267"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_268"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_269"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_270"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_271"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_272"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_273"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_274"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_275"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_276"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_277"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_278"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_279"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_280"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_281"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_282"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_283"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_284"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_285"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_286"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_287"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_288"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_289"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_290"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_291"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_292"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_293"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_294"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_295"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_296"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_297"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_298"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_299"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_300"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_301"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_302"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_303"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_304"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_305"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_306"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_307"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_308"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_309"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_310"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_311"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_312"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_313"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_314"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_315"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_316"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_317"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_318"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_319"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_320"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_321"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_322"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_323"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_324"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_325"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_326"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_327"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_328"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_329"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_330"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_331"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_332"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_333"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_334"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_335"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_336"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_337"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_338"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_339"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_340"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_341"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_342"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_343"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_344"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_345"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_346"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_347"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_348"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_349"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_350"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_351"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_352"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_353"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_354"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_355"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_356"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_357"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_358"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_359"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_360"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_361"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_362"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_363"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_364"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_365"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_366"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_367"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_368"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_369"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_370"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_371"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_372"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_373"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_374"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_375"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_376"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_377"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_378"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_379"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_380"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_381"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_382"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_383"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_384"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_385"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_386"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_387"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_388"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_389"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_390"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_391"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_392"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_393"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_394"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_395"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_396"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_397"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_398"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_399"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_400"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_401"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_402"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_403"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_404"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_405"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_406"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_407"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_408"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_409"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_410"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_411"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_412"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_413"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_414"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_415"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_416"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_417"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_418"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_419"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_420"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_421"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_422"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_423"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_424"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_425"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_426"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_427"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_428"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_429"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_430"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_431"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_432"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_433"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_434"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_435"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_436"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_437"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_438"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_439"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_440"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_441"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_442"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_443"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_444"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_445"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_446"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_447"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_448"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_449"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_450"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_451"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_452"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_453"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_454"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_455"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_456"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_457"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_458"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_459"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_460"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_461"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_462"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_463"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_464"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_465"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_466"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_467"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_468"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_469"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_470"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_471"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_472"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_473"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_474"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_475"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_476"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_477"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_478"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_479"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_480"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_481"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_482"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_483"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_484"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_485"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_486"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_487"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_488"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_489"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_490"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_491"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_492"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_493"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_494"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_495"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_496"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_497"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_498"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_499"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_500"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_501"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_502"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_503"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_504"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_505"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_506"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_507"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_508"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_509"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_510"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_511"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_512"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_513"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_514"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_515"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_516"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_517"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_518"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_519"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_520"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_521"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_522"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_523"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_524"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_525"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_526"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_527"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_528"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_529"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_530"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_531"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_532"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_533"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_534"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_535"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_536"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_537"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_538"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_539"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_540"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_541"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_542"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_543"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_544"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_545"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_546"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_547"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_548"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_549"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_550"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_551"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_552"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_553"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_554"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_555"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_556"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_557"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_558"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_559"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_560"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_561"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_562"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_563"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_564"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_565"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_566"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_567"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_568"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_569"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_570"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_571"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_572"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_573"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_574"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_575"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_576"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_577"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_578"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_579"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_580"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_581"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_582"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_583"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_584"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_585"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_586"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_587"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_588"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_589"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_590"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_591"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_592"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_593"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_594"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_595"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_596"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_597"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_598"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_599"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_600"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_601"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_602"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_603"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_604"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_605"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_606"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_607"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_608"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_609"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_610"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_611"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_612"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_613"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_614"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_615"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_616"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_617"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_618"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_619"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_620"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_621"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_622"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_623"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_624"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_625"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_626"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_627"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_628"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_629"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_630"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_631"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_632"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_633"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_634"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_635"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_636"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_637"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_638"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_639"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_640"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_641"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_642"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_643"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_644"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_645"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_646"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_647"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_648"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_649"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_650"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_651"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_652"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_653"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_654"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_655"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_656"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_657"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_658"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_659"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_660"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_661"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_662"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_663"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_664"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_665"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_666"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_667"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_668"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_669"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_670"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_671"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_672"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_673"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_674"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_675"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_676"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_677"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_678"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_679"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_680"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_681"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_682"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_683"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_684"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_685"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_686"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_687"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_688"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_689"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_690"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_691"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_692"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_693"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_694"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_695"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_696"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_697"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_698"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_699"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_700"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_701"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_702"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_703"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_704"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_705"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_706"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_707"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_708"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_709"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_710"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_711"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_712"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_713"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_714"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_715"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_716"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_717"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_718"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_719"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_720"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_721"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_722"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_723"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_724"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_725"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_726"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_727"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_728"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_729"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_730"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_731"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_732"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_733"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_734"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_735"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_736"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_737"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_738"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_739"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_740"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_741"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_742"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_743"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_744"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_745"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_746"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_747"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_748"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_749"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_750"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_751"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_752"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_753"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_754"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_755"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_756"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_757"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_758"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_759"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_760"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_761"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_762"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_763"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_764"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_765"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_766"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_767"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_768"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_769"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_770"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_771"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_772"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_773"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_774"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_775"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_776"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_777"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_778"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_779"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_780"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_781"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_782"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_783"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_784"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_785"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_786"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_787"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_788"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_789"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_790"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_791"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_792"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_793"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_794"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_795"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_796"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_797"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_798"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_799"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_800"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_801"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_802"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_803"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_804"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_805"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_806"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_807"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_808"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_809"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_810"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_811"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_812"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_813"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_814"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_815"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_816"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_817"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_818"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_819"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_820"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_821"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_822"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_823"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_824"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_825"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_826"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_827"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_828"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_829"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_830"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_831"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_832"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_833"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_834"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_835"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_836"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_837"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_838"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_839"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_840"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_841"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_842"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_843"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_844"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_845"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_846"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_847"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_848"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_849"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_850"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_851"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_852"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_853"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_854"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_855"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_856"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_857"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_858"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_859"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_860"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_861"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_862"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_863"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_864"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_865"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_866"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_867"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_868"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_869"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_870"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_871"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_872"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_873"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_874"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_875"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_876"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_877"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_878"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_879"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_880"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_881"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_882"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_883"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_884"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_885"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_886"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_887"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_888"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_889"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_890"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_891"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_892"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_893"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_894"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_895"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_896"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_897"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_898"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_899"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_900"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_901"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_902"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_903"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_904"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_905"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_906"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_907"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_908"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_909"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_910"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_911"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_912"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_913"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_914"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_915"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_916"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_917"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_918"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_919"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_920"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_921"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_922"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_923"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_924"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_925"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_926"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_927"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_928"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_929"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_930"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_931"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_932"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_933"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_934"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_935"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_936"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_937"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_938"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_939"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_940"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_941"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_942"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_943"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_944"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_945"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_946"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_947"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_948"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_949"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_950"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_951"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_952"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_953"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_954"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_955"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_956"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_957"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_958"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_959"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_960"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_961"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_962"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_963"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_964"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_965"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_966"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_967"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_968"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_969"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_970"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_971"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_972"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_973"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_974"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_975"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_976"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_977"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_978"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_979"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_980"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_981"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_982"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_983"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_984"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_985"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_986"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_987"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_988"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_989"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_990"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_991"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_992"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_993"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_994"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_995"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_996"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_997"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_998"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_999"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1000"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1001"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1002"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1003"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1004"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1005"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1006"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1007"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1008"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1009"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1010"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1011"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1012"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1013"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1014"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1015"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1016"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1017"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1018"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1019"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1020"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1021"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1022"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1023"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1024"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1025"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1026"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1027"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1028"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1029"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1030"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1031"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1032"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1033"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1034"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1035"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1036"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1037"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1038"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1039"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1040"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1041"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1042"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1043"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1044"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1045"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1046"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1047"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1048"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1049"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1050"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1051"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1052"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1053"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1054"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1055"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1056"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1057"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1058"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1059"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1060"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1061"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1062"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1063"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1064"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1065"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1066"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1067"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1068"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1069"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1070"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1071"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1072"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1073"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1074"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1075"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1076"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1077"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1078"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1079"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1080"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1081"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1082"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1083"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1084"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1085"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1086"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1087"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1088"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1089"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1090"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1091"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1092"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1093"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1094"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1095"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1096"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1097"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1098"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1099"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1100"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1101"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1102"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1103"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1104"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1105"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1106"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1107"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1108"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1109"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1110"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1111"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1112"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1113"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1114"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1115"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1116"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1117"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1118"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1119"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1120"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1121"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1122"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1123"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1124"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1125"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1126"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1127"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1128"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1129"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1130"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1131"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1132"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1133"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1134"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1135"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1136"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1137"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1138"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1139"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1140"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1141"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1142"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1143"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1144"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1145"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1146"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1147"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1148"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1149"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1150"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1151"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1152"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1153"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1154"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1155"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1156"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1157"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1158"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1159"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1160"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1161"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1162"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1163"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1164"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1165"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1166"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1167"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1168"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1169"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1170"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1171"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1172"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1173"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1174"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1175"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1176"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1177"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1178"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1179"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1180"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1181"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1182"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1183"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1184"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1185"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1186"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1187"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1188"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1189"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1190"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1191"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1192"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1193"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1194"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1195"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1196"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1197"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1198"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1199"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1200"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1201"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1202"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1203"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1204"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1205"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1206"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1207"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1208"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1209"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1210"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1211"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1212"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1213"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1214"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1215"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1216"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1217"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1218"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1219"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1220"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1221"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1222"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1223"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1224"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1225"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1226"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1227"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1228"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1229"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1230"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1231"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1232"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1233"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1234"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1235"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1236"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1237"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1238"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1239"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1240"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1241"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1242"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1243"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1244"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1245"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1246"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1247"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1248"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1249"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1300"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1251"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1252"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1253"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1254"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1255"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1256"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1257"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1258"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1259"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1260"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1261"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1262"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1263"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1264"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1265"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1266"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1267"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1268"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1269"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1270"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1271"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1272"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1273"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1274"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1275"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1276"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1277"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1278"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1279"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1280"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1281"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1282"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1283"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1284"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1285"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1286"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1287"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1288"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1289"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1290"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1291"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1292"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1293"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1294"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1295"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1296"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1297"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1298"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1299"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1300"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1301"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1302"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1303"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1304"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1305"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1306"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1307"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1308"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1309"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1310"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1311"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1312"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1313"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1314"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1315"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1316"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1317"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1318"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1319"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1320"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1321"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1322"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1323"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1324"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1325"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1326"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1327"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1328"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1329"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1330"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1331"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1332"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1333"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1334"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1335"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1336"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1337"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1338"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1339"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1340"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1341"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1342"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1343"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1344"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1345"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1346"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1347"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1348"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1349"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1350"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1351"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1352"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1353"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1354"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1355"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1356"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1357"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1358"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1359"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1360"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1361"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1362"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1363"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1364"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1365"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1366"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1367"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1368"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1369"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1370"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1371"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1372"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1373"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1374"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1375"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1376"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1377"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1378"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1379"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1380"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1381"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1382"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1383"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1384"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1385"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1386"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1387"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1388"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1389"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1390"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1391"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1392"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1393"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1394"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1395"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1396"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1397"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1398"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1399"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1400"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1401"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1402"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1403"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1404"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1405"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1406"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1407"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1408"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1409"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1410"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1411"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1412"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1413"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1414"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1415"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1416"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1417"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1418"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1419"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1420"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1421"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1422"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1423"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1424"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1425"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1426"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1427"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1428"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1429"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1430"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1431"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1432"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1433"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1434"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1435"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1436"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1437"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1438"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1439"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1440"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1441"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1442"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1443"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1444"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1445"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1446"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1447"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1448"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1449"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1450"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1451"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1452"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1453"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1454"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1455"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1456"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1457"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1458"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1459"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1460"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1461"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1462"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1463"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1464"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1465"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1466"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1467"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1468"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1469"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1470"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1471"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1472"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1473"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1474"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1475"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1476"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1477"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1478"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1479"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1480"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1481"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1482"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1483"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1484"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1485"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1486"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1487"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1488"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1489"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1490"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1491"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1492"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1493"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1494"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1495"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1496"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1497"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1498"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1499"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1500"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1501"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1502"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1503"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1504"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1505"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1506"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1507"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1508"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1509"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1510"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1511"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1512"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1513"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1514"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1515"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1516"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1517"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1518"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1519"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1520"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1521"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1522"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1523"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1524"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1525"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1526"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1527"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1528"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1529"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1530"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1531"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1532"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1533"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1534"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1535"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1536"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1537"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1538"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1539"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1540"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1541"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1542"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1543"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1544"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1545"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1546"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1547"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1548"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1549"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1550"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1551"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1552"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1553"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1554"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1555"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1556"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1557"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1558"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1559"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1560"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1561"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1562"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1563"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1564"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1565"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1566"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1567"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1568"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1569"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1570"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1571"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1572"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1573"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1574"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1575"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1576"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1577"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1578"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1579"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1580"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1581"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1582"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1583"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1584"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1585"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1586"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1587"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1588"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1589"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1590"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1591"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1592"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1593"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1594"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1595"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1596"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1597"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1598"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1599"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1600"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1601"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1602"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1603"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1604"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1605"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1606"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1607"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1608"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1609"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1610"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1611"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1612"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1613"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1614"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1615"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1616"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1617"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1618"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1619"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1620"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1621"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1622"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1623"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1624"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1625"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1626"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1627"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1628"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1629"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1630"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1631"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1632"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1633"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1634"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1635"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1636"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1637"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1638"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1639"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1640"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1641"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1642"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1643"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1644"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1645"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1646"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1647"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1648"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1649"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1650"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1651"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1652"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1653"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1654"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1655"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1656"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1657"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1658"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1659"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1660"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1661"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1662"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1663"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1664"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1665"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1666"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1667"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1668"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1669"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1670"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1671"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1672"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1673"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1674"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1675"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1676"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1677"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1678"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1679"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1680"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1681"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1682"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1683"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1684"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1685"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1686"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1687"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1688"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1689"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1690"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1691"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1692"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1693"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1694"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1695"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1696"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1697"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1698"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1699"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1700"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1701"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1702"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1703"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1704"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1705"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1706"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1707"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1708"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1709"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1710"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1711"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1712"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1713"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1714"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1715"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1716"],[0,0,0],[0,0,0],[20,2,70],[20,5,70],[0,0,0],[0],[1,2,70],[5,1,redzone,INDEPENDENT]] call EOS_Spawn;
  9. J0K3R 5

    Vcom AI V2.0 - AI Overhaul

    Thats not the problem, you hit escape and the menu flashes up for a split second. You cant select any of the menu options, its like its locked out. At the moment, Im thinking theres something clashing with other scripts Im using.
  10. J0K3R 5

    Vcom AI V2.0 - AI Overhaul

    Is anyone else having weird problems, when you hit the ESCAPE button ? My missions lock up with the latest version when I hit escape. I know its going to be a clash with some other script somewhere.
  11. Is there a way to remove some of the abandoned vehicles ?
  12. J0K3R 5

    Vcom AI V2.0 - AI Overhaul

    Thats strange popping smoke works on mine
  13. J0K3R 5

    Vcom AI V2.0 - AI Overhaul

    On my quick test : A.I. now exits vehicles without any problems A.I. steals your own vehicles if your not careful, that also includes the enemy stealing your own vehicles and using them against you - which is a nice feature. Ive had a couple of times the A.I. just freezes in what they meant to be doing - more likely problems on my end.
  14. J0K3R 5

    Vcom AI V2.0 - AI Overhaul

    Maybe another problem here: When AI are driving vehicles, all exit the vehicle expect for the driver. Then it just sits there not moving with the ai driver just sitting there.
  15. Try this, not my work. Cant remember where I got it from. https://drive.google.com/open?id=0B7f7inkZ9lkaQkNSdFJ0cGZRaWM
  16. J0K3R 5

    GF Headshot + Killfeed Script

    Been messing about with this, nice little mod
  17. // UK Anti-Air //remove ALL Unit equipment etc clearAllItemsFromBackpack player; clearBackpackCargo player; removeAllWeapons player; removeAllItems player; removeBackpack player; removeHeadgear player; removeUniform player; removeVest player; {player unassignItem _x;player removeItem _x} forEach assignedItems player; //Give Unit clothing of choice player addHeadGear "H_HelmetB_snakeskin"; player addbackpack "B_Carryall_cbr"; player addVest "V_PlateCarrierH_CTRG"; player addUniform "U_B_CTRG_1"; //Give Unit Essential items player additem "ItemWatch"; player assignItem "ItemWatch"; player addItem "ItemGPS"; player assignItem "ItemGPS"; player addItem "ItemRadio"; player assignItem "ItemRadio"; player additem "ItemCompass"; player assignItem "ItemCompass"; player additem "ItemMap"; player assignItem "ItemMap"; player additem "NVGoggles"; player assignItem "NVGoggles"; player addweapon "Binocular"; //Give Unit primary weapons and magazines based on Side player addmagazines ["30Rnd_65x39_caseless_mag_Tracer",10]; player addweapon "arifle_MXC_F"; player addMagazines ["Titan_AA",1]; player addMagazines ["30Rnd_9x21_Mag",3]; //Give Unit primary weapon attachments based on side and weapon capability player addprimaryweaponitem "acc_flashlight"; player addPrimaryWeaponitem "optic_Hamr"; //Give Unit secondary weapons and magazines based on weapon capability player addweapon "hgun_Rook40_F"; player addweapon "launch_B_Titan_F"; player addMagazines ["Titan_AA",3]; player addMagazines ["ATMine_Range_Mag",2]; player addMagazines ["30Rnd_9x21_Mag",2]; player addmagazines ["HandGrenade",4]; // Load up on FirstAidKits player additem "FirstAidKit"; player additem "FirstAidKit"; in the ammo box init "this addAction [""<t color='#f2740b'>Virtual Arsenal</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\spacearsenal_ca'/>"", {[""Open"",true] spawn BIS_fnc_arsenal}]; this addAction [""<t color='#eed56d'>AntiAir Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\AntiAir.sqf""]; this addAction [""<t color='#eed56d'>AntiTank Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\AntiTank.sqf""]; this addAction [""<t color='#eed56d'>Demolition Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\Demolitionist.sqf""]; this addAction [""<t color='#eed56d'>Diver Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\Diver.sqf""]; this addAction [""<t color='#eed56d'>Grenadier Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\Grenadier.sqf""]; this addAction [""<t color='#eed56d'>Heavy Gunner Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\Heavy.sqf""]; this addAction [""<t color='#eed56d'>Medic Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\Medic.sqf""]; this addAction [""<t color='#eed56d'>Officer Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\Officer.sqf""]; this addAction [""<t color='#eed56d'>Pilot Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\Pilot.sqf""]; this addAction [""<t color='#eed56d'>Recon Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\Recon.sqf""]; this addAction [""<t color='#eed56d'>Repair Specialist Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\RepairSpecialist.sqf""]; this addAction [""<t color='#eed56d'>Saboteur Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\Saboteur.sqf""]; this addAction [""<t color='#eed56d'>Sniper Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\Sniper.sqf""]; this addAction [""<t color='#eed56d'>Squad Leader Kit</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\SquadLeader.sqf""]; this addAction [""<t color='#eed56d'>Squad Leader Kit (R)</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\SquadLeader(R).sqf""]; this addAction [""<t color='#eed56d'>Squad Leader Diver Kit (R)</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa'/>"", ""scripts\loadouts\Diver(R).sqf""]; this addAction [""<t color='#23fcd2'>Save Loadout</t><br/><img size='2' image='\a3\ui_f\data\gui\Rsc\RscDisplayArcadeMap\icon_save_ca.paa'/>"", ""scripts\gearsave.sqf""];";
  18. In the settings: iedMkr = ["iedMkr0","iedMkr1","iedMkr2","iedMkr3"]; iedNum = 5; iedDmg = false; Dbug = false; iedBlast = ["Bo_Mk82","Rocket_03_HE_F","M_Mo_82mm_AT_LG","Bo_GBU12_LGB","Bo_GBU12_LGB_MI10","HelicopterExploSmall"]; iedList = ["IEDLandBig_F","IEDLandSmall_F","IEDUrbanBig_F","IEDUrbanSmall_F"]; iedAmmo = ["IEDUrbanSmall_Remote_Ammo","IEDLandSmall_Remote_Ammo","IEDUrbanBig_Remote_Ammo","IEDLandBig_Remote_Ammo"]; iedJunk = ["Land_Garbage_square3_F","Land_Garbage_square5_F","Land_Garbage_line_F"];
  19. J0K3R 5

    Vcom AI V2.0 - AI Overhaul

    Got the latest in my Insurgency missions and running with no problems here.
  20. This is what I use on my custom Island and it works. You will need to alter to suit your map. https://pastebin.com/ajRfhFkU config.cpp https://pastebin.com/fg043iZ0 CfgVehicles.hpp https://pastebin.com/4kBfWZTk CfgSurfaces.hpp https://pastebin.com/Q71RHB1r cfgClutter.hpp
  21. J0K3R 5

    INSURGENCY Fallujah

    INSURGENCY Fallujah ============================================================= Capture the red zones, turn them green by killing the enemy. Locate the intel to find the ammo caches. ============================================================= Halo incertion + AI Recruit AI IED's Drag + Drop Load into vehicles Vcomai Caching Earplugs Intro - can be disabled in params Nametags Fastrope Advanced rappelling Sling loading Spawn protection Virtual ammobox Virtual repair + reload vehicles Selectable opposing army Selectable time Selectable weather Selectable grass density Selectable player fatigue Selectable wind Group management [press u] Zeus Urban Rappelling Selectable bleedout timer ============================================================= Tips: * The intel can be hard to find as its a small item, best chances to find them is to walk around the dead bodies of the rebels. * You can play the mission without finding any intel, you just have to search every building in the capture zone for the caches. * The caches can only be destroyed with explosives. * Save player loadout saves your current loadout as you die, so if you have used ammo clips thats what you spawn with. ============================================================= http://steamcommunity.com/sharedfiles/filedetails/?id=789707351 https://drive.google.com/open?id=0B7f7inkZ9lkaNU0yMTlpMFViSlE
×