OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: The-Architect on 11 Feb 2004, 01:31:17

Title: Just crawl.
Post by: The-Architect on 11 Feb 2004, 01:31:17
Thanks for the help on the last problem, here's a new one.
How do I make a guy just crawl. I don't want him walking, running or doing a handstand. Just crawling. I tried telling him stealth but obviously that had no chance of working at all.
Cheers.
Title: Re:Just crawl.
Post by: GrimMonkey on 11 Feb 2004, 02:15:42
UnitName SetUnitPos "Down"

To set back to normal

UnitName SetUnitPos "Auto"


Beware the GrimMonkey
Title: Re:Just crawl.
Post by: The-Architect on 11 Feb 2004, 02:20:53
Cheers.  ;D