OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started 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?
-
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"
-
The first one is the correct. Thanks. :P