Rompers 10 Posted May 3, 2011 (edited) I've recently downloaded ArmA 2 Combines Ops (LOVE THIS GAME) and I was wondering, how do you spawn ammo boxes? Edited May 3, 2011 by Foxhound Fixed title to be descriptive and moved to correct section Share this post Link to post Share on other sites
demonized 16 Posted May 3, 2011 use createVehicle array _box = createVehicle ["USBasicWeapons_EP1", getMarkerPos "nameOfMarker", [], 0, "NONE"]; here you can find most items/objects/units in vanilla arma2 and oa (a2 + oa == co) http://www.armatechsquad.com/ArmA2Class/ Share this post Link to post Share on other sites
udet 14 Posted May 27, 2011 (edited) hi there demonized and all. Where should i use this. this command line gonna give a option in acion menu? is there a script for that? Spawn ammo box besides you ? i think i saw that in battlecenter menu. anybody plz. Edited May 27, 2011 by udet Share this post Link to post Share on other sites
bigshotking 10 Posted May 27, 2011 Place a trigger down and set it to Radio Alpha, then under On Act. Put the code that demonized gave you. Make sure you place a marker down, and put it's name in the code that you were given. Hope this helps. -Bigshot Share this post Link to post Share on other sites