mission = 
{
	["groundControl"] = 
	{
		["passwords"] = 
		{
			["artillery_commander"] = {},
			["instructor"] = {},
			["observer"] = {},
			["forward_observer"] = {},
		}, -- end of ["passwords"]
		["roles"] = 
		{
			["artillery_commander"] = 
			{
				["neutrals"] = 0,
				["blue"] = 0,
				["red"] = 0,
			}, -- end of ["artillery_commander"]
			["instructor"] = 
			{
				["neutrals"] = 0,
				["blue"] = 0,
				["red"] = 0,
			}, -- end of ["instructor"]
			["observer"] = 
			{
				["neutrals"] = 0,
				["blue"] = 0,
				["red"] = 0,
			}, -- end of ["observer"]
			["forward_observer"] = 
			{
				["neutrals"] = 0,
				["blue"] = 0,
				["red"] = 0,
			}, -- end of ["forward_observer"]
		}, -- end of ["roles"]
		["isPilotControlVehicles"] = true,
	}, -- end of ["groundControl"]
	["requiredModules"] = {},
	["date"] = 
	{
		["Day"] = 1,
		["Year"] = 2011,
		["Month"] = 6,
	}, -- end of ["date"]
	["trig"] = 
	{
		["actions"] = 
		{
			[1] = "a_do_script(\"CTLD_DYNAMIC_PATH=[[d:\\\\dev\\\\_dcs-other\\\\CTLD\\\\]]\");",
			[2] = "a_do_script_file(getValueResourceByKey(\"ResKey_Action_305\"));",
			[3] = "a_out_sound_c(21, getValueResourceByKey(\"ResKey_Action_2\"), 0);a_out_sound_c(8, getValueResourceByKey(\"ResKey_Action_3\"), 0);",
			[4] = "a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_312\"), 10, false, 0);a_do_script_file(getValueResourceByKey(\"ResKey_Action_306\"));",
			[5] = "a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_315\"), 10, false, 0);a_do_script_file(getValueResourceByKey(\"ResKey_Action_316\"));",
			[6] = "a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_313\"), 10, false, 0);a_do_script(\"assert(loadfile(CTLD_DYNAMIC_PATH..\\\"CTLD-i18n.lua\\\"))()\");",
			[7] = "a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_321\"), 10, false, 0);a_do_script(\"assert(loadfile(CTLD_DYNAMIC_PATH..\\\"CTLD.lua\\\"))()\");",
		}, -- end of ["actions"]
		["events"] = {},
		["custom"] = {},
		["func"] = {},
		["flag"] = 
		{
			[1] = true,
			[2] = true,
			[3] = true,
			[4] = true,
			[5] = true,
			[6] = true,
			[7] = true,
		}, -- end of ["flag"]
		["conditions"] = 
		{
			[1] = "return(c_flag_is_true(\"setToFlagIsFalseToEnable\") )",
			[2] = "return(true)",
			[3] = "return(true)",
			[4] = "return(c_predicate(getValueDictByKey(\"DictKey_ActionText_308\")) )",
			[5] = "return(c_predicate(getValueDictByKey(\"DictKey_ActionText_314\")) )",
			[6] = "return(c_predicate(getValueDictByKey(\"DictKey_ActionText_309\")) )",
			[7] = "return(c_predicate(getValueDictByKey(\"DictKey_ActionText_320\")) )",
		}, -- end of ["conditions"]
		["customStartup"] = {},
		["funcStartup"] = 
		{
			[1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
			[2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
			[3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
			[4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
			[5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
			[6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
			[7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
		}, -- end of ["funcStartup"]
	}, -- end of ["trig"]
	["maxDictId"] = 323,
	["result"] = 
	{
		["offline"] = 
		{
			["conditions"] = {},
			["actions"] = {},
			["func"] = {},
		}, -- end of ["offline"]
		["total"] = 0,
		["blue"] = 
		{
			["conditions"] = {},
			["actions"] = {},
			["func"] = {},
		}, -- end of ["blue"]
		["red"] = 
		{
			["conditions"] = {},
			["actions"] = {},
			["func"] = {},
		}, -- end of ["red"]
	}, -- end of ["result"]
	["pictureFileNameN"] = {},
	["descriptionNeutralsTask"] = "",
	["pictureFileNameServer"] = {},
	["weather"] = 
	{
		["wind"] = 
		{
			["at8000"] = 
			{
				["speed"] = 0,
				["dir"] = 0,
			}, -- end of ["at8000"]
			["at2000"] = 
			{
				["speed"] = 0,
				["dir"] = 0,
			}, -- end of ["at2000"]
			["atGround"] = 
			{
				["speed"] = 0,
				["dir"] = 0,
			}, -- end of ["atGround"]
		}, -- end of ["wind"]
		["enable_fog"] = false,
		["season"] = 
		{
			["temperature"] = 20,
		}, -- end of ["season"]
		["qnh"] = 760,
		["cyclones"] = {},
		["dust_density"] = 0,
		["enable_dust"] = false,
		["clouds"] = 
		{
			["density"] = 0,
			["thickness"] = 200,
			["base"] = 300,
			["iprecptns"] = 0,
		}, -- end of ["clouds"]
		["atmosphere_type"] = 0,
		["groundTurbulence"] = 0,
		["halo"] = 
		{
			["preset"] = "off",
		}, -- end of ["halo"]
		["type_weather"] = 0,
		["modifiedTime"] = true,
		["name"] = "Winter, clean sky",
		["fog"] = 
		{
			["thickness"] = 0,
			["visibility"] = 25,
		}, -- end of ["fog"]
		["visibility"] = 
		{
			["distance"] = 80000,
		}, -- end of ["visibility"]
	}, -- end of ["weather"]
	["theatre"] = "Caucasus",
	["triggers"] = 
	{
		["zones"] = {},
	}, -- end of ["triggers"]
	["map"] = 
	{
		["centerY"] = 618333.97408304,
		["zoom"] = 4030.1960431475,
		["centerX"] = -355951.69488108,
	}, -- end of ["map"]
	["coalitions"] = 
	{
		["blue"] = 
		{
			[1] = 21,
			[2] = 11,
			[3] = 8,
			[4] = 13,
			[5] = 5,
			[6] = 16,
			[7] = 6,
			[8] = 15,
			[9] = 20,
			[10] = 12,
			[11] = 9,
			[12] = 10,
			[13] = 3,
			[14] = 4,
			[15] = 2,
		}, -- end of ["blue"]
		["neutrals"] = 
		{
			[1] = 7,
			[2] = 17,
			[3] = 22,
			[4] = 23,
			[5] = 24,
			[6] = 25,
			[7] = 26,
			[8] = 27,
			[9] = 28,
			[10] = 29,
			[11] = 30,
			[12] = 31,
			[13] = 32,
			[14] = 33,
			[15] = 34,
			[16] = 35,
			[17] = 36,
			[18] = 37,
			[19] = 38,
			[20] = 39,
			[21] = 40,
			[22] = 41,
			[23] = 42,
			[24] = 43,
			[25] = 44,
			[26] = 45,
			[27] = 46,
			[28] = 47,
			[29] = 48,
			[30] = 49,
			[31] = 50,
			[32] = 51,
			[33] = 52,
			[34] = 53,
			[35] = 54,
			[36] = 55,
			[37] = 56,
			[38] = 57,
			[39] = 58,
			[40] = 59,
			[41] = 60,
			[42] = 61,
			[43] = 62,
			[44] = 63,
			[45] = 64,
			[46] = 65,
			[47] = 66,
			[48] = 67,
			[49] = 68,
			[50] = 69,
			[51] = 70,
			[52] = 71,
			[53] = 72,
			[54] = 73,
			[55] = 74,
			[56] = 75,
			[57] = 76,
			[58] = 77,
			[59] = 78,
			[60] = 79,
			[61] = 80,
			[62] = 81,
			[63] = 82,
			[64] = 83,
			[65] = 84,
			[66] = 85,
			[67] = 86,
			[68] = 87,
			[69] = 88,
			[70] = 89,
			[71] = 90,
			[72] = 91,
			[73] = 92,
		}, -- end of ["neutrals"]
		["red"] = 
		{
			[1] = 18,
			[2] = 0,
			[3] = 19,
			[4] = 1,
		}, -- end of ["red"]
	}, -- end of ["coalitions"]
	["descriptionText"] = "DictKey_descriptionText_84",
	["pictureFileNameR"] = {},
	["descriptionBlueTask"] = "DictKey_descriptionBlueTask_86",
	["goals"] = {},
	["descriptionRedTask"] = "DictKey_descriptionRedTask_85",
	["pictureFileNameB"] = {},
	["coalition"] = 
	{
		["blue"] = 
		{
			["bullseye"] = 
			{
				["y"] = 617414,
				["x"] = -291014,
			}, -- end of ["bullseye"]
			["nav_points"] = {},
			["name"] = "blue",
			["country"] = 
			{
				[1] = 
				{
					["helicopter"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Transport",
								["uncontrolled"] = false,
								["hiddenOnMFD"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 10,
											["action"] = "From Ground Area Hot",
											["alt_type"] = "BARO",
											["properties"] = 
											{
												["addopt"] = {},
											}, -- end of ["properties"]
											["speed"] = 46.25,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffGroundHot",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 618320.23760399,
											["x"] = -356156.55815509,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 41,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 10,
										["hardpoint_racks"] = true,
										["alt_type"] = "BARO",
										["livery_id"] = "Italy 15B Stormo S.A.R -Soccorso",
										["skill"] = "Client",
										["ropeLength"] = 15,
										["speed"] = 46.25,
										["AddPropAircraft"] = 
										{
											["SoloFlight"] = false,
											["ExhaustScreen"] = true,
											["GunnersAISkill"] = 90,
											["NetCrewControlPriority"] = 0,
											["EngineResource"] = 90,
										}, -- end of ["AddPropAircraft"]
										["type"] = "UH-1H",
										["Radio"] = 
										{
											[1] = 
											{
												["channels"] = 
												{
													[1] = 251,
													[2] = 264,
													[4] = 256,
													[8] = 257,
													[16] = 261,
													[17] = 267,
													[9] = 255,
													[18] = 251,
													[5] = 254,
													[10] = 262,
													[20] = 266,
													[11] = 259,
													[3] = 265,
													[6] = 250,
													[12] = 268,
													[13] = 269,
													[7] = 270,
													[14] = 260,
													[19] = 253,
													[15] = 263,
												}, -- end of ["channels"]
												["modulations"] = {},
												["channelsNames"] = {},
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 49,
										["psi"] = -5.3407075111026,
										["onboard_num"] = "010",
										["y"] = 618320.23760399,
										["x"] = -356156.55815509,
										["name"] = "helicargo1-1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = "631",
											["flare"] = 60,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 5.3407075111026,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 618320.23760399,
								["x"] = -356156.55815509,
								["name"] = "helicargo1",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 251,
							}, -- end of [1]
						}, -- end of ["group"]
					}, -- end of ["helicopter"]
					["name"] = "USA",
					["id"] = 2,
					["vehicle"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Pas de sol",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[1] = 
										{
											[1] = 
											{
												["y"] = 631739.15304579,
												["x"] = -317916.92574135,
											}, -- end of [1]
											[2] = 
											{
												["y"] = 631739.15304579,
												["x"] = -317916.92574135,
											}, -- end of [2]
										}, -- end of [1]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 17,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 631739.15304579,
											["x"] = -317916.92574135,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 46,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Hummer",
										["unitId"] = 54,
										["y"] = 631739.15304579,
										["x"] = -317916.92574135,
										["name"] = "Sol_g-2-1",
										["heading"] = 3.8908902229298,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 631739.15304579,
								["x"] = -317916.92574135,
								["name"] = "Sol_g-2",
								["start_time"] = 0,
							}, -- end of [1]
						}, -- end of ["group"]
					}, -- end of ["vehicle"]
					["static"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 618331.27359936,
											["speed"] = 0,
											["x"] = -356132.33183639,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 42,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "Fortifications",
										["shape_name"] = "H-Windsock_RW",
										["type"] = "Windsock",
										["unitId"] = 50,
										["rate"] = 3,
										["y"] = 618331.27359936,
										["x"] = -356132.33183639,
										["name"] = "logistic1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 618331.27359936,
								["x"] = -356132.33183639,
								["name"] = "logistic1",
								["dead"] = false,
							}, -- end of [1]
						}, -- end of ["group"]
					}, -- end of ["static"]
				}, -- end of [1]
			}, -- end of ["country"]
		}, -- end of ["blue"]
		["neutrals"] = 
		{
			["bullseye"] = 
			{
				["y"] = 100,
				["x"] = 100,
			}, -- end of ["bullseye"]
			["nav_points"] = {},
			["name"] = "neutrals",
			["country"] = {},
		}, -- end of ["neutrals"]
		["red"] = 
		{
			["bullseye"] = 
			{
				["y"] = 371700,
				["x"] = 11557,
			}, -- end of ["bullseye"]
			["nav_points"] = {},
			["name"] = "red",
			["country"] = 
			{
				[1] = 
				{
					["helicopter"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Transport",
								["uncontrolled"] = false,
								["hiddenOnMFD"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 18,
											["action"] = "From Ground Area Hot",
											["alt_type"] = "BARO",
											["properties"] = 
											{
												["addopt"] = {},
											}, -- end of ["properties"]
											["speed"] = 46.25,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffGroundHot",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 635947.21659225,
											["x"] = -318086.67775527,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 44,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 18,
										["hardpoint_racks"] = true,
										["alt_type"] = "BARO",
										["livery_id"] = "Italy 15B Stormo S.A.R -Soccorso",
										["skill"] = "Client",
										["ropeLength"] = 15,
										["speed"] = 46.25,
										["AddPropAircraft"] = 
										{
											["SoloFlight"] = false,
											["ExhaustScreen"] = true,
											["GunnersAISkill"] = 90,
											["NetCrewControlPriority"] = 0,
											["EngineResource"] = 90,
										}, -- end of ["AddPropAircraft"]
										["type"] = "UH-1H",
										["Radio"] = 
										{
											[1] = 
											{
												["channels"] = 
												{
													[1] = 251,
													[2] = 264,
													[4] = 256,
													[8] = 257,
													[16] = 261,
													[17] = 267,
													[9] = 255,
													[18] = 251,
													[5] = 254,
													[10] = 262,
													[20] = 266,
													[11] = 259,
													[3] = 265,
													[6] = 250,
													[12] = 268,
													[13] = 269,
													[7] = 270,
													[14] = 260,
													[15] = 263,
													[19] = 253,
												}, -- end of ["channels"]
												["modulations"] = {},
												["channelsNames"] = {},
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 52,
										["psi"] = -5.3407075111026,
										["onboard_num"] = "011",
										["y"] = 635947.21659225,
										["x"] = -318086.67775527,
										["name"] = "helicargo2-1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = "631",
											["flare"] = 60,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 5.3407075111026,
										["callsign"] = 100,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 635947.21659225,
								["x"] = -318086.67775527,
								["name"] = "helicargo2",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 251,
							}, -- end of [1]
						}, -- end of ["group"]
					}, -- end of ["helicopter"]
					["name"] = "Russia",
					["id"] = 0,
					["vehicle"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Pas de sol",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[1] = 
										{
											[1] = 
											{
												["y"] = 623460.89687081,
												["x"] = -359527.26275024,
											}, -- end of [1]
											[2] = 
											{
												["y"] = 623460.89687081,
												["x"] = -359527.26275024,
											}, -- end of [2]
										}, -- end of [1]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 46,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 623460.89687081,
											["x"] = -359527.26275024,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 43,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Tigr_233036",
										["unitId"] = 51,
										["y"] = 623460.89687081,
										["x"] = -359527.26275024,
										["name"] = "Sol_g-1-1",
										["heading"] = 5.063623128592,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 623460.89687081,
								["x"] = -359527.26275024,
								["name"] = "Sol_g-1",
								["start_time"] = 0,
							}, -- end of [1]
						}, -- end of ["group"]
					}, -- end of ["vehicle"]
					["static"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 635983.31979477,
											["speed"] = 0,
											["x"] = -318088.65858193,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 45,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "Fortifications",
										["shape_name"] = "H-Windsock_RW",
										["type"] = "Windsock",
										["unitId"] = 53,
										["rate"] = 3,
										["y"] = 635983.31979477,
										["x"] = -318088.65858193,
										["name"] = "logistic2",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 635983.31979477,
								["x"] = -318088.65858193,
								["name"] = "logistic2",
								["dead"] = false,
							}, -- end of [1]
						}, -- end of ["group"]
					}, -- end of ["static"]
				}, -- end of [1]
			}, -- end of ["country"]
		}, -- end of ["red"]
	}, -- end of ["coalition"]
	["sortie"] = "DictKey_sortie_87",
	["version"] = 23,
	["trigrules"] = 
	{
		[1] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["coalitionlist"] = "red",
					["unitType"] = "ALL",
					["zone"] = 318,
					["flag"] = "setToFlagIsFalseToEnable",
					["predicate"] = "c_flag_is_true",
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Define loading mode",
			["predicate"] = "triggerStart",
			["actions"] = 
			{
				[1] = 
				{
					["text"] = "CTLD_DYNAMIC_PATH=[[d:\\dev\\_dcs-other\\CTLD\\]]",
					["predicate"] = "a_do_script",
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0x00ffffff",
		}, -- end of [1]
		[2] = 
		{
			["rules"] = {},
			["comment"] = "Load Mist",
			["eventlist"] = "",
			["predicate"] = "triggerStart",
			["actions"] = 
			{
				[1] = 
				{
					["meters"] = 1000,
					["file"] = "ResKey_Action_305",
					["predicate"] = "a_do_script_file",
					["zone"] = 318,
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0xffffffff",
		}, -- end of [2]
		[3] = 
		{
			["rules"] = {},
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["countrylist"] = 21,
					["file"] = "ResKey_Action_2",
					["predicate"] = "a_out_sound_c",
					["ai_task"] = 
					{
						[1] = "",
						[2] = "",
					}, -- end of ["ai_task"]
				}, -- end of [1]
				[2] = 
				{
					["file"] = "ResKey_Action_3",
					["countrylist"] = 8,
					["predicate"] = "a_out_sound_c",
					["ai_task"] = 
					{
						[1] = "",
						[2] = "",
					}, -- end of ["ai_task"]
				}, -- end of [2]
			}, -- end of ["actions"]
			["predicate"] = "triggerStart",
			["comment"] = "Sounds",
		}, -- end of [3]
		[4] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["coalitionlist"] = "red",
					["unitType"] = "ALL",
					["zone"] = 318,
					["text"] = "DictKey_ActionText_308",
					["predicate"] = "c_predicate",
					["KeyDict_text"] = "DictKey_ActionText_308",
				}, -- end of [1]
			}, -- end of ["rules"]
			["comment"] = "Load CTLD-i18n - static",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["seconds"] = 10,
					["start_delay"] = 0,
					["predicate"] = "a_out_text_delay",
					["text"] = "DictKey_ActionText_312",
					["KeyDict_text"] = "DictKey_ActionText_312",
					["clearview"] = false,
				}, -- end of [1]
				[2] = 
				{
					["meters"] = 1000,
					["zone"] = 318,
					["KeyDict_text"] = "DictKey_ActionText_299",
					["file"] = "ResKey_Action_306",
					["predicate"] = "a_do_script_file",
					["text"] = "DictKey_ActionText_299",
				}, -- end of [2]
			}, -- end of ["actions"]
			["predicate"] = "triggerStart",
			["colorItem"] = "0x00ffffff",
		}, -- end of [4]
		[5] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["coalitionlist"] = "red",
					["unitType"] = "ALL",
					["zone"] = 318,
					["text"] = "DictKey_ActionText_314",
					["predicate"] = "c_predicate",
					["KeyDict_text"] = "DictKey_ActionText_314",
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Load CTLD - static",
			["predicate"] = "triggerStart",
			["actions"] = 
			{
				[1] = 
				{
					["seconds"] = 10,
					["start_delay"] = 0,
					["KeyDict_text"] = "DictKey_ActionText_315",
					["text"] = "DictKey_ActionText_315",
					["predicate"] = "a_out_text_delay",
					["clearview"] = false,
				}, -- end of [1]
				[2] = 
				{
					["text"] = "DictKey_ActionText_317",
					["zone"] = 318,
					["predicate"] = "a_do_script_file",
					["meters"] = 1000,
					["KeyDict_text"] = "DictKey_ActionText_317",
					["file"] = "ResKey_Action_316",
				}, -- end of [2]
			}, -- end of ["actions"]
			["colorItem"] = "0x00ffffff",
		}, -- end of [5]
		[6] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["coalitionlist"] = "red",
					["unitType"] = "ALL",
					["zone"] = 318,
					["text"] = "DictKey_ActionText_309",
					["predicate"] = "c_predicate",
					["KeyDict_text"] = "DictKey_ActionText_309",
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Load CTLD-i18n - dynamic",
			["predicate"] = "triggerStart",
			["actions"] = 
			{
				[1] = 
				{
					["seconds"] = 10,
					["start_delay"] = 0,
					["predicate"] = "a_out_text_delay",
					["text"] = "DictKey_ActionText_313",
					["KeyDict_text"] = "DictKey_ActionText_313",
					["clearview"] = false,
				}, -- end of [1]
				[2] = 
				{
					["text"] = "assert(loadfile(CTLD_DYNAMIC_PATH..\"CTLD-i18n.lua\"))()",
					["predicate"] = "a_do_script",
				}, -- end of [2]
			}, -- end of ["actions"]
			["colorItem"] = "0x00ffffff",
		}, -- end of [6]
		[7] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["coalitionlist"] = "red",
					["unitType"] = "ALL",
					["zone"] = 318,
					["text"] = "DictKey_ActionText_320",
					["predicate"] = "c_predicate",
					["KeyDict_text"] = "DictKey_ActionText_320",
				}, -- end of [1]
			}, -- end of ["rules"]
			["comment"] = "Load CTLD - dynamic",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["seconds"] = 10,
					["start_delay"] = 0,
					["KeyDict_text"] = "DictKey_ActionText_321",
					["text"] = "DictKey_ActionText_321",
					["predicate"] = "a_out_text_delay",
					["clearview"] = false,
				}, -- end of [1]
				[2] = 
				{
					["text"] = "assert(loadfile(CTLD_DYNAMIC_PATH..\"CTLD.lua\"))()",
					["predicate"] = "a_do_script",
				}, -- end of [2]
			}, -- end of ["actions"]
			["predicate"] = "triggerStart",
			["colorItem"] = "0x00ffffff",
		}, -- end of [7]
	}, -- end of ["trigrules"]
	["currentKey"] = 102967,
	["failures"] = {},
	["forcedOptions"] = {},
	["start_time"] = 43200,
} -- end of mission
