Omen101 0 Posted June 28, 2007 Hey guys i wondered what the script or code was to make units appear with their hands ontop of their head, i downloaded a script that makes them neutral so the enemy doesnt open fire onto the hostage but i wanted them to have thier hands onto their heads like a real pow. Can anyone help me? thx in advance. Share this post Link to post Share on other sites
johnnyboy 3793 Posted June 28, 2007 This was just answered over at OFPEC: http://www.ofpec.com/index.p....29692.0 Check it out! Share this post Link to post Share on other sites
JukkaN 0 Posted June 29, 2007 this playmove "TestSurrender" Share this post Link to post Share on other sites
Varry 0 Posted July 3, 2007 yes but with testsurender, unit got stuck, if you wanted to make an execution for example, unit would sustain damage and die, but kept on standing in the testsurender position, hands on head! unless this was solved in 1.08? Share this post Link to post Share on other sites
Mr-Murray 0 Posted July 3, 2007 I used this in my capitulation-script: _enemy playmove "AmovPercMstpSsurWnonDnon" ~1 _enemy disableAI "ANIM" _enemy setcaptive true The unit will play the anim and will be fixed in it. The hands are always ontop of their head. If you want to break it... use: _enemy enableAI "ANIM" _enemy setcaptive false Regards, Mr-Murray Share this post Link to post Share on other sites