kocrachon 2 Posted November 27, 2007 So I have an AV-8b flying over an area and it sets off a trigger that performs this function <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Plane1 setVehicleArmor 0 It does not die however, it has a sliver of health and that health stays there. And it flys around smoking. How do I make the thing just flat out die? Share this post Link to post Share on other sites
Q1184 0 Posted November 27, 2007 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Plane1 setDamage 1 or <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Plane1 setFuel 0 Share this post Link to post Share on other sites