OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Serial Killer on 25 Sep 2005, 16:29:13

Title: How to make units "sneak"?
Post by: Serial Killer 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?
Title: Re:How to make units "sneak"?
Post by: RujiK 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"
Title: Re:How to make units "sneak"?
Post by: Serial Killer on 25 Sep 2005, 18:28:59
The first one is the correct. Thanks. :P