Holden93 12 Posted December 8, 2013 Hello there, I noticed that setDir isn't working at all for me, the small code is this _unit setDir 90; nothing happens though, why that? Share this post Link to post Share on other sites
HazJ 1289 Posted December 8, 2013 Can you post a bit more please? Dirty Haz Share this post Link to post Share on other sites
Holden93 12 Posted December 8, 2013 uhm I just noticed it DOES work but the AI gets back on his original direction. Any other ways to do this? Share this post Link to post Share on other sites
HazJ 1289 Posted December 8, 2013 Hmmm... Maybe: doStop _unit; Or: while {alive _unit} do {_unit setDir 90;}; Dirty Haz Share this post Link to post Share on other sites
f2k sel 164 Posted December 8, 2013 unit setformdir 90; or give them something to watch unit dowatch object; Share this post Link to post Share on other sites
Holden93 12 Posted December 8, 2013 Thanks to both of you! Share this post Link to post Share on other sites
dragonsyr 21 Posted December 8, 2013 (edited) try disableAI "ANIM" after the setdir command this command solve many anim/move issues , dont forget to enable back with enableAI Edited December 8, 2013 by dragonsyr Share this post Link to post Share on other sites