OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: AE7THSF on 02 Feb 2003, 05:01:07
-
how do i get the guy to fall after he gets shot? :-\
-
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' ;)