Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: mission.sqm
Submitted on June 5, 2015 at 08:45 PM

Section 1 (Text)

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995
version=12;
class Mission
{
	addOns[]=
	{
		"a3_map_altis",
		"A3_Air_F_Beta_Heli_Transport_01",
		"NOR_Units",
		"A3_Air_F_Heli_Heli_Transport_03",
		"A3_Air_F_Heli_Light_01",
		"A3_Weapons_F_Ammoboxes",
		"mcc_sandbox",
		"A3_Characters_F_BLUFOR",
		"a3_characters_f",
		"NOR_Vehicles",
		"nor_tanks",
		"AGM_Medical",
		"AGM_Core",
		"cse_sys_fastroping",
		"A3_Soft_F_Quadbike",
		"cse_sys_combatdeaf",
		"agm_map",
		"agm_explosives",
		"agm_movement",
		"agm_respawn",
		"agm_interaction",
		"agm_nametags",
		"cse_ab_advancedballistics",
		"cse_sys_advanced_interaction",
		"agm_logistics",
		"cse_sys_backblast",
		"cse_sys_equipment",
		"cse_sys_groups",
		"cse_sys_logistics",
		"cse_sys_weaponheat",
		"task_force_radio_items",
		"X39_MedSys_Scripting",
		"alive_main",
		"alive_sys_data",
		"alive_sys_playeroptions",
		"alive_sys_profile",
		"alive_sys_weather",
		"alive_amb_civ_placement",
		"alive_amb_civ_population",
		"alive_mil_opcom",
		"alive_sys_aiskill",
		"alive_mil_cqb",
		"alive_mil_ied",
		"alive_mil_logistics",
		"alive_civ_placement",
		"alive_mil_placement",
		"alive_sup_player_resupply",
		"alive_sup_combatsupport",
		"alive_sup_artillery",
		"alive_sup_cas",
		"alive_mil_c2istar",
		"HAFM_ArmA2_Helis",
		"alive_sup_transport"
	};
	addOnsAuto[]=
	{
		"NOR_Units",
		"A3_Characters_F_BLUFOR",
		"a3_characters_f",
		"X39_MedSys_Scripting",
		"alive_main",
		"alive_sys_playeroptions",
		"alive_sys_profile",
		"alive_sys_weather",
		"alive_amb_civ_placement",
		"alive_amb_civ_population",
		"alive_mil_cqb",
		"alive_mil_ied",
		"alive_mil_logistics",
		"alive_civ_placement",
		"alive_sup_combatsupport",
		"alive_sup_artillery",
		"alive_sup_cas",
		"alive_sup_transport",
		"alive_mil_c2istar",
		"alive_mil_placement",
		"alive_mil_opcom",
		"alive_sup_player_resupply",
		"alive_sys_data",
		"A3_Air_F_Beta_Heli_Transport_01",
		"A3_Air_F_Heli_Heli_Transport_03",
		"A3_Air_F_Heli_Light_01",
		"A3_Weapons_F_Ammoboxes",
		"mcc_sandbox",
		"NOR_Vehicles",
		"AGM_Medical",
		"AGM_Core",
		"HAFM_ArmA2_Helis",
		"cse_sys_fastroping",
		"nor_tanks",
		"A3_Soft_F_Quadbike",
		"a3_map_altis"
	};
	randomSeed=9425211;
	class Intel
	{
		briefingName="VNAF Irak";
		overviewText="VNAF reiser til Irak";
		resistanceWest=0;
		startWeather=0.29999998;
		startWind=0.099999994;
		startWaves=0.099999994;
		forecastWeather=0.29999998;
		forecastWind=0.099999994;
		forecastWaves=0.099999994;
		forecastLightnings=0.099999994;
		year=2035;
		month=6;
		day=24;
		hour=12;
		minute=0;
		startFogDecay=0.013;
		forecastFogDecay=0.013;
	};
	class Groups
	{
		items=108;
		class Item0
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14603.384,17.91,16741.684};
					azimut=126.322;
					special="NONE";
					id=0;
					side="WEST";
					vehicle="NOR_MM_Desert";
					player="PLAY CDG";
					leader=1;
					rank="COLONEL";
					skill=0.56769568;
					text="ZULU";
				};
			};
		};
		class Item1
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14432.946,19.092705,16312.104};
					id=1;
					side="WEST";
					vehicle="NOR_Spotter_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.64999998;
					text="DELTA54";
				};
			};
		};
		class Item2
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14439.156,18.950794,16311.58};
					id=2;
					side="WEST";
					vehicle="NOR_Spotter_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.64999998;
					text="BRAVO52";
				};
			};
		};
		class Item3
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14441.573,18.915344,16311.58};
					id=3;
					side="WEST";
					vehicle="NOR_Spotter_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.64999998;
					text="BRAVO54";
				};
			};
		};
		class Item4
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14431.178,19.136721,16311.985};
					id=4;
					side="WEST";
					vehicle="NOR_Spotter_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.64999998;
					text="DELTA52";
				};
			};
		};
		class Item5
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14439.147,18.960663,16313.405};
					id=5;
					side="WEST";
					vehicle="NOR_Sniper_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.64999998;
					text="BRAVO51";
				};
			};
		};
		class Item6
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14431.264,19.15794,16313.996};
					id=6;
					side="WEST";
					vehicle="NOR_Sniper_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.64999998;
					text="DELTA51";
				};
			};
		};
		class Item7
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14441.523,18.925909,16313.422};
					id=7;
					side="WEST";
					vehicle="NOR_Sniper_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.64999998;
					text="BRAVO53";
				};
			};
		};
		class Item8
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14433.019,19.112745,16313.941};
					id=8;
					side="WEST";
					vehicle="NOR_Sniper_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.64999998;
					text="DELTA53";
				};
			};
		};
		class Item9
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14461.011,18.792122,16302.115};
					id=9;
					side="WEST";
					vehicle="NOR_SL_Desert";
					player="PLAYER COMMANDER";
					leader=1;
					rank="CAPTAIN";
					skill=0.5;
					text="DELTA11";
				};
			};
		};
		class Item10
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14460.586,18.776785,16299.9};
					id=10;
					side="WEST";
					vehicle="NOR_T_S1_Desert";
					player="PLAY CDG";
					leader=1;
					skill=0.44999999;
					text="DELTA14";
				};
			};
		};
		class Item11
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14458.632,18.775356,16299.803};
					id=11;
					side="WEST";
					vehicle="NOR_T_MEDIC_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.44999999;
					text="DELTA13";
				};
			};
		};
		class Item12
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14456.63,18.775791,16299.617};
					id=12;
					side="WEST";
					vehicle="NOR_T_AR_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.40000001;
					text="DELTA12";
				};
			};
		};
		class Item13
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14461.925,18.77763,16299.758};
					id=13;
					side="WEST";
					vehicle="NOR_T_S1_Desert";
					player="PLAY CDG";
					leader=1;
					skill=0.40000001;
					text="DELTA15";
				};
			};
		};
		class Item14
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14464.925,18.78163,16299.758};
					id=14;
					side="WEST";
					vehicle="NOR_T_S1_Desert";
					player="PLAY CDG";
					leader=1;
					skill=0.40000001;
					text="DELTA16";
				};
			};
		};
		class Item15
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14462.015,18.766752,16298.109};
					id=15;
					side="WEST";
					vehicle="NOR_SL_Desert";
					player="PLAY CDG";
					leader=1;
					rank="LIEUTENANT";
					skill=0.5;
					text="DELTA21";
				};
			};
		};
		class Item16
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14461.015,18.756264,16296.735};
					id=16;
					side="WEST";
					vehicle="NOR_SL_Desert";
					player="PLAY CDG";
					leader=1;
					skill=0.44999999;
					text="DELTA24";
				};
			};
		};
		class Item17
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14458.775,18.75757,16296.737};
					id=17;
					side="WEST";
					vehicle="NOR_T_MEDIC_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.44999999;
					text="DELTA23";
				};
			};
		};
		class Item18
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14457.056,18.759365,16296.644};
					id=18;
					side="WEST";
					vehicle="NOR_T_AR_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.40000001;
					text="DELTA22";
				};
			};
		};
		class Item19
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14463.717,18.75894,16296.596};
					id=19;
					side="WEST";
					vehicle="NOR_T_S1_Desert";
					player="PLAY CDG";
					leader=1;
					skill=0.40000001;
					text="DELTA25";
				};
			};
		};
		class Item20
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14466.717,18.762939,16296.596};
					id=20;
					side="WEST";
					vehicle="NOR_T_S1_Desert";
					player="PLAY CDG";
					leader=1;
					skill=0.40000001;
					text="DELTA26";
				};
			};
		};
		class Item21
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14463.239,18.74795,16295.044};
					id=21;
					side="WEST";
					vehicle="NOR_SL_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.5;
					text="DELTA31";
				};
			};
		};
		class Item22
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14462.095,18.736338,16293.063};
					id=22;
					side="WEST";
					vehicle="NOR_SL_Desert";
					player="PLAY CDG";
					leader=1;
					skill=0.44999999;
					text="DELTA34";
				};
			};
		};
		class Item23
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14459.812,18.736832,16293.107};
					id=23;
					side="WEST";
					vehicle="NOR_T_MEDIC_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.44999999;
					text="DELTA33";
				};
			};
		};
		class Item24
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14456.961,18.739597,16292.915};
					id=24;
					side="WEST";
					vehicle="NOR_T_AR_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.40000001;
					text="DELTA32";
				};
			};
		};
		class Item25
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14464.706,18.736063,16292.967};
					id=25;
					side="WEST";
					vehicle="NOR_T_S1_Desert";
					player="PLAY CDG";
					leader=1;
					skill=0.40000001;
					text="DELTA35";
				};
			};
		};
		class Item26
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14467.706,18.740065,16292.967};
					id=26;
					side="WEST";
					vehicle="NOR_T_S1_Desert";
					player="PLAY CDG";
					leader=1;
					skill=0.40000001;
					text="DELTA36";
				};
			};
		};
		class Item27
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14463.568,18.724033,16290.756};
					id=27;
					side="WEST";
					vehicle="NOR_SL_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.5;
					text="DELTA41";
				};
			};
		};
		class Item28
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14462.096,18.709293,16288.394};
					id=28;
					side="WEST";
					vehicle="NOR_SL_Desert";
					player="PLAY CDG";
					leader=1;
					skill=0.44999999;
					text="DELTA44";
				};
			};
		};
		class Item29
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14459.622,18.709175,16288.301};
					id=29;
					side="WEST";
					vehicle="NOR_T_MEDIC_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.44999999;
					text="DELTA43";
				};
			};
		};
		class Item30
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14457.34,18.712839,16288.394};
					id=30;
					side="WEST";
					vehicle="NOR_T_AR_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.40000001;
					text="DELTA42";
				};
			};
		};
		class Item31
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14464.564,18.708672,16288.301};
					id=31;
					side="WEST";
					vehicle="NOR_T_S1_Desert";
					player="PLAY CDG";
					leader=1;
					skill=0.40000001;
					text="DELTA45";
				};
			};
		};
		class Item32
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14467.564,18.708586,16288.301};
					id=32;
					side="WEST";
					vehicle="NOR_T_S1_Desert";
					player="PLAY CDG";
					leader=1;
					skill=0.40000001;
					text="DELTA46";
				};
			};
		};
		class Item33
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14687.006,17.91,16759.508};
					id=33;
					side="WEST";
					vehicle="NOR_FSK_SL_Multi";
					player="PLAY CDG";
					leader=1;
					rank="COLONEL";
					skill=0.5;
					text="ALFA11";
				};
			};
		};
		class Item34
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14682.896,17.91,16757.289};
					id=34;
					side="WEST";
					vehicle="NOR_FSK_S1_Multi";
					player="PLAY CDG";
					leader=1;
					rank="MAJOR";
					skill=0.44999999;
					text="ALFA14";
				};
			};
		};
		class Item35
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14684.896,17.91,16757.289};
					id=35;
					side="WEST";
					vehicle="NOR_FSK_MEDIC_Multi";
					player="PLAY CDG";
					leader=1;
					rank="MAJOR";
					skill=0.44999999;
					text="ALFA13";
				};
			};
		};
		class Item36
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14686.896,17.91,16757.289};
					id=36;
					side="WEST";
					vehicle="NOR_FSK_AR_Multi";
					player="PLAY CDG";
					leader=1;
					rank="MAJOR";
					skill=0.40000001;
					text="ALFA12";
				};
			};
		};
		class Item37
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14691.896,17.91,16757.289};
					id=37;
					side="WEST";
					vehicle="NOR_FSK_S1_Multi";
					player="PLAY CDG";
					leader=1;
					rank="MAJOR";
					skill=0.40000001;
					text="ALFA16";
				};
			};
		};
		class Item38
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14686.825,17.91,16755.271};
					id=38;
					side="WEST";
					vehicle="NOR_FSK_SL_Multi";
					player="PLAY CDG";
					leader=1;
					rank="MAJOR";
					skill=0.5;
					text="ALFA21";
				};
			};
		};
		class Item39
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14666.155,17.91,16742.703};
					id=39;
					side="WEST";
					vehicle="B_Pilot_F";
					player="PLAY CDG";
					leader=1;
					rank="LIEUTENANT";
					skill=0.40000001;
					text="BIGPAPA11";
				};
			};
		};
		class Item40
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14684.81,17.91,16753.619};
					id=40;
					side="WEST";
					vehicle="NOR_FSK_MEDIC_Multi";
					player="PLAY CDG";
					leader=1;
					rank="MAJOR";
					skill=0.44999999;
					text="ALFA23";
				};
			};
		};
		class Item41
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14686.81,17.91,16753.619};
					id=41;
					side="WEST";
					vehicle="NOR_FSK_AR_Multi";
					player="PLAY CDG";
					leader=1;
					rank="MAJOR";
					skill=0.40000001;
					text="ALFA22";
				};
			};
		};
		class Item42
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14688.81,17.91,16753.619};
					id=42;
					side="WEST";
					vehicle="NOR_FSK_MM_Multi";
					player="PLAY CDG";
					leader=1;
					rank="MAJOR";
					skill=0.40000001;
					text="ALFA25";
				};
			};
		};
		class Item43
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14691.81,17.91,16753.619};
					id=43;
					side="WEST";
					vehicle="NOR_FSK_S1_Multi";
					player="PLAY CDG";
					leader=1;
					rank="MAJOR";
					skill=0.40000001;
					text="ALFA26";
				};
			};
		};
		class Item44
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14688.896,17.91,16757.289};
					id=44;
					side="WEST";
					vehicle="NOR_FSK_MM_Multi";
					player="PLAY CDG";
					leader=1;
					rank="MAJOR";
					skill=0.40000001;
					text="ALFA15";
				};
			};
		};
		class Item45
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14682.81,17.91,16753.619};
					id=45;
					side="WEST";
					vehicle="NOR_FSK_SL_Multi";
					player="PLAY CDG";
					leader=1;
					rank="MAJOR";
					skill=0.44999999;
					text="ALFA24";
				};
			};
		};
		class Item46
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14657.741,17.91,16735.449};
					id=46;
					side="WEST";
					vehicle="B_Pilot_F";
					player="PLAY CDG";
					leader=1;
					rank="LIEUTENANT";
					skill=0.40000001;
					text="SMALLMAMA21";
				};
			};
		};
		class Item47
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14663.554,17.91,16740.471};
					id=47;
					side="WEST";
					vehicle="B_Pilot_F";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.40000001;
					text="BIGMAMA11";
				};
			};
		};
		class Item48
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14665.093,17.91,16741.373};
					id=48;
					side="WEST";
					vehicle="B_Pilot_F";
					player="PLAY CDG";
					leader=1;
					rank="LIEUTENANT";
					skill=0.40000001;
					text="BIGPAPA21";
				};
			};
		};
		class Item49
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14659.956,17.91,16737.129};
					id=49;
					side="WEST";
					vehicle="B_Pilot_F";
					player="PLAY CDG";
					leader=1;
					rank="LIEUTENANT";
					skill=0.40000001;
					text="SMALLMAMA11";
				};
			};
		};
		class Item50
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14661.661,17.91,16739.088};
					id=50;
					side="WEST";
					vehicle="B_Pilot_F";
					player="PLAY CDG";
					leader=1;
					rank="LIEUTENANT";
					skill=0.40000001;
					text="BIGMAMA21";
				};
			};
		};
		class Item51
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14447.303,18.791187,16299.638};
					id=51;
					side="WEST";
					vehicle="NOR_T_NCO_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.64999998;
					text="BRAVO25";
				};
			};
		};
		class Item52
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14448.58,18.790228,16299.75};
					id=52;
					side="WEST";
					vehicle="NOR_T_NCO_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.64999998;
					text="BRAVO26";
				};
			};
		};
		class Item53
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14445.041,18.795252,16299.795};
					id=53;
					side="WEST";
					vehicle="NOR_T_MEDIC_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.64999998;
					text="BRAVO23";
				};
			};
		};
		class Item54
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14449.592,18.80831,16303.229};
					id=54;
					side="WEST";
					vehicle="NOR_T_NCO_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.64999998;
					text="BRAVO16";
				};
			};
		};
		class Item55
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14445.874,18.820179,16303.7};
					id=55;
					side="WEST";
					vehicle="NOR_T_MEDIC_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.64999998;
					text="BRAVO13";
				};
			};
		};
		class Item56
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14448.322,18.812689,16303.416};
					id=56;
					side="WEST";
					vehicle="NOR_T_NCO_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.64999998;
					text="BRAVO15";
				};
			};
		};
		class Item57
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14444.475,18.827412,16303.562};
					id=57;
					side="WEST";
					vehicle="NOR_T_NCO_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.64999998;
					text="BRAVO12";
				};
			};
		};
		class Item58
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14446.592,18.82839,16305.494};
					id=58;
					side="WEST";
					vehicle="NOR_T_CO_Desert";
					player="PLAY CDG";
					leader=1;
					rank="MAJOR";
					skill=0.64999998;
					text="BRAVO11";
				};
			};
		};
		class Item59
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14447.297,18.816216,16303.563};
					id=59;
					side="WEST";
					vehicle="NOR_T_NCO_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.64999998;
					text="BRAVO14";
				};
			};
		};
		class Item60
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14446.183,18.803812,16301.308};
					azimut=-30.799;
					id=60;
					side="WEST";
					vehicle="NOR_T_CO_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.64999998;
					text="BRAVO21";
				};
			};
		};
		class Item61
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14444.066,18.808626,16299.928};
					id=61;
					side="WEST";
					vehicle="NOR_T_NCO_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.64999998;
					text="BRAVO22";
				};
			};
		};
		class Item62
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14446.284,18.793949,16299.849};
					id=62;
					side="WEST";
					vehicle="NOR_T_CO_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.64999998;
					text="BRAVO24";
				};
			};
		};
		class Item63
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14273.051,19.410482,16270.536};
					id=63;
					side="WEST";
					vehicle="B_Pilot_F";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.40000001;
					text="SAFESIERRA21";
				};
			};
		};
		class Item64
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14213.692,20.372986,16202.781};
					azimut=-74.484497;
					id=64;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.40000001;
					text="CHARLIE11";
				};
			};
		};
		class Item65
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14216.036,20.386936,16202.659};
					azimut=-74.484497;
					id=65;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					skill=0.40000001;
					text="CHARLIE13";
				};
			};
		};
		class Item66
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14214.128,20.399502,16200.764};
					azimut=-74.484497;
					id=66;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.40000001;
					text="CHARLIE12";
				};
			};
		};
		class Item67
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14210.26,20.399441,16198.74};
					id=67;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					rank="LIEUTENANT";
					skill=0.40000001;
					text="CHARLIE21";
				};
			};
		};
		class Item68
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14211.904,20.405676,16198.791};
					id=68;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					skill=0.40000001;
					text="CHARLIE23";
				};
			};
		};
		class Item69
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14211.056,20.413609,16197.092};
					id=69;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.40000001;
					text="CHARLIE22";
				};
			};
		};
		class Item70
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14207.658,20.447893,16195.02};
					id=70;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.40000001;
					text="CHARLIE31";
				};
			};
		};
		class Item71
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14209.516,20.438232,16194.542};
					id=71;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					skill=0.40000001;
					text="CHARLIE33";
				};
			};
		};
		class Item72
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14208.72,20.488632,16192.577};
					id=72;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.40000001;
					text="CHARLIE32";
				};
			};
		};
		class Item73
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14204.579,20.543209,16189.918};
					id=73;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.40000001;
					text="CHARLIE41";
				};
			};
		};
		class Item74
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14206.543,20.521687,16189.813};
					id=74;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					skill=0.40000001;
					text="CHARLIE43";
				};
			};
		};
		class Item75
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14205.747,20.541861,16188.219};
					id=75;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.40000001;
					text="CHARLIE42";
				};
			};
		};
		class Item76
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14259.452,19.746483,16259.425};
					id=76;
					side="WEST";
					vehicle="B_Pilot_F";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.40000001;
					text="SAFESIERRA11";
				};
			};
		};
		class Item77
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14183.463,19.515881,16286.58};
					id=77;
					side="WEST";
					vehicle="NOR_T_MEDIC_Desert";
					player="PLAY CDG";
					leader=1;
					rank="LIEUTENANT";
					skill=0.40000001;
					text="MIKE31";
				};
			};
		};
		class Item78
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14167.48,19.166271,16301.935};
					id=78;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.40000001;
					text="MIKE13";
				};
			};
		};
		class Item79
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14168.918,19.178354,16300.393};
					id=79;
					side="WEST";
					vehicle="NOR_T_MEDIC_Desert";
					player="PLAY CDG";
					leader=1;
					rank="CAPTAIN";
					skill=0.40000001;
					text="MIKE11";
				};
			};
		};
		class Item80
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14169.715,19.186415,16299.278};
					id=80;
					side="WEST";
					vehicle="NOR_T_MEDIC_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.40000001;
					text="MIKE12";
				};
			};
		};
		class Item81
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14174.223,19.316687,16294.867};
					id=81;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.40000001;
					text="MIKE23";
					syncId=0;
					synchronizations[]={0};
				};
			};
		};
		class Item82
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14175.395,19.36062,16293.805};
					id=82;
					side="WEST";
					vehicle="NOR_T_MEDIC_Desert";
					player="PLAY CDG";
					leader=1;
					rank="LIEUTENANT";
					skill=0.40000001;
					text="MIKE21";
				};
			};
		};
		class Item83
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14176.563,19.387316,16293.007};
					id=83;
					side="WEST";
					vehicle="NOR_T_MEDIC_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.40000001;
					text="MIKE22";
				};
			};
		};
		class Item84
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14182.081,19.507324,16287.907};
					id=84;
					side="WEST";
					vehicle="NOR_Crew_Standard";
					player="PLAY CDG";
					leader=1;
					rank="CORPORAL";
					skill=0.40000001;
					text="MIKE33";
				};
			};
		};
		class Item85
		{
			side="WEST";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14185.162,19.518354,16285.62};
					id=85;
					side="WEST";
					vehicle="NOR_T_MEDIC_Desert";
					player="PLAY CDG";
					leader=1;
					rank="SERGEANT";
					skill=0.40000001;
					text="MIKE32";
				};
			};
		};
		class Item86
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={14433.412,17.45252,16688.547};
					class args
					{
						items=5;
						class Item0
						{
							value="1";
							parentCls="X39_MedSys_Module_BasicModule";
							typeName="DialogOptions_EnableHealthView";
						};
						class Item1
						{
							value="1";
							parentCls="X39_MedSys_Module_BasicModule";
							typeName="DialogOptions_EnableBloodView";
						};
						class Item2
						{
							value="1";
							parentCls="X39_MedSys_Module_BasicModule";
							typeName="DialogOptions_EnableTourniquetView";
						};
						class Item3
						{
							value="1";
							parentCls="X39_MedSys_Module_BasicModule";
							typeName="DialogOptions_EnableLegView";
						};
						class Item4
						{
							value="1";
							parentCls="X39_MedSys_Module_BasicModule";
							typeName="DialogOptions_EnableMorphineView";
						};
					};
					id=86;
					side="LOGIC";
					vehicle="X39_MedSys_Module_BasicModule";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
				};
			};
		};
		class Item87
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13347.662,17.411259,18211.051};
					class args
					{
						items=8;
						class Item0
						{
							value="false";
							parentCls="ALiVE_require";
							typeName="debug";
						};
						class Item1
						{
							value="warning";
							parentCls="ALiVE_require";
							typeName="ALiVE_Versioning";
						};
						class Item2
						{
							value="true";
							parentCls="ALiVE_require";
							typeName="ALiVE_DISABLESAVE";
						};
						class Item3
						{
							value="0";
							parentCls="ALiVE_require";
							typeName="ALiVE_DISABLEMARKERS";
						};
						class Item4
						{
							value="0";
							parentCls="ALiVE_require";
							typeName="ALiVE_DISABLEADMINACTIONS";
						};
						class Item5
						{
							value="300";
							parentCls="ALiVE_require";
							typeName="ALiVE_GC_INTERVAL";
						};
						class Item6
						{
							value="100";
							parentCls="ALiVE_require";
							typeName="ALiVE_GC_THRESHHOLD";
						};
						class Item7
						{
							value="";
							parentCls="ALiVE_require";
							typeName="ALiVE_GC_INDIVIDUALTYPES";
						};
					};
					id=87;
					side="LOGIC";
					vehicle="ALiVE_require";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
				};
			};
		};
		class Item88
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13286.91,18.730171,18311.977};
					class args
					{
						items=35;
						class Item0
						{
							value="false";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="debug";
						};
						class Item1
						{
							value="";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="VIEW_DISTANCE";
						};
						class Item2
						{
							value="20000";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="maxVD";
						};
						class Item3
						{
							value="500";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="minVD";
						};
						class Item4
						{
							value="5";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="maxTG";
						};
						class Item5
						{
							value="1";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="minTG";
						};
						class Item6
						{
							value="";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="PERSISTENCE";
						};
						class Item7
						{
							value="true";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="enablePlayerPersistence";
						};
						class Item8
						{
							value="true";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="allowReset";
						};
						class Item9
						{
							value="true";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="allowManualSave";
						};
						class Item10
						{
							value="false";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="allowDiffClass";
						};
						class Item11
						{
							value="true";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="saveLoadout";
						};
						class Item12
						{
							value="true";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="saveAmmo";
						};
						class Item13
						{
							value="true";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="saveHealth";
						};
						class Item14
						{
							value="true";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="savePosition";
						};
						class Item15
						{
							value="true";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="saveScores";
						};
						class Item16
						{
							value="false";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="storeToDB";
						};
						class Item17
						{
							value="0";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="autoSaveTime";
						};
						class Item18
						{
							value="";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="CREW_INFO";
						};
						class Item19
						{
							value="0";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="crewinfo_ui_setting";
						};
						class Item20
						{
							value="";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="PLAYER_TAGS";
						};
						class Item21
						{
							value="modern";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_style_setting";
						};
						class Item22
						{
							value="false";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_onview_setting";
						};
						class Item23
						{
							value="true";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_displayrank_setting";
						};
						class Item24
						{
							value="true";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_displaygroup_setting";
						};
						class Item25
						{
							value="false";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_invehicle_setting";
						};
						class Item26
						{
							value="[""CAManBase"", ""Car"", ""Tank"", ""StaticWeapon"", ""Helicopter"", ""Plane""]";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_targets_setting";
						};
						class Item27
						{
							value="20";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_distance_setting";
						};
						class Item28
						{
							value="0.75";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_tolerance_setting";
						};
						class Item29
						{
							value="0.65";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_scale_setting";
						};
						class Item30
						{
							value="1.1";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_height_setting";
						};
						class Item31
						{
							value="#FFFFFF";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_namecolour_setting";
						};
						class Item32
						{
							value="#A8F000";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_groupcolour_setting";
						};
						class Item33
						{
							value="#FFB300";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_thisgroupleadernamecolour_setting";
						};
						class Item34
						{
							value="#009D91";
							parentCls="ALiVE_SYS_playeroptions";
							typeName="playertags_thisgroupcolour_setting";
						};
					};
					id=88;
					side="LOGIC";
					vehicle="ALiVE_SYS_playeroptions";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
				};
			};
		};
		class Item89
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13181.122,19.320744,18318.287};
					class args
					{
						items=8;
						class Item0
						{
							value="false";
							parentCls="ALiVE_sys_profile";
							typeName="debug";
						};
						class Item1
						{
							value="false";
							parentCls="ALiVE_sys_profile";
							typeName="persistent";
						};
						class Item2
						{
							value="IGNORE";
							parentCls="ALiVE_sys_profile";
							typeName="syncronised";
						};
						class Item3
						{
							value="1500";
							parentCls="ALiVE_sys_profile";
							typeName="spawnRadius";
						};
						class Item4
						{
							value="1500";
							parentCls="ALiVE_sys_profile";
							typeName="spawnTypeHeliRadius";
						};
						class Item5
						{
							value="0";
							parentCls="ALiVE_sys_profile";
							typeName="spawnTypeJetRadius";
						};
						class Item6
						{
							value="50";
							parentCls="ALiVE_sys_profile";
							typeName="activeLimiter";
						};
						class Item7
						{
							value="1";
							parentCls="ALiVE_sys_profile";
							typeName="speedModifier";
						};
					};
					id=89;
					side="LOGIC";
					vehicle="ALiVE_sys_profile";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
				};
			};
		};
		class Item90
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13376.503,17.902168,18307.322};
					class args
					{
						items=6;
						class Item0
						{
							value="false";
							parentCls="ALiVE_sys_weather";
							typeName="weather_debug_setting";
						};
						class Item1
						{
							value="60";
							parentCls="ALiVE_sys_weather";
							typeName="weather_debug_cycle_setting";
						};
						class Item2
						{
							value="2";
							parentCls="ALiVE_sys_weather";
							typeName="weather_initial_setting";
						};
						class Item3
						{
							value="1";
							parentCls="ALiVE_sys_weather";
							typeName="weather_override_setting";
						};
						class Item4
						{
							value="1800";
							parentCls="ALiVE_sys_weather";
							typeName="weather_cycle_delay_setting";
						};
						class Item5
						{
							value="0.2";
							parentCls="ALiVE_sys_weather";
							typeName="weather_cycle_variance_setting";
						};
					};
					id=90;
					side="LOGIC";
					vehicle="ALiVE_sys_weather";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
				};
			};
		};
		class Item91
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13161.771,20.015045,18394.654};
					class args
					{
						items=9;
						class Item0
						{
							value="false";
							parentCls="ALiVE_amb_civ_placement";
							typeName="debug";
						};
						class Item1
						{
							value="";
							parentCls="ALiVE_amb_civ_placement";
							typeName="taor";
						};
						class Item2
						{
							value="FOB";
							parentCls="ALiVE_amb_civ_placement";
							typeName="blacklist";
						};
						class Item3
						{
							value="160";
							parentCls="ALiVE_amb_civ_placement";
							typeName="sizeFilter";
						};
						class Item4
						{
							value="0";
							parentCls="ALiVE_amb_civ_placement";
							typeName="priorityFilter";
						};
						class Item5
						{
							value="CIV_F";
							parentCls="ALiVE_amb_civ_placement";
							typeName="faction";
						};
						class Item6
						{
							value="1";
							parentCls="ALiVE_amb_civ_placement";
							typeName="placementMultiplier";
						};
						class Item7
						{
							value="1";
							parentCls="ALiVE_amb_civ_placement";
							typeName="ambientVehicleAmount";
						};
						class Item8
						{
							value="CIV_F";
							parentCls="ALiVE_amb_civ_placement";
							typeName="ambientVehicleFaction";
						};
					};
					id=91;
					side="LOGIC";
					vehicle="ALiVE_amb_civ_placement";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
				};
			};
		};
		class Item92
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13508.879,17.148275,18402.949};
					class args
					{
						items=9;
						class Item0
						{
							value="false";
							parentCls="ALiVE_amb_civ_population";
							typeName="debug";
						};
						class Item1
						{
							value="900";
							parentCls="ALiVE_amb_civ_population";
							typeName="spawnRadius";
						};
						class Item2
						{
							value="900";
							parentCls="ALiVE_amb_civ_population";
							typeName="spawnTypeHeliRadius";
						};
						class Item3
						{
							value="0";
							parentCls="ALiVE_amb_civ_population";
							typeName="spawnTypeJetRadius";
						};
						class Item4
						{
							value="25";
							parentCls="ALiVE_amb_civ_population";
							typeName="activeLimiter";
						};
						class Item5
						{
							value="30";
							parentCls="ALiVE_amb_civ_population";
							typeName="hostilityWest";
						};
						class Item6
						{
							value="30";
							parentCls="ALiVE_amb_civ_population";
							typeName="hostilityEast";
						};
						class Item7
						{
							value="60";
							parentCls="ALiVE_amb_civ_population";
							typeName="hostilityIndep";
						};
						class Item8
						{
							value="[""townelder"",""muezzin"",""politician""]";
							parentCls="ALiVE_amb_civ_population";
							typeName="ambientCivilianRoles";
						};
					};
					id=92;
					side="LOGIC";
					vehicle="ALiVE_amb_civ_population";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
				};
			};
		};
		class Item93
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13072.605,20.592709,17933.084};
					class args
					{
						items=16;
						class Item0
						{
							value="false";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_debug_setting";
						};
						class Item1
						{
							value="false";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_persistent";
						};
						class Item2
						{
							value="client";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_locality_setting";
						};
						class Item3
						{
							value="regular";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_TYPE";
						};
						class Item4
						{
							value="all";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_LOCATIONTYPE";
						};
						class Item5
						{
							value="0.05";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_spawn_setting";
						};
						class Item6
						{
							value="700";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_DENSITY";
						};
						class Item7
						{
							value="5";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_amount";
						};
						class Item8
						{
							value="true";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_UseDominantFaction";
						};
						class Item9
						{
							value="Cross";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_TraceGrid";
						};
						class Item10
						{
							value="700";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_spawndistance";
						};
						class Item11
						{
							value="0";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_spawndistanceHeli";
						};
						class Item12
						{
							value="0";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_spawndistanceJet";
						};
						class Item13
						{
							value="OPF_F";
							parentCls="ALiVE_mil_cqb";
							typeName="CQB_FACTIONS";
						};
						class Item14
						{
							value="";
							parentCls="ALiVE_mil_cqb";
							typeName="whitelist";
						};
						class Item15
						{
							value="FOB";
							parentCls="ALiVE_mil_cqb";
							typeName="blacklist";
						};
					};
					id=93;
					side="LOGIC";
					vehicle="ALiVE_mil_cqb";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
					syncId=1;
					synchronizations[]={1,3};
				};
			};
		};
		class Item94
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13416.366,16.918209,18408.998};
					class args
					{
						items=9;
						class Item0
						{
							value="0";
							parentCls="ALiVE_mil_ied";
							typeName="debug";
						};
						class Item1
						{
							value="";
							parentCls="ALiVE_mil_ied";
							typeName="taor";
						};
						class Item2
						{
							value="FOB";
							parentCls="ALiVE_mil_ied";
							typeName="blacklist";
						};
						class Item3
						{
							value="50";
							parentCls="ALiVE_mil_ied";
							typeName="IED_Threat";
						};
						class Item4
						{
							value="10";
							parentCls="ALiVE_mil_ied";
							typeName="Bomber_Threat";
						};
						class Item5
						{
							value="";
							parentCls="ALiVE_mil_ied";
							typeName="Bomber_Type";
						};
						class Item6
						{
							value="10";
							parentCls="ALiVE_mil_ied";
							typeName="VB_IED_Threat";
						};
						class Item7
						{
							value="EAST";
							parentCls="ALiVE_mil_ied";
							typeName="VB_IED_Side";
						};
						class Item8
						{
							value="0";
							parentCls="ALiVE_mil_ied";
							typeName="Locs_IED";
						};
					};
					id=94;
					side="LOGIC";
					vehicle="ALiVE_mil_ied";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
				};
			};
		};
		class Item95
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={12934.466,21.776604,17936.256};
					class args
					{
						items=10;
						class Item0
						{
							value="false";
							parentCls="ALiVE_mil_logistics";
							typeName="debug";
						};
						class Item1
						{
							value="false";
							parentCls="ALiVE_mil_logistics";
							typeName="persistent";
						};
						class Item2
						{
							value="DYNAMIC";
							parentCls="ALiVE_mil_logistics";
							typeName="type";
						};
						class Item3
						{
							value="10";
							parentCls="ALiVE_mil_logistics";
							typeName="forcePool";
						};
						class Item4
						{
							value="true";
							parentCls="ALiVE_mil_logistics";
							typeName="allowInfantryReinforcement";
						};
						class Item5
						{
							value="true";
							parentCls="ALiVE_mil_logistics";
							typeName="allowMechanisedReinforcement";
						};
						class Item6
						{
							value="true";
							parentCls="ALiVE_mil_logistics";
							typeName="allowMotorisedReinforcement";
						};
						class Item7
						{
							value="true";
							parentCls="ALiVE_mil_logistics";
							typeName="allowArmourReinforcement";
						};
						class Item8
						{
							value="true";
							parentCls="ALiVE_mil_logistics";
							typeName="allowHeliReinforcement";
						};
						class Item9
						{
							value="true";
							parentCls="ALiVE_mil_logistics";
							typeName="allowPlaneReinforcement";
						};
					};
					id=95;
					side="LOGIC";
					vehicle="ALiVE_mil_logistics";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
					syncId=2;
					synchronizations[]={9};
				};
			};
		};
		class Item96
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13131.988,19.321835,17938.605};
					class args
					{
						items=17;
						class Item0
						{
							value="false";
							parentCls="ALiVE_civ_placement";
							typeName="debug";
						};
						class Item1
						{
							value="";
							parentCls="ALiVE_civ_placement";
							typeName="taor";
						};
						class Item2
						{
							value="FOB";
							parentCls="ALiVE_civ_placement";
							typeName="blacklist";
						};
						class Item3
						{
							value="All";
							parentCls="ALiVE_civ_placement";
							typeName="clusterType";
						};
						class Item4
						{
							value="160";
							parentCls="ALiVE_civ_placement";
							typeName="sizeFilter";
						};
						class Item5
						{
							value="0";
							parentCls="ALiVE_civ_placement";
							typeName="priorityFilter";
						};
						class Item6
						{
							value="true";
							parentCls="ALiVE_civ_placement";
							typeName="withPlacement";
						};
						class Item7
						{
							value="200";
							parentCls="ALiVE_civ_placement";
							typeName="size";
						};
						class Item8
						{
							value="Random";
							parentCls="ALiVE_civ_placement";
							typeName="type";
						};
						class Item9
						{
							value="1";
							parentCls="ALiVE_civ_placement";
							typeName="readinessLevel";
						};
						class Item10
						{
							value="35";
							parentCls="ALiVE_civ_placement";
							typeName="roadblocks";
						};
						class Item11
						{
							value="";
							parentCls="ALiVE_civ_placement";
							typeName="customInfantryCount";
						};
						class Item12
						{
							value="";
							parentCls="ALiVE_civ_placement";
							typeName="customMotorisedCount";
						};
						class Item13
						{
							value="0";
							parentCls="ALiVE_civ_placement";
							typeName="customMechanisedCount";
						};
						class Item14
						{
							value="0";
							parentCls="ALiVE_civ_placement";
							typeName="customArmourCount";
						};
						class Item15
						{
							value="";
							parentCls="ALiVE_civ_placement";
							typeName="customSpecOpsCount";
						};
						class Item16
						{
							value="OPF_F";
							parentCls="ALiVE_civ_placement";
							typeName="faction";
						};
					};
					id=96;
					side="LOGIC";
					vehicle="ALiVE_civ_placement";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
					syncId=3;
					synchronizations[]={10,1};
				};
			};
		};
		class Item97
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13510.478,16.555454,18025.869};
					class args
					{
						items=5;
						class Item0
						{
							value="LaserDesignator";
							parentCls="ALiVE_sup_combatsupport";
							typeName="combatsupport_item";
						};
						class Item1
						{
							value="3";
							parentCls="ALiVE_sup_combatsupport";
							typeName="combatsupport_casrespawnlimit";
						};
						class Item2
						{
							value="3";
							parentCls="ALiVE_sup_combatsupport";
							typeName="combatsupport_transportrespawnlimit";
						};
						class Item3
						{
							value="3";
							parentCls="ALiVE_sup_combatsupport";
							typeName="combatsupport_artyrespawnlimit";
						};
						class Item4
						{
							value="60";
							parentCls="ALiVE_sup_combatsupport";
							typeName="combatsupport_respawn";
						};
					};
					id=97;
					side="LOGIC";
					vehicle="ALiVE_sup_combatsupport";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
					syncId=4;
					synchronizations[]={5,6,7};
				};
			};
		};
		class Item98
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13579.783,16.115444,17887.516};
					class args
					{
						items=11;
						class Item0
						{
							value="FOX SEVEN";
							parentCls="ALiVE_sup_artillery";
							typeName="artillery_callsign";
						};
						class Item1
						{
							value="B_MBT_01_arty_F";
							parentCls="ALiVE_sup_artillery";
							typeName="artillery_type";
						};
						class Item2
						{
							value="30";
							parentCls="ALiVE_sup_artillery";
							typeName="artillery_he";
						};
						class Item3
						{
							value="30";
							parentCls="ALiVE_sup_artillery";
							typeName="artillery_illum";
						};
						class Item4
						{
							value="30";
							parentCls="ALiVE_sup_artillery";
							typeName="artillery_smoke";
						};
						class Item5
						{
							value="30";
							parentCls="ALiVE_sup_artillery";
							typeName="artillery_guided";
						};
						class Item6
						{
							value="30";
							parentCls="ALiVE_sup_artillery";
							typeName="artillery_cluster";
						};
						class Item7
						{
							value="30";
							parentCls="ALiVE_sup_artillery";
							typeName="artillery_lg";
						};
						class Item8
						{
							value="30";
							parentCls="ALiVE_sup_artillery";
							typeName="artillery_mine";
						};
						class Item9
						{
							value="30";
							parentCls="ALiVE_sup_artillery";
							typeName="artillery_atmine";
						};
						class Item10
						{
							value="16";
							parentCls="ALiVE_sup_artillery";
							typeName="artillery_rockets";
						};
					};
					id=98;
					side="LOGIC";
					vehicle="ALiVE_sup_artillery";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
					syncId=5;
					synchronizations[]={4};
				};
			};
		};
		class Item99
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13504.985,15.140248,17899};
					class args
					{
						items=4;
						class Item0
						{
							value="EAGLE ONE";
							parentCls="ALiVE_sup_cas";
							typeName="cas_callsign";
						};
						class Item1
						{
							value="B_Heli_Attack_01_F";
							parentCls="ALiVE_sup_cas";
							typeName="cas_type";
						};
						class Item2
						{
							value="0";
							parentCls="ALiVE_sup_cas";
							typeName="cas_height";
						};
						class Item3
						{
							value="";
							parentCls="ALiVE_sup_cas";
							typeName="cas_code";
						};
					};
					id=99;
					side="LOGIC";
					vehicle="ALiVE_sup_cas";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
					syncId=6;
					synchronizations[]={4};
				};
			};
		};
		class Item100
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13444.995,15.166157,17907.805};
					class args
					{
						items=4;
						class Item0
						{
							value="RODEO TWO";
							parentCls="ALiVE_SUP_TRANSPORT";
							typeName="transport_callsign";
						};
						class Item1
						{
							value="B_Heli_Transport_01_camo_F";
							parentCls="ALiVE_SUP_TRANSPORT";
							typeName="transport_type";
						};
						class Item2
						{
							value="0";
							parentCls="ALiVE_SUP_TRANSPORT";
							typeName="transport_height";
						};
						class Item3
						{
							value="";
							parentCls="ALiVE_SUP_TRANSPORT";
							typeName="transport_code";
						};
					};
					id=100;
					side="LOGIC";
					vehicle="ALiVE_SUP_TRANSPORT";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
					syncId=7;
					synchronizations[]={4};
				};
			};
		};
		class Item101
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13337.336,18.865658,18398.631};
					class args
					{
						items=21;
						class Item0
						{
							value="false";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="debug";
						};
						class Item1
						{
							value="LaserDesignator";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="c2_item";
						};
						class Item2
						{
							value="";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="TASKING";
						};
						class Item3
						{
							value="true";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="persistent";
						};
						class Item4
						{
							value="true";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="autoGenerateBlufor";
						};
						class Item5
						{
							value="BLU_F";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="autoGenerateBluforFaction";
						};
						class Item6
						{
							value="OPF_F";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="autoGenerateBluforEnemyFaction";
						};
						class Item7
						{
							value="true";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="autoGenerateOpfor";
						};
						class Item8
						{
							value="OPF_F";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="autoGenerateOpforFaction";
						};
						class Item9
						{
							value="BLU_F";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="autoGenerateOpforEnemyFaction";
						};
						class Item10
						{
							value="true";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="autoGenerateIndfor";
						};
						class Item11
						{
							value="IND_F";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="autoGenerateIndforFaction";
						};
						class Item12
						{
							value="OPF_F";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="autoGenerateIndforEnemyFaction";
						};
						class Item13
						{
							value="";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="INTEL";
						};
						class Item14
						{
							value="false";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="displayIntel";
						};
						class Item15
						{
							value="0.1";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="intelChance";
						};
						class Item16
						{
							value="false";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="friendlyIntel";
						};
						class Item17
						{
							value="2000";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="friendlyIntelRadius";
						};
						class Item18
						{
							value="false";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="displayMilitarySectors";
						};
						class Item19
						{
							value="false";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="displayPlayerSectors";
						};
						class Item20
						{
							value="2";
							parentCls="ALiVE_MIL_C2ISTAR";
							typeName="runEvery";
						};
					};
					id=101;
					side="LOGIC";
					vehicle="ALiVE_MIL_C2ISTAR";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
				};
			};
		};
		class Item102
		{
			side="LOGIC";
			class Vehicles
			{
				items=2;
				class Item0
				{
					position[]={12807.917,22.99313,17949.564};
					class args
					{
						items=20;
						class Item0
						{
							value="false";
							parentCls="ALiVE_mil_placement";
							typeName="debug";
						};
						class Item1
						{
							value="BLUFOR_1";
							parentCls="ALiVE_mil_placement";
							typeName="taor";
						};
						class Item2
						{
							value="";
							parentCls="ALiVE_mil_placement";
							typeName="blacklist";
						};
						class Item3
						{
							value="0";
							parentCls="ALiVE_mil_placement";
							typeName="sizeFilter";
						};
						class Item4
						{
							value="0";
							parentCls="ALiVE_mil_placement";
							typeName="priorityFilter";
						};
						class Item5
						{
							value="false";
							parentCls="ALiVE_mil_placement";
							typeName="withPlacement";
						};
						class Item6
						{
							value="200";
							parentCls="ALiVE_mil_placement";
							typeName="size";
						};
						class Item7
						{
							value="Random";
							parentCls="ALiVE_mil_placement";
							typeName="type";
						};
						class Item8
						{
							value="1500";
							parentCls="ALiVE_mil_placement";
							typeName="randomcamps";
						};
						class Item9
						{
							value="1";
							parentCls="ALiVE_mil_placement";
							typeName="readinessLevel";
						};
						class Item10
						{
							value="";
							parentCls="ALiVE_mil_placement";
							typeName="customInfantryCount";
						};
						class Item11
						{
							value="";
							parentCls="ALiVE_mil_placement";
							typeName="customMotorisedCount";
						};
						class Item12
						{
							value="";
							parentCls="ALiVE_mil_placement";
							typeName="customMechanisedCount";
						};
						class Item13
						{
							value="";
							parentCls="ALiVE_mil_placement";
							typeName="customArmourCount";
						};
						class Item14
						{
							value="";
							parentCls="ALiVE_mil_placement";
							typeName="customSpecOpsCount";
						};
						class Item15
						{
							value="BLU_F";
							parentCls="ALiVE_mil_placement";
							typeName="faction";
						};
						class Item16
						{
							value="true";
							parentCls="ALiVE_mil_placement";
							typeName="createHQ";
						};
						class Item17
						{
							value="false";
							parentCls="ALiVE_mil_placement";
							typeName="placeHelis";
						};
						class Item18
						{
							value="true";
							parentCls="ALiVE_mil_placement";
							typeName="placeSupplies";
						};
						class Item19
						{
							value="0";
							parentCls="ALiVE_mil_placement";
							typeName="ambientVehicleAmount";
						};
					};
					id=102;
					side="LOGIC";
					vehicle="ALiVE_mil_placement";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
					syncId=8;
					synchronizations[]={9};
				};
				class Item1
				{
					position[]={12856.315,21.630407,18089.635};
					class args
					{
						items=9;
						class Item0
						{
							value="false";
							parentCls="ALiVE_mil_OPCOM";
							typeName="debug";
						};
						class Item1
						{
							value="false";
							parentCls="ALiVE_mil_OPCOM";
							typeName="persistent";
						};
						class Item2
						{
							value="invasion";
							parentCls="ALiVE_mil_OPCOM";
							typeName="controltype";
						};
						class Item3
						{
							value="0.9";
							parentCls="ALiVE_mil_OPCOM";
							typeName="reinforcements";
						};
						class Item4
						{
							value="BLU_F";
							parentCls="ALiVE_mil_OPCOM";
							typeName="faction1";
						};
						class Item5
						{
							value="NONE";
							parentCls="ALiVE_mil_OPCOM";
							typeName="faction2";
						};
						class Item6
						{
							value="NONE";
							parentCls="ALiVE_mil_OPCOM";
							typeName="faction3";
						};
						class Item7
						{
							value="NONE";
							parentCls="ALiVE_mil_OPCOM";
							typeName="faction4";
						};
						class Item8
						{
							value="";
							parentCls="ALiVE_mil_OPCOM";
							typeName="factions";
						};
					};
					id=103;
					side="LOGIC";
					vehicle="ALiVE_mil_OPCOM";
					lock="UNLOCKED";
					skill=0.60000002;
					syncId=9;
					synchronizations[]={8,2};
				};
			};
		};
		class Item103
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13230.902,17.682167,18081.24};
					class args
					{
						items=9;
						class Item0
						{
							value="false";
							parentCls="ALiVE_mil_OPCOM";
							typeName="debug";
						};
						class Item1
						{
							value="false";
							parentCls="ALiVE_mil_OPCOM";
							typeName="persistent";
						};
						class Item2
						{
							value="occupation";
							parentCls="ALiVE_mil_OPCOM";
							typeName="controltype";
						};
						class Item3
						{
							value="0.9";
							parentCls="ALiVE_mil_OPCOM";
							typeName="reinforcements";
						};
						class Item4
						{
							value="OPF_F";
							parentCls="ALiVE_mil_OPCOM";
							typeName="faction1";
						};
						class Item5
						{
							value="IND_F";
							parentCls="ALiVE_mil_OPCOM";
							typeName="faction2";
						};
						class Item6
						{
							value="BLU_G_F";
							parentCls="ALiVE_mil_OPCOM";
							typeName="faction3";
						};
						class Item7
						{
							value="OPF_G_F";
							parentCls="ALiVE_mil_OPCOM";
							typeName="faction4";
						};
						class Item8
						{
							value="";
							parentCls="ALiVE_mil_OPCOM";
							typeName="factions";
						};
					};
					id=104;
					side="LOGIC";
					vehicle="ALiVE_mil_OPCOM";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
					syncId=10;
					synchronizations[]={12,11,3};
				};
			};
		};
		class Item104
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13281.437,15.990646,17933.713};
					class args
					{
						items=10;
						class Item0
						{
							value="false";
							parentCls="ALiVE_mil_logistics";
							typeName="debug";
						};
						class Item1
						{
							value="false";
							parentCls="ALiVE_mil_logistics";
							typeName="persistent";
						};
						class Item2
						{
							value="DYNAMIC";
							parentCls="ALiVE_mil_logistics";
							typeName="type";
						};
						class Item3
						{
							value="10";
							parentCls="ALiVE_mil_logistics";
							typeName="forcePool";
						};
						class Item4
						{
							value="true";
							parentCls="ALiVE_mil_logistics";
							typeName="allowInfantryReinforcement";
						};
						class Item5
						{
							value="false";
							parentCls="ALiVE_mil_logistics";
							typeName="allowMechanisedReinforcement";
						};
						class Item6
						{
							value="true";
							parentCls="ALiVE_mil_logistics";
							typeName="allowMotorisedReinforcement";
						};
						class Item7
						{
							value="false";
							parentCls="ALiVE_mil_logistics";
							typeName="allowArmourReinforcement";
						};
						class Item8
						{
							value="false";
							parentCls="ALiVE_mil_logistics";
							typeName="allowHeliReinforcement";
						};
						class Item9
						{
							value="false";
							parentCls="ALiVE_mil_logistics";
							typeName="allowPlaneReinforcement";
						};
					};
					id=105;
					side="LOGIC";
					vehicle="ALiVE_mil_logistics";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
					syncId=11;
					synchronizations[]={10};
				};
			};
		};
		class Item105
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13569.777,15.367813,18296.949};
					class args
					{
						items=5;
						class Item0
						{
							value="LaserDesignator";
							parentCls="ALiVE_SUP_PLAYER_RESUPPLY";
							typeName="pr_item";
						};
						class Item1
						{
							value="FACTION";
							parentCls="ALiVE_SUP_PLAYER_RESUPPLY";
							typeName="pr_restrictionType";
						};
						class Item2
						{
							value="true";
							parentCls="ALiVE_SUP_PLAYER_RESUPPLY";
							typeName="pr_restrictionDeliveryAirDrop";
						};
						class Item3
						{
							value="true";
							parentCls="ALiVE_SUP_PLAYER_RESUPPLY";
							typeName="pr_restrictionDeliveryInsert";
						};
						class Item4
						{
							value="true";
							parentCls="ALiVE_SUP_PLAYER_RESUPPLY";
							typeName="pr_restrictionDeliveryConvoy";
						};
					};
					id=106;
					side="LOGIC";
					vehicle="ALiVE_SUP_PLAYER_RESUPPLY";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
				};
			};
		};
		class Item106
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13196.669,18.002377,17929.637};
					class args
					{
						items=20;
						class Item0
						{
							value="false";
							parentCls="ALiVE_mil_placement";
							typeName="debug";
						};
						class Item1
						{
							value="";
							parentCls="ALiVE_mil_placement";
							typeName="taor";
						};
						class Item2
						{
							value="FOB";
							parentCls="ALiVE_mil_placement";
							typeName="blacklist";
						};
						class Item3
						{
							value="0";
							parentCls="ALiVE_mil_placement";
							typeName="sizeFilter";
						};
						class Item4
						{
							value="0";
							parentCls="ALiVE_mil_placement";
							typeName="priorityFilter";
						};
						class Item5
						{
							value="true";
							parentCls="ALiVE_mil_placement";
							typeName="withPlacement";
						};
						class Item6
						{
							value="800";
							parentCls="ALiVE_mil_placement";
							typeName="size";
						};
						class Item7
						{
							value="Random";
							parentCls="ALiVE_mil_placement";
							typeName="type";
						};
						class Item8
						{
							value="1000";
							parentCls="ALiVE_mil_placement";
							typeName="randomcamps";
						};
						class Item9
						{
							value="1";
							parentCls="ALiVE_mil_placement";
							typeName="readinessLevel";
						};
						class Item10
						{
							value="";
							parentCls="ALiVE_mil_placement";
							typeName="customInfantryCount";
						};
						class Item11
						{
							value="";
							parentCls="ALiVE_mil_placement";
							typeName="customMotorisedCount";
						};
						class Item12
						{
							value="0";
							parentCls="ALiVE_mil_placement";
							typeName="customMechanisedCount";
						};
						class Item13
						{
							value="0";
							parentCls="ALiVE_mil_placement";
							typeName="customArmourCount";
						};
						class Item14
						{
							value="";
							parentCls="ALiVE_mil_placement";
							typeName="customSpecOpsCount";
						};
						class Item15
						{
							value="OPF_F";
							parentCls="ALiVE_mil_placement";
							typeName="faction";
						};
						class Item16
						{
							value="true";
							parentCls="ALiVE_mil_placement";
							typeName="createHQ";
						};
						class Item17
						{
							value="false";
							parentCls="ALiVE_mil_placement";
							typeName="placeHelis";
						};
						class Item18
						{
							value="true";
							parentCls="ALiVE_mil_placement";
							typeName="placeSupplies";
						};
						class Item19
						{
							value="0.6";
							parentCls="ALiVE_mil_placement";
							typeName="ambientVehicleAmount";
						};
					};
					id=107;
					side="LOGIC";
					vehicle="ALiVE_mil_placement";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
					syncId=12;
					synchronizations[]={10};
				};
			};
		};
		class Item107
		{
			side="LOGIC";
			class Vehicles
			{
				items=1;
				class Item0
				{
					position[]={13472.521,17.309635,18304.324};
					class args
					{
						items=8;
						class Item0
						{
							value="false";
							parentCls="ALiVE_sys_data";
							typeName="debug";
						};
						class Item1
						{
							value="CouchDB";
							parentCls="ALiVE_sys_data";
							typeName="source";
						};
						class Item2
						{
							value="true";
							parentCls="ALiVE_sys_data";
							typeName="saveDateTime";
						};
						class Item3
						{
							value="false";
							parentCls="ALiVE_sys_data";
							typeName="disableStats";
						};
						class Item4
						{
							value="false";
							parentCls="ALiVE_sys_data";
							typeName="disableAAR";
						};
						class Item5
						{
							value="false";
							parentCls="ALiVE_sys_data";
							typeName="disablePerf";
						};
						class Item6
						{
							value="false";
							parentCls="ALiVE_sys_data";
							typeName="disablePerfMon";
						};
						class Item7
						{
							value="[['entities',150],['vehicles',300],['agents',450],['allDead',600],['objects',750],['triggers',900]]";
							parentCls="ALiVE_sys_data";
							typeName="customPerfMonCode";
						};
					};
					id=108;
					side="LOGIC";
					vehicle="ALiVE_sys_data";
					leader=1;
					lock="UNLOCKED";
					skill=0.60000002;
				};
			};
		};
	};
	class Vehicles
	{
		items=90;
		class Item0
		{
			position[]={14659.313,17.91,16708.232};
			azimut=-49.882801;
			special="NONE";
			id=109;
			side="EMPTY";
			vehicle="B_Heli_Transport_01_camo_F";
			leader=1;
			skill=0.56769568;
		};
		class Item1
		{
			position[]={14642.926,17.91,16688.852};
			azimut=-49.882801;
			special="NONE";
			id=110;
			side="EMPTY";
			vehicle="B_Heli_Transport_01_camo_F";
			leader=1;
			skill=0.56769568;
		};
		class Item2
		{
			position[]={14662.354,17.91,16670.475};
			azimut=-49.882801;
			special="NONE";
			id=111;
			side="EMPTY";
			vehicle="B_Heli_Transport_01_camo_F";
			leader=1;
			skill=0.56769568;
		};
		class Item3
		{
			position[]={14680.291,17.91,16689.277};
			azimut=-49.882801;
			special="NONE";
			id=112;
			side="EMPTY";
			vehicle="B_Heli_Transport_01_camo_F";
			leader=1;
			skill=0.56769568;
		};
		class Item4
		{
			position[]={14696.725,17.91,16705.625};
			azimut=-49.882801;
			special="NONE";
			id=113;
			side="EMPTY";
			vehicle="B_Heli_Transport_01_camo_F";
			leader=1;
			skill=0.56769568;
		};
		class Item5
		{
			position[]={14676.446,17.91,16724.963};
			azimut=-49.882801;
			special="NONE";
			id=114;
			side="EMPTY";
			vehicle="B_Heli_Transport_01_camo_F";
			leader=1;
			skill=0.56769568;
		};
		class Item6
		{
			position[]={14704.862,17.91,16735.672};
			azimut=-49.882801;
			special="NONE";
			id=115;
			side="EMPTY";
			vehicle="B_Heli_Transport_03_F";
			leader=1;
			skill=0.56769568;
		};
		class Item7
		{
			position[]={14721.716,17.91,16753.742};
			azimut=-49.882801;
			special="NONE";
			id=116;
			side="EMPTY";
			vehicle="B_Heli_Transport_03_F";
			leader=1;
			skill=0.56769568;
		};
		class Item8
		{
			position[]={14739.909,17.91,16773.248};
			azimut=-49.882801;
			special="NONE";
			id=117;
			side="EMPTY";
			vehicle="B_Heli_Transport_03_F";
			leader=1;
			skill=0.56769568;
		};
		class Item9
		{
			position[]={14623.629,17.91,16668.662};
			azimut=-49.882801;
			special="NONE";
			id=118;
			side="EMPTY";
			vehicle="B_Heli_Light_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item10
		{
			position[]={14610.737,17.91,16655.998};
			azimut=-47.784561;
			special="NONE";
			id=119;
			side="EMPTY";
			vehicle="B_Heli_Light_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item11
		{
			position[]={14629.395,17.91,16638.678};
			azimut=-49.882801;
			special="NONE";
			id=120;
			side="EMPTY";
			vehicle="B_Heli_Light_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item12
		{
			position[]={14643.549,17.91,16653.887};
			azimut=-49.882801;
			special="NONE";
			id=121;
			side="EMPTY";
			vehicle="B_Heli_Light_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item13
		{
			position[]={14263.656,25.923637,16208.492};
			azimut=-49.882801;
			special="NONE";
			id=122;
			side="EMPTY";
			vehicle="Box_NATO_AmmoVeh_F";
			leader=1;
			skill=0.56769568;
		};
		class Item14
		{
			position[]={14276.909,26.07366,16201.203};
			azimut=-49.882801;
			special="NONE";
			id=123;
			side="EMPTY";
			vehicle="Box_NATO_AmmoVeh_F";
			leader=1;
			skill=0.56769568;
		};
		class Item15
		{
			position[]={14269.624,25.757189,16218.465};
			azimut=-49.882801;
			special="NONE";
			id=124;
			side="EMPTY";
			vehicle="MCC_crateFuel";
			leader=1;
			skill=0.56769568;
		};
		class Item16
		{
			position[]={14282.322,25.866375,16209.404};
			azimut=-49.882801;
			special="NONE";
			id=125;
			side="EMPTY";
			vehicle="MCC_crateFuel";
			leader=1;
			skill=0.56769568;
		};
		class Item17
		{
			position[]={14615.301,17.91,16738.701};
			special="NONE";
			id=126;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item18
		{
			position[]={14621.749,17.91,16744.852};
			special="NONE";
			id=127;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item19
		{
			position[]={14630.168,17.91,16748.043};
			special="NONE";
			id=128;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item20
		{
			position[]={14640.258,17.91,16750.094};
			special="NONE";
			id=129;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item21
		{
			position[]={14494.527,18.72596,16294.766};
			azimut=-407.96027;
			special="NONE";
			id=130;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item22
		{
			position[]={14498.143,18.777485,16298.797};
			azimut=-47.626152;
			special="NONE";
			id=131;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item23
		{
			position[]={14506.159,18.753544,16306.948};
			azimut=-51.144417;
			special="NONE";
			id=132;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item24
		{
			position[]={14502.126,18.76259,16303.008};
			azimut=-50.627525;
			special="NONE";
			id=133;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item25
		{
			position[]={14510.023,18.723856,16310.895};
			azimut=-50.420696;
			special="NONE";
			id=134;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item26
		{
			position[]={14513.558,18.698275,16314.936};
			azimut=-46.976547;
			special="NONE";
			id=135;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item27
		{
			position[]={14517.577,18.643379,16318.845};
			azimut=-49.384953;
			special="NONE";
			id=136;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item28
		{
			position[]={14529.689,18.418339,16331.302};
			azimut=-50.626945;
			special="NONE";
			id=137;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item29
		{
			position[]={14521.405,18.59687,16322.998};
			azimut=-50.4744;
			special="NONE";
			id=138;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item30
		{
			position[]={14525.818,18.498121,16327.352};
			azimut=-51.687984;
			special="NONE";
			id=139;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item31
		{
			position[]={14533.583,18.31142,16335.58};
			azimut=-48.341515;
			special="NONE";
			id=140;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item32
		{
			position[]={14538.118,18.187332,16339.969};
			azimut=-48.062805;
			special="NONE";
			id=141;
			side="EMPTY";
			vehicle="NOR_MRAP1_HMG_Desert";
			skill=0.60000002;
		};
		class Item33
		{
			position[]={14595.378,17.91,16735.037};
			azimut=-56.855598;
			special="NONE";
			id=142;
			side="EMPTY";
			vehicle="AGM_Box_Medical";
			leader=1;
			skill=0.56769568;
		};
		class Item34
		{
			position[]={14597.968,17.91,16732.916};
			azimut=-56.855598;
			special="NONE";
			id=143;
			side="EMPTY";
			vehicle="AGM_Box_Misc";
			leader=1;
			skill=0.56769568;
		};
		class Item35
		{
			position[]={14600.04,17.91,16730.607};
			azimut=-56.855598;
			special="NONE";
			id=144;
			side="EMPTY";
			vehicle="Box_NATO_Ammo_F";
			leader=1;
			skill=0.56769568;
		};
		class Item36
		{
			position[]={14602.723,17.91,16727.92};
			azimut=-56.855598;
			special="NONE";
			id=145;
			side="EMPTY";
			vehicle="Box_NATO_Ammo_F";
			leader=1;
			skill=0.56769568;
		};
		class Item37
		{
			position[]={14605.125,17.91,16726.037};
			azimut=-56.855598;
			special="NONE";
			id=146;
			side="EMPTY";
			vehicle="Box_NATO_Ammo_F";
			leader=1;
			skill=0.56769568;
		};
		class Item38
		{
			position[]={14158.712,19.581161,16264.054};
			azimut=-56.855598;
			special="NONE";
			id=147;
			side="EMPTY";
			vehicle="AGM_Box_Medical";
			leader=1;
			skill=0.56769568;
		};
		class Item39
		{
			position[]={14162.055,19.583553,16262.779};
			azimut=-56.855598;
			special="NONE";
			id=148;
			side="EMPTY";
			vehicle="AGM_Box_Medical";
			leader=1;
			skill=0.56769568;
		};
		class Item40
		{
			position[]={14165.115,19.650583,16261.743};
			azimut=-56.855598;
			special="NONE";
			id=149;
			side="EMPTY";
			vehicle="AGM_Box_Medical";
			leader=1;
			skill=0.56769568;
		};
		class Item41
		{
			position[]={14492.506,18.836803,16315.116};
			azimut=-56.855598;
			special="NONE";
			id=150;
			side="EMPTY";
			vehicle="Box_NATO_Ammo_F";
			leader=1;
			skill=0.56769568;
		};
		class Item42
		{
			position[]={14494.295,18.834299,16316.814};
			azimut=-56.855598;
			special="NONE";
			id=151;
			side="EMPTY";
			vehicle="Box_NATO_Ammo_F";
			leader=1;
			skill=0.56769568;
		};
		class Item43
		{
			position[]={14496.32,18.831095,16318.462};
			azimut=-56.855598;
			special="NONE";
			id=152;
			side="EMPTY";
			vehicle="Box_NATO_Ammo_F";
			leader=1;
			skill=0.56769568;
		};
		class Item44
		{
			position[]={14272.746,19.803453,16251.59};
			azimut=-56.855598;
			special="NONE";
			id=153;
			side="EMPTY";
			vehicle="UH60M_MEV";
			leader=1;
			skill=0.56769568;
		};
		class Item45
		{
			position[]={14286.641,19.668486,16264.486};
			azimut=-56.855598;
			special="NONE";
			id=154;
			side="EMPTY";
			vehicle="UH60M_MEV";
			leader=1;
			skill=0.56769568;
		};
		class Item46
		{
			position[]={14226.978,20.361195,16198.15};
			azimut=-56.855598;
			special="NONE";
			id=155;
			side="EMPTY";
			vehicle="NOR_APC_Tracked_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item47
		{
			position[]={14238.784,20.435499,16190.767};
			azimut=-59.016808;
			special="NONE";
			id=156;
			side="EMPTY";
			vehicle="NOR_APC_Tracked_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item48
		{
			position[]={14250.59,20.599752,16183.878};
			azimut=-56.855598;
			special="NONE";
			id=157;
			side="EMPTY";
			vehicle="NOR_APC_Tracked_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item49
		{
			position[]={14223.291,20.383541,16191.756};
			azimut=-56.855598;
			special="NONE";
			id=158;
			side="EMPTY";
			vehicle="NOR_APC_Tracked_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item50
		{
			position[]={14234.851,20.519852,16184.246};
			azimut=-56.855598;
			special="NONE";
			id=159;
			side="EMPTY";
			vehicle="NOR_APC_Tracked_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item51
		{
			position[]={14246.163,20.649157,16176.857};
			azimut=-56.855598;
			special="NONE";
			id=160;
			side="EMPTY";
			vehicle="NOR_APC_Tracked_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item52
		{
			position[]={14216.563,20.457775,16184.281};
			azimut=-56.855598;
			special="NONE";
			id=161;
			side="EMPTY";
			vehicle="NOR_MBT_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item53
		{
			position[]={14228.572,20.599211,16176.722};
			azimut=-56.855598;
			special="NONE";
			id=162;
			side="EMPTY";
			vehicle="NOR_MBT_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item54
		{
			position[]={14240.839,20.745808,16168.563};
			azimut=-56.855598;
			special="NONE";
			id=163;
			side="EMPTY";
			vehicle="NOR_MBT_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item55
		{
			position[]={14213.216,20.544584,16178.44};
			azimut=-56.855598;
			special="NONE";
			id=164;
			side="EMPTY";
			vehicle="NOR_MBT_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item56
		{
			position[]={14224.8,20.7248,16171.229};
			azimut=-56.855598;
			special="NONE";
			id=165;
			side="EMPTY";
			vehicle="NOR_MBT_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item57
		{
			position[]={14237.325,20.836494,16162.814};
			azimut=-56.855598;
			special="NONE";
			id=166;
			side="EMPTY";
			vehicle="NOR_MBT_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item58
		{
			position[]={14163.335,19.312716,16294.457};
			azimut=40.022369;
			special="NONE";
			id=167;
			side="EMPTY";
			vehicle="NOR_APC_Wheeled_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item59
		{
			position[]={14170.81,19.533745,16287.937};
			azimut=-318.88965;
			special="NONE";
			id=168;
			side="EMPTY";
			vehicle="NOR_APC_Wheeled_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item60
		{
			position[]={14178.837,19.575493,16280.439};
			azimut=38.932835;
			special="NONE";
			id=169;
			side="EMPTY";
			vehicle="NOR_APC_Wheeled_Desert";
			leader=1;
			skill=0.56769568;
		};
		class Item61
		{
			position[]={14430.39,19.013311,16302.313};
			azimut=-56.855598;
			special="NONE";
			id=170;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item62
		{
			position[]={14432.594,19.001814,16304.979};
			azimut=-56.855598;
			special="NONE";
			id=171;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item63
		{
			position[]={14427.497,19.019243,16299.56};
			azimut=-56.855598;
			special="NONE";
			id=172;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item64
		{
			position[]={14424.95,19.009388,16296.319};
			azimut=-56.855598;
			special="NONE";
			id=173;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item65
		{
			position[]={14431.054,18.939407,16294.354};
			azimut=-56.855598;
			special="NONE";
			id=174;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item66
		{
			position[]={14433.336,18.940939,16298.178};
			azimut=-56.855598;
			special="NONE";
			id=175;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item67
		{
			position[]={14437.424,18.916452,16302.803};
			azimut=-56.855598;
			special="NONE";
			id=176;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item68
		{
			position[]={14642.322,17.91,16776.605};
			azimut=-56.855598;
			special="NONE";
			id=177;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item69
		{
			position[]={14649.394,17.91,16773.414};
			azimut=-56.855598;
			special="NONE";
			id=178;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item70
		{
			position[]={14655.216,17.91,16770.361};
			azimut=-56.855598;
			special="NONE";
			id=179;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item71
		{
			position[]={14646.482,17.91,16781.324};
			azimut=-56.855598;
			special="NONE";
			id=180;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item72
		{
			position[]={14652.858,17.91,16778.688};
			azimut=-56.855598;
			special="NONE";
			id=181;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item73
		{
			position[]={14659.792,17.91,16776.051};
			azimut=-56.855598;
			special="NONE";
			id=182;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item74
		{
			position[]={14648.563,17.91,16787.986};
			azimut=-56.855598;
			special="NONE";
			id=183;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item75
		{
			position[]={14655.494,17.91,16784.238};
			azimut=-56.855598;
			special="NONE";
			id=184;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item76
		{
			position[]={14662.426,17.91,16781.186};
			azimut=-56.855598;
			special="NONE";
			id=185;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item77
		{
			position[]={14664.09,17.91,16767.863};
			azimut=-56.855598;
			special="NONE";
			id=186;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item78
		{
			position[]={14666.585,17.91,16771.055};
			azimut=-56.855598;
			special="NONE";
			id=187;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item79
		{
			position[]={14671.298,17.91,16776.189};
			azimut=-56.855598;
			special="NONE";
			id=188;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			leader=1;
			skill=0.56769568;
		};
		class Item80
		{
			position[]={14490.79,18.838259,16312.776};
			azimut=-56.855598;
			special="NONE";
			id=189;
			side="EMPTY";
			vehicle="AGM_Box_Misc";
			leader=1;
			skill=0.56769568;
		};
		class Item81
		{
			position[]={14488.389,18.836475,16309.854};
			azimut=-56.855598;
			special="NONE";
			id=190;
			side="EMPTY";
			vehicle="AGM_Box_Misc";
			leader=1;
			skill=0.56769568;
		};
		class Item82
		{
			position[]={14600.081,17.91,16735.51};
			azimut=-56.855598;
			special="NONE";
			id=191;
			side="EMPTY";
			vehicle="AGM_Box_Misc";
			leader=1;
			skill=0.56769568;
		};
		class Item83
		{
			position[]={14597.257,17.91,16737.348};
			azimut=-56.855598;
			special="NONE";
			id=192;
			side="EMPTY";
			vehicle="AGM_Box_Medical";
			leader=1;
			skill=0.56769568;
		};
		class Item84
		{
			position[]={14167.915,19.580555,16260.348};
			azimut=-56.855598;
			special="NONE";
			id=193;
			side="EMPTY";
			vehicle="AGM_Box_Misc";
			leader=1;
			skill=0.56769568;
		};
		class Item85
		{
			position[]={14479.356,18.780699,16296.86};
			id=194;
			side="EMPTY";
			vehicle="MCC_crateAmmo";
			skill=0.60000002;
			init="[""AmmoboxInit"",[this,true]] call BIS_fnc_arsenal;";
		};
		class Item86
		{
			position[]={14481.746,18.795782,16298.772};
			id=195;
			side="EMPTY";
			vehicle="MCC_crateAmmo";
			skill=0.60000002;
			init="[""AmmoboxInit"",[this,true]] call BIS_fnc_arsenal;";
		};
		class Item87
		{
			position[]={14483.653,18.80822,16300.626};
			id=196;
			side="EMPTY";
			vehicle="MCC_crateAmmo";
			skill=0.60000002;
			init="[""AmmoboxInit"",[this,true]] call BIS_fnc_arsenal;";
		};
		class Item88
		{
			position[]={14599.967,17.91,16741.535};
			id=197;
			side="EMPTY";
			vehicle="MCC_crateAmmo";
			skill=0.60000002;
			init="[""AmmoboxInit"",[this,true]] call BIS_fnc_arsenal;";
		};
		class Item89
		{
			position[]={14436.03,18.919958,16300.261};
			azimut=-57.245323;
			id=198;
			side="EMPTY";
			vehicle="B_Quadbike_01_F";
			skill=0.60000002;
		};
	};
	class Markers
	{
		items=4;
		class Item0
		{
			position[]={14445.89,18.740187,16286.953};
			name="respawn_west";
			type="Empty";
		};
		class Item1
		{
			position[]={8456.9834,109.97586,25050.766};
			name="respawn_east";
			type="Empty";
		};
		class Item2
		{
			position[]={25080.793,29.682501,22548.068};
			name="Fiende";
			markerType="ELLIPSE";
			type="Empty";
			colorName="ColorEAST";
			a=3750;
			b=3750;
		};
		class Item3
		{
			position[]={14856.352,17.908468,16570.041};
			name="BLUFOR_1";
			markerType="ELLIPSE";
			type="Empty";
			colorName="ColorWEST";
			a=1150;
			b=1150;
		};
	};
};
class Intro
{
	addOns[]=
	{
		"a3_map_altis"
	};
	addOnsAuto[]=
	{
		"a3_map_altis"
	};
	randomSeed=13763716;
	class Intel
	{
		timeOfChanges=1800.0002;
		startWeather=0.30000001;
		startWind=0.1;
		startWaves=0.1;
		forecastWeather=0.30000001;
		forecastWind=0.1;
		forecastWaves=0.1;
		forecastLightnings=0.1;
		year=2035;
		month=6;
		day=24;
		hour=12;
		minute=0;
		startFogDecay=0.013;
		forecastFogDecay=0.013;
	};
};
class OutroWin
{
	addOns[]=
	{
		"a3_map_altis"
	};
	addOnsAuto[]=
	{
		"a3_map_altis"
	};
	randomSeed=12090879;
	class Intel
	{
		timeOfChanges=1800.0002;
		startWeather=0.30000001;
		startWind=0.1;
		startWaves=0.1;
		forecastWeather=0.30000001;
		forecastWind=0.1;
		forecastWaves=0.1;
		forecastLightnings=0.1;
		year=2035;
		month=6;
		day=24;
		hour=12;
		minute=0;
		startFogDecay=0.013;
		forecastFogDecay=0.013;
	};
};
class OutroLoose
{
	addOns[]=
	{
		"a3_map_altis"
	};
	addOnsAuto[]=
	{
		"a3_map_altis"
	};
	randomSeed=2058481;
	class Intel
	{
		timeOfChanges=1800.0002;
		startWeather=0.30000001;
		startWind=0.1;
		startWaves=0.1;
		forecastWeather=0.30000001;
		forecastWind=0.1;
		forecastWaves=0.1;
		forecastLightnings=0.1;
		year=2035;
		month=6;
		day=24;
		hour=12;
		minute=0;
		startFogDecay=0.013;
		forecastFogDecay=0.013;
	};
};