icecoolwrx 0 Posted December 26, 2007 Ok heres the briefing: I am making a static unit with a turret for arma and i need to use dowatch position to control the position of the turret to an exact position. It works very good so far with every unit except when its targeting an enemy unit. it just ignores the dowatch position completely and just watches on its own. I have tried it on the vehicle and on the gunner like it was said in another post that it worked on the driver, but i dont see anywhere where someone tried it on a gunner and it worked. I have tried: -staticunit disableai "autotarget" -staticunit gunner disableai "autotarget" and all the other disableai commands at once and seperate and no go yet.. the only other thing i found was to make the target unit captive then the dowatch will work. Thanks in advance! Share this post Link to post Share on other sites
icecoolwrx 0 Posted June 12, 2008 Played with this again after like 6 months and i have noticed that the disableai commands work in the map editor init field but no where else in a script or config int. Share this post Link to post Share on other sites
johnnyboy 3797 Posted June 13, 2008 An alternative is to setpos a gamelogic at the position you want gunner to watch, then have the gunner target the gamelogic. Share this post Link to post Share on other sites