Jump to content
Sign in to follow this  
FilPedro

2Questions please help

Recommended Posts

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 wink_o.gif

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×