PDA

View Full Version : AIUnit commandMove Position: Does not work



ManDay
Dec 24 2006, 12:09
If you state a command 'Move' and you are not the Leader who is supposed to state this yourself: The ordered unit will move to the ordered position and will return into the formation immediatly.

Guess it is a really bad Bug

ColonelSandersLite
Dec 24 2006, 22:02
I would like to help you, but your grammer makes your meaning unclear. If I'm not mistaken, english is not your first language. If so, I suggest you try phrasing it another way.

ManDay
Dec 25 2006, 09:20
Uhhhm ... all right. First off: You are right - eng is not my first language. whatsoever i typed some mistakes anyway. question rewritten:

If you order a 'commandMove'-command in the editor/in a script like

unit1 commandMove pos1;

unit1 will move to pos1 and will return into the formation after he got there. in my newest mission I 'unbugged' that behaviour by scripting a doStop command after the doMove command. But that is not a proper solution.