eJay 1 Posted December 12, 2007 How to force unit to make same animation all the time? Example - I need soldier who will sit on ground and be in this position until he realize danger around him. I tried to set behaviour on Careless mode (in init line and waypoint) an then use proper animation (x switchmove/playmove "AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground"). No combination worked properly. Unit use animation one time, then got up. Help! Share this post Link to post Share on other sites
Mr-Murray 0 Posted December 13, 2007 Hey eJay That´s really no problem _enemy playmove "AmovPsitMstpSlowWrflDnon_WeaponCheck1"; ~0.1 _enemy disableAI "ANIM"; exit; Later.... _enemy enableAI "ANIM"; Best regards, Mr-Murray Share this post Link to post Share on other sites