The-Architect 0 Posted April 4, 2006 How do I make a unit fire. I have a unit I want him to just fire at thin air. Share this post Link to post Share on other sites
reconNinja 0 Posted April 4, 2006 try to dupe him into firing at an empty marker. i think it would be along the lines of: this dofire getmarkerpos "markerone" or this dotarget getmarkerpos "markerone"; this dofire objNull gl Share this post Link to post Share on other sites
the unknown 0 Posted April 4, 2006 or if you want him to shoot straight into the sky you could try this: unit Fire "weapon" example: soldier1 Fire "ak47" he will put his gun into the air and shoots the gun i am only not sure for how long. this can also be used to trow nades. The Unknown Share this post Link to post Share on other sites
Serclaes 0 Posted April 5, 2006 Tried Invisible Targets by Lester? In the pack are multiple invisible targets of different nature and for different sides. Once the soldier see a target he'll begin to shoot on it for 30 secs. (if its east vs. west for example). Hmmm... sorry cant find the addon now... maybe i'll find it later or you're faster than me. Share this post Link to post Share on other sites
General Barron 0 Posted April 5, 2006 Invisible targets are the only way to do this that I know of, like Serclaes said. Share this post Link to post Share on other sites
reconNinja 0 Posted April 6, 2006 ok neither of the things i said work, awful sorry about that the this fire "gun" thing is pretty interesting, it seemed to only fire one round for me, but i guess there are ways around that. Share this post Link to post Share on other sites
General Barron 0 Posted April 6, 2006 I guess I should make the distinction clear here: If you are trying to make an INFANTRY UNIT shoot, then all of the above discussion applies. If you are trying to make a manned VEHICLE shoot, then all you need to do is #1 make the gunner point where you want him to shoot via the "dowatch" command and #2 use the "fire" command to make him fire the desired weapon. Share this post Link to post Share on other sites