_FoE_Peacemaker 0 Posted January 31, 2002 Can some one tell me how i add flares to a grenader or an ammo box i cant figure it out. I think its like in int field this addweapon "Flare" Share this post Link to post Share on other sites
Rob 1 Posted February 1, 2002 for an ammo box it's this addweaponcargo "flarered" or whatever color you want between red, yellow, blue and green. Share this post Link to post Share on other sites
_FoE_Peacemaker 0 Posted February 1, 2002 It still dosnt work i get following error msg Type any, Expected object Anyone wanna help? Share this post Link to post Share on other sites
Dead-Ćnd-Start 0 Posted February 1, 2002 man1 AddMagazine "flare" thats from a post from last page. Share this post Link to post Share on other sites
Rob 1 Posted February 1, 2002 here use this as a script, name it ammo1........ ammo1 addweaponcargo ["flarered", 3]; ammo1 addmagazinecargo ["flarered", 10]; ammo1 addweaponcargo ["flaregreen", 3]; ammo1 addmagazinecargo ["flaregreen", 10]; ammo1 addweaponcargo ["flareyellow", 3]; ammo1 addmagazinecargo ["flareyellow", 10]; ammo1 addmagazinecargo ["flareblue", 10]; ammo1 addweaponcargo ["flareblue", 3]; name the ammo crate ammo1 and in its init field exec the script, e.g. [ammo1] exec "ammo1.sqs" Share this post Link to post Share on other sites
InqWiper 0 Posted February 1, 2002 U dont have addweaponcargo for flares, just addmagazinecargo, same for grenades, mines, satchels, and stuff like that(if there is more... I cant think of more right now, but Im not trying that hard either). Share this post Link to post Share on other sites
Intruder 0 Posted February 1, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Rob @ Feb. 01 2002,08:58)</td></tr><tr><td id="QUOTE">here use this as a script, name it ammo1........ ammo1 addweaponcargo ["flarered", 3]; ammo1 addmagazinecargo ["flarered", 10]; Â Â Â ammo1 addweaponcargo ["flaregreen", 3]; Â Â Â Â Â ammo1 addmagazinecargo ["flaregreen", 10]; Â Â Â Â Â ammo1 addweaponcargo ["flareyellow", 3]; Â Â Â ammo1 addmagazinecargo ["flareyellow", 10]; ammo1 addmagazinecargo ["flareblue", 10]; ammo1 addweaponcargo ["flareblue", 3]; name the ammo crate ammo1 and in its init field exec the script, e.g. [ammo1] exec "ammo1.sqs" Â <span id='postcolor'> Is there a flareblue? Doesn't seemt to work for me, just white, red, yellow and green Share this post Link to post Share on other sites
InqWiper 0 Posted February 4, 2002 Nope, no flareblue. Share this post Link to post Share on other sites
mahuja 12 Posted February 5, 2002 It would be easy to make as an addon, I believe... Share this post Link to post Share on other sites
Intruder 0 Posted February 5, 2002 yeah, i've got some. But I was talking bout the official equipment. Share this post Link to post Share on other sites
knightlite 0 Posted February 5, 2002 Intruder has it right, but one suggestion, This addmagazinecargo ["FlareRed", 5]; This will add 5 red flares and by putting in the "THIS" you can cut and paste the ammo box with Ctrl C, Ctrl V commands Share this post Link to post Share on other sites