Re: Commands->Set_Facing [message #428771 is a reply to message #428721] |
Wed, 19 May 2010 10:12 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma:
|
General (5 Stars) |
|
|
Just a thought... have you tried introducing a delay between Set_Position and Set_Facing? It's plausible that for infantry units you can't do them both in the same engine tick for whatever reason.... either try setting the facing only, or use a delayed custom to trigger the Set_Facing call on the next engine tick (ie: 0.001 second delay)
I know I have found cases like this with other things in the engine, where trying to do two things at once to an object either caused one of the two to fail or the game to simply crash.
[Updated on: Wed, 19 May 2010 10:13] Report message to a moderator
|
|
|