Jump to content
Sign in to follow this  
Omen101

HOw to make units into hostage animation

Recommended Posts

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. wink_o.gif

Share this post


Link to post
Share on other sites

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×