Terran4999 0 Posted April 21, 2008 Hello all I have 2 questions 1) How to make a unit do target practice on objects then reload when out of ammo? 2) how do I make a group eject out of vehicles all at once without WP's Any help would be appreciated   Share this post Link to post Share on other sites
Terran4999 0 Posted April 22, 2008 Well, I think I solved my second question. Does anyone know how to make a unit do target practice then reload when out of ammo? Share this post Link to post Share on other sites
ProfTournesol 956 Posted April 22, 2008 Yes, but it's a very common question answered several times... <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Name_of_the_unit dotarget name_of_the_target;Name_of_the_unit dofire name_of_the_target The unit will fire until the target is destroyed. You'll need a script (or several triggers) to pratice several targets. Share this post Link to post Share on other sites
Terran4999 0 Posted April 23, 2008 thanks for the response, but this only works for people. Is it possible for the AI to dofire on objects such as a couch??? Share this post Link to post Share on other sites
zwobot 22 Posted April 23, 2008 Is it possible for the AI to dofire on objects such as a couch??? Not without using an "invisible target" addon, there is such an addon from Lester at mapfact.net or Fox invisible targets at Ofpec.com which is based on Lester's as far as I know. This forum has a search function by the way, most of the questions you asked have been discussed many times and you would find the answers if you searched for them. Also search the Ofpce.com forum, the search there is generally better than the one in this forum. Share this post Link to post Share on other sites