Home   Help Search Login Register  

Author Topic: this setunitpos "Kneel" ?  (Read 1638 times)

0 Members and 1 Guest are viewing this topic.

HotShot

  • Guest
this setunitpos "Kneel" ?
« on: 10 Sep 2002, 22:02:54 »
I was woundering if there was a script to get a unit to kneel like this setunitpos "kneel" as there's a prone and standing up script. ???

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:this setunitpos "Kneel" ?
« Reply #1 on: 11 Sep 2002, 01:52:49 »
UnitName SwitchMove "CombattoCrouch"

Might be what you are looking for.  However I am unsure as your question left alot for interpretation.

Mike

  • Guest
Re:this setunitpos "Kneel" ?
« Reply #2 on: 11 Sep 2002, 02:13:46 »
I was woundering if there was a script to get a unit to kneel like this setunitpos "kneel" as there's a prone and standing up script. ???

Is Prone and Kneel not the same thing?

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:this setunitpos "Kneel" ?
« Reply #3 on: 11 Sep 2002, 03:33:02 »
No.  Prone is the term for lying down.  When you are lying down, you are prone.

red devil

  • Guest
Re:this setunitpos "Kneel" ?
« Reply #4 on: 11 Sep 2002, 19:50:51 »
this dont work they get up from off thier knee strait away how do u make them stay like that?

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:this setunitpos "Kneel" ?
« Reply #5 on: 11 Sep 2002, 22:06:26 »
I think people loop it, I've never used it though so I'm not sure

#loop
UnitName SwitchMove "CombattoCrouch"
~0.1
goto "loop"