Home   Help Search Login Register  

Author Topic: How to make units "sneak"?  (Read 514 times)

0 Members and 1 Guest are viewing this topic.

Serial Killer

  • Guest
How to make units "sneak"?
« on: 25 Sep 2005, 16:29:13 »
When you press F while playing, you "sneak" slowly forward. How can I do this with switchMove or playMove command with A.I?

Offline RujiK

  • Members
  • *
  • KoKo Puh-Fizzles!
Re:How to make units "sneak"?
« Reply #1 on: 25 Sep 2005, 17:27:30 »
Guy switchmove "CombatwalkF"
or
Guy switchmove "WeaponWalkF"

Or you could try Guy setbehaviour "Stealth"
Or Guy setcombatmode "BLUE"

Note, the color might be wrong I haven't used that command in ages.

But probobly the most practical thing to do would be
Guy setspeedmode "Limited"
« Last Edit: 25 Sep 2005, 17:28:32 by RujiK »
I like your approach, lets see your departure.
Download the New Flashlight Script!

Serial Killer

  • Guest
Re:How to make units "sneak"?
« Reply #2 on: 25 Sep 2005, 18:28:59 »
The first one is the correct. Thanks. :P