Home   Help Search Login Register  

Author Topic: stand on knees  (Read 649 times)

0 Members and 1 Guest are viewing this topic.

knepo

  • Guest
stand on knees
« on: 29 Oct 2002, 23:53:33 »
how can i make a unit stand on his knees.
like (this setunitpos "up") :-\

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:stand on knees
« Reply #1 on: 30 Oct 2002, 19:38:36 »
put this in the units init

this setbehaviour "combat"; this switchmove "combattocrouch"; this setunitpos "up";

Guru

  • Guest
Re:stand on knees
« Reply #2 on: 31 Oct 2002, 10:04:05 »
this setunitpos "up";this switchmove "combattocrouch"
-
i found that this in units init
without a waypoint or a setbehaviour command or a setcombatmode command.
keeps him crouched and not moving if thats what ur looking for.
however as soon as enemies appear he will move ,hit the dirt, or someother action.
as the AI will kick-in, unless you disable the AI as well.
of coarse you can turn all those settings back on with a trigger, until a condition is met.IE. WEST present

knepo

  • Guest
Re:stand on knees
« Reply #3 on: 31 Oct 2002, 23:44:36 »
thanks :D, i'll try it.