Another AI Freezing Error
Posted: Sun Oct 07, 2007 9:18 am
I got my AI to spawn and respawn but a little after the game starts and there battling, it freezes with a weird zzzzzzzzzzzzzzzzzzzzzzzzzzzz noise, does this have somthing to do with the sound files cause i nulled them ALL, the AI is Elites and Grunts, I think its the grunts that freeze it, can somone please help me!
If I get this done, I will be 90% done with my mod. 
I use this Code:


I use this Code:
Code: Select all
(script continuous RespawnSomeRandomSquad
(begin
(sleep_until (<= (ai_living_count yoursquadname) 0) 450)
(ai_place yoursquadname)
)
)