Jump to content

frostey0007

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Posts posted by frostey0007


  1. Hey guys I have used MSO to create a version for ACE on Celle2. Everything works fine but i would like to define the town locations through making a "case" here is what i have so far within the fn_initlocations.sqf

    case "mbg_celle2": {
    		{_twn = (group bis_functions_mainscope) createUnit ["LOGIC", (_x select 0), [], 0, "NONE"]; _twn setVariable ["name", (_x select 1)];[[_twn]] call BIS_fnc_locations;} foreach [
    		[[9306.2266,2899.6436,0], "Hehlentor"],
                           [[8378.0928,3112.5146,0], "Gross Hehlen"],
                           [[11969.534,2383.7585,0], "Lachendorf"],
                           [[11821.923,5806.3496,0], "Eschede"],
                           [[8513.0332,8114.4448,0], "Beckedorf"],
                           [[9065.1094,8952.7031,0], "Hermannsburg"],
                           [[8424.1475,6202.7026,0], "Eversen"],
                           [[8310.2764,9633.7217,0], "Bonstorf"],
    		[[9539.3652,10094.595,0], "Muden"],
    		[[10574.109,10757.503,0], "Fassberg"],
    		[[6961.6865,11299.323,0], "Wietzendorf"],
    		[[6721.1938,7993.8247,0], "Bergen"],
    		[[6999.2788,6695.875,0], "Offen"],
    		[[7062.416,4683.2378,0], "Wolthausen"],
    		[[5830.5503,4222.0718,0], "Winsen"],
    		[[6041.6284,5725.3662,0], "Walle"],
    		[[4534.4648,5544.0225,0], "Meissendorf"]
    		[[4281.5752,8693.9922,0], "Central Strongpoint"],
    		[[2922.4944,10927.099,0], "Dorfmark"],
    		[[747.22778,11060.721,0], "Benefeld"],
    		[[589.68909,8737.4063,0], "Dushorn"],
    		[[1675.6074,9449.3389,0], "Fallingbostel"],
    		[[579.45361,5058.2021,0], "Hademstorf"],
    		[[2717.9919,4086.2161,0], "Thoren"],
    		[[327.9216,3890.7327,0], "Schwarmstedt"],
    		[[9198.7803,4081.1445,0], "Lachendorf"]];
    			[] call _initNeighbors;
    	};

    How ever after initialization it seems to still create its own. I am stumped as to how to get this working. Any help would be great! thanks

×