OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: gamato on 09 Feb 2004, 11:27:06
-
Hi all, I have a question: is it possible to set unlimited ammo for a unit (I need an artillery firing continuously during a mission).
Thanks
-
this is just an idea, you could make a script which addmagazine"(name of mag)" to your artilery with a loop every 5 seconds or so...
-
You could use a hasMagazine or ammo command to check if it has any ammo, and then addmagazine if it doesn't.
-
Thank you, i'll try it.... ;D