Quote:
Originally Posted by MicroWave
Hi Aviar,
The problem might be the random generator. With every mission it starts from the same seed and hence you get the same sequence of numbers. I usually place my plane somewhere on the map and fire my guns. This 'breaks' the sequence.
So, in your example you should fire your guns before you reach the waypoint where random pattern is generated. The pattern will probably be different then.
|
So what you are saying is 'DO NOT USE THE RANDOM SETTING FOR AN AI FLIGHT'...
Thankfully, I only have a couple of missions that I have to go back and correct. Thanks.
Aviar