OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: AE7THSF on 02 Feb 2003, 05:01:07

Title: fxstandsur
Post by: AE7THSF on 02 Feb 2003, 05:01:07
how do i get the guy to fall after he gets shot? :-\
Title: Re:fxstandsur
Post by: Sui on 02 Feb 2003, 11:46:03
Welcome to the forums, Raven ;)

When you use the switchmove command, the unit will stay in that position no matter what. Even if killed (as you have discovered...

You'll need to use either:

unit switchmove "null"

or

unit switchmove ""

To get him to 'unswitchmove' ;)