PDA

View Full Version : Get a soldier to neal down



Space Cadet
Nov 9 2001, 13:10
How can I set an AI unit to neal down?

I know all about
unitName SetUnitPos "DOWN"/"UP"/"AUTO"
but this is either standup or lie down, I want him to be nealing. Is there another command with setunitpos that forces the unit to neal?

Damage Inc
Nov 9 2001, 13:17
I think you have to use switchmove (or playmove) "CrouchToCombat".

Space Cadet
Nov 9 2001, 14:19
Cheers,

I'll give it a try.