Hey everybody,
I'm relatively new to the OFPEC forums and OFP scripting, but I am experienced in scripting with higher level things.
So anyhoo, I am trying to make a speech by an officer in which many columns/rows of troops stand at attention to the speech.
My problem is that I have tried using this in the unit init:
this setDir 0; doStop this
While the unit does not move, I find they will change their direction randomly. Some will face the way I specify (probably just randomly), and some will look off nowhere.
Is there any way to make sure they do not change direction once they have been created?