|
John Possidente
|
 |
Hunt Valley, MD USA
Jun 1999 time: 00:14
|
|
As far as I know, there's no hard coded limit to the number of units the AI will move during its turn. You might be running into a memory restriction, but that's a long shot. More likely, the AI has decided that the units in question are where they should be (for whatever weird AI reasons) and don't need to be moved.
If you've given your units Goto commands and they fail to move, that's a different issue. In that case, the Goto code is having a problem getting where you want to go. (The Goto code is notoriously flaky.) Try giving units goals that are not too far away. Short paths are much more reliable than longer ones.
|