FilPedro 0 Posted March 27, 2007 I'm making a mission and I'm having difficulties in two situations: 1 - How do i make the object called fire to actually turn the fire on? I tried this setfire = true; and setfire = true than I gave the object a name and I placed Obj1 setfire=true and nothing. 2 - I would like to make a couple of explosions, something to simulate a hand placed bomb, what is the correct command for doing this? The bombs are suposed to explode near a wall so the setdammage command won't work here I think. Thanks in advance for your kind help Share this post Link to post Share on other sites
bana 0 Posted March 27, 2007 For the explosions, try the IED script by jeevz IED.sqs This will give you anything from a grenade to an explosion that will take out a couple of buildings. For the fire try; <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">unitname action ["FIREINFLAME", firename] Share this post Link to post Share on other sites
bana 0 Posted March 27, 2007 Thank you bana no worries mate Share this post Link to post Share on other sites