Construction Interface (COIN) - Simple Start How To in ARMA 2 & OA : ADDONS - Configs & Scripting Posted November 28, 2013 Hello, I started on your base and though I'd post this for users who want more starting content. *Use the instructions from above to make this work* Playerfunds = 50000; _builder = _this select 1; _module = _this select 0; _module setVariable ["BIS_COIN_name", "Desert Fortificationress"]; _module setVariable ["BIS_COIN_funds", "Playerfunds"]; _module setVariable ["BIS_COIN_fundsdescription", "$"]; _module setVariable ["BIS_COIN_categories", ["Fortification","Bunkers","Ammo Boxes","Static Weapons","Camo","Flags"]]; _module setVariable ["BIS_COIN_areaSize", [100, 100]]; _module setvariable ["BIS_COIN_items", [ //--- Class, Category, Cost or [fundsID,Cost], (display name) ["Fort_RazorWire","Fortification",10,"Wire"], ["Fort_Barricade","Fortification",15,"Pile of Junk"], ["Fort_EnvelopeBig_EP1","Fortification",5,"Big Dirt"], ["Fort_EnvelopeSmall_EP1","Fortification",5,"Little Dirt"], ["Hhedgehog_concreteBig","Fortification",10,"Concrete Tank Trap"], ["Hedgehog","Fortification",5,"Tank Trap"], ["Land_Fort_bagfence_long","Fortification",20,"Long Sandbag Fence"], ["Land_Fort_bagfence_round","Fortification",15,"Round Sandbag Fence"], ["Land_Fort_bagfence_corner","Fortification",20,"Corner Sandbag Fence"], ["Land_Fort_artillery_nest_EP1","Fortification",20,"Earthen Artillery Nest"], ["Land_Fort_rampart_EP1","Fortification",10,"Earthen Rampart"], ["Land_HBarrier_large","Fortification",25,"H-Barrier Large"], ["Land_HBarrier1","Fortification",5,"H-Barrier 1"], ["Land_HBarrier3","Fortification",15,"H-Barrier 3"], ["Land_HBarrier5","Fortification",25,"H-Barrier 5"], ["Base_WarfareBBarrier5x","Fortification",25,"Short Wall"], ["Base_WarfareBBarrier10x","Fortification",40,"Long Wall"], ["Base_WarfareBBarrier10xTall","Fortification",75,"Long Tall Wall"], ["Land_Fortified_nest_small_EP1","Bunkers",50,"Small Bunker"], ["Land_Fort_Watchtower_EP1","Bunkers",100,"Bunker Tower"], ["Land_Fortified_nest_big_EP1","Bunkers",200,"Large Bunker"], ["USBasicAmmunitionBox","Ammo Boxes",250,"US Basic Ammo"], ["USBasicWeaponsBox","Ammo Boxes",250,"US Basic Weapons"], ["USLaunchersBox","Ammo Boxes",500,"US Launchers"], ["USOrdnanceBox","Ammo Boxes",500,"US Ordnance"], ["USSpecialWeaponsBox","Ammo Boxes",750,"US Special Weapons"], ["UNBasicAmmunitionBox_EP1","Ammo Boxes",250,"UN Basic Ammo"], ["UNBasicWeapons_EP1","Ammo Boxes",250,"UN Basic Weapons"], ["Gunrack1","Ammo Boxes",0,"Gun Rack"], ["SpecialWeaponsBox","Ammo Boxes",750,"PMC Special Weapons"], ["Land_CamoNet_NATO_EP1","Camo",50,"NATO Camo Net 1"], ["Land_CamoNetb_NATO_EP1","Camo",50,"NATO Camo Net 2"], ["Land_CamoNetvar_NATO_EP1","Camo",50,"NATO Camo Net 3"], ["M2HD_mini_TriPod_US_EP1","Static Weapons",500,"M2 MiniTripod"], ["M2StaticMG_US_EP1","Static Weapons",750,"M2 Tripod"], ["MK19_TriPod_US_EP1","Static Weapons",750,"Mk19 MiniTripod"], ["TOW_TriPod_US_EP1","Static Weapons",1000,"TOW Tripod"], ["Stinger_Pod_US_EP1","Static Weapons",1000,"AA Launcher"], ["M252_US_EP1","Static Weapons",1500,"M252 Mortar"], ["M119_US_EP1","Static Weapons",2000,"M119 Artillery/AT Cannon"], ["FlagCarrierBLUFOR_EP1","Flags",0,"Blufor Flag"], ["FlagCarrierNATO_EP1","Flags",0,"NATO Flag"], ["FlagCarrierRedCross_EP1","Flags",0,"Red Cross Flag"], ["FlagCarrierUSA_EP1","Flags",0,"United States Flag"], ["FlagCarrierUSArmy_EP1","Flags",0,"United States Army Flag"] ] ];
Construction Interface (COIN) - Simple Start How To
in ARMA 2 & OA : ADDONS - Configs & Scripting
Posted
Hello,
I started on your base and though I'd post this for users who want more starting content.
*Use the instructions from above to make this work*