Home   Help Search Login Register  

Author Topic: I need a unit to crouch untill picked up...  (Read 625 times)

0 Members and 1 Guest are viewing this topic.

GreenPea

  • Guest
I need a unit to crouch untill picked up...
« on: 20 Jul 2005, 13:27:07 »
How do I get my tosser of a unit to kneel for more than a split second?

And how do I get his friend into a 2nd story window?

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:I need a unit to crouch untill picked up...
« Reply #1 on: 20 Jul 2005, 13:59:54 »
try typing 'crouch' into the FAQ search...

as for the second question, have a look at the setpos command in the comref...
« Last Edit: 20 Jul 2005, 14:00:11 by bedges »

cirkut5732

  • Guest
Re:I need a unit to crouch untill picked up...
« Reply #2 on: 21 Jul 2005, 01:30:30 »
I had this problem with a animation called "FXexecution" The loon would only get on his knees for a second then stand back up, I was using this code

loonname switchmove "FXexecution"

Then along came a patron called Blanco who showed me a trick using this code

loonname switchmove "FXexecution
~1.8
loonname playmove "FXexecutiondead"

Now first you read the code and it looks like the loon will crouch then die
but he stays on his knees forever and does not fall over dead
So I would try using the crouch command then putting this after it
~1.8
loonname playmove "FXexecutiondead"

Im at work right now, I actually need to see if this "bug" works with any other animations, I will post back soon!!!