Home   Help Search Login Register  

Author Topic: Walking?  (Read 538 times)

0 Members and 1 Guest are viewing this topic.

barry_the_baldy

  • Guest
Walking?
« on: 16 Mar 2003, 04:44:29 »
Hey All,
Is there any way i can make my entire squad walk with their weapons drawn?

As in the way you move when you hit the "walk" button?

Thanks.

SFG

  • Guest
Re:Walking?
« Reply #1 on: 16 Mar 2003, 06:05:47 »
Nope, only with a new animation.

barry_the_baldy

  • Guest
Re:Walking?
« Reply #2 on: 16 Mar 2003, 12:40:56 »
Your sure?

Ive seen it happen, sometimes when i order my men to move to a position and they come under fire theyll walk, just like you (the player) make your character walk with the walk button.

Maybe some kind of rate of movement command, or is it just something that happens by chance?

vektorboson

  • Guest
Re:Walking?
« Reply #3 on: 16 Mar 2003, 13:25:02 »
From my experience they walk like this, when three conditions are met:

_unit setUnitPos "UP"
_unit setBehaviour "DANGER"
_unit setSpeedMode "LIMITED"

barry_the_baldy

  • Guest
Re:Walking?
« Reply #4 on: 17 Mar 2003, 13:26:33 »
Thats great, thanks mate.