OFPEC Forum
Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: sharkattack on 22 Jul 2010, 16:59:51
-
Hi lads
A real noob topic but this has me beaten, not sure how to use the removeMagazinesTurret command and add a custom amount of ammo to vehicle. How can i limit the amount of MK19 shells in each SOV (OA) to say 15 rounds only ?
best wishes shark-attack
-
_mySOV removeMagazineTurret ["nameofammo",[*]]
* is an index of all turrets.
0 Main turret
1 Second turret
2 Et cetera
removeMagazineTurret removes one mag, if I remember correctly. To remove them all: Use removeMagazinesTurret instead
-
Crikey! New OA commands. I was just about to say "impossible!", but apparently not!
Now they need to implement "addweaponturret" and "removeweaponturret" and we're almost set. Sadly I doubt that's going to happen :(
Wolfrug out.
-
thanks lads .. nice one
:good: