PDA

View Full Version : Problem with the AI's in 3D editor



Stiletti
Aug 7 2011, 19:17
So, whenever i try place some AI's and want them to stay in place they all start running around the town like they are in a combat. Im tried to put them without a leader and they are still wandering around, even the "stopThis" script would not help at all. I have no problem with this on 2D editor but on 3D i cant put them without that they start to wander around town. Any help please?

kylania
Aug 7 2011, 19:35
doStop this; in their init field should do it. I've never used the 3D editor with actual units though as it's an incomplete feature. Just use it to lay things out for import to the 2D editor (which strips units anyway).

Stiletti
Aug 7 2011, 19:59
doStop this; in their init field should do it. I've never used the 3D editor with actual units though as it's an incomplete feature. Just use it to lay things out for import to the 2D editor (which strips units anyway).

Thank you, worked like a charm! Just needed to make another group for the AI so they wont be in same team. ;)