Respawn script
Posted: Wed Aug 01, 2007 8:44 pm
Today my problem is with the respawn script. To make things short when I kill the final elite and the script is supposed to take effect the game freezes
This is the script I am using
This is what it looks like after compiling
This is the script I am using
But that is not all!! I believe it is something wrong with script tools.(script continuous respawner
(begin
(sleep_until (<= (ai_living_count elites) 0))
(ai_place elites)
)
)
This is what it looks like after compiling
(script continuous respawner
(begin
(sleep_until (<= (ai_living_count elites) 0)) (ai_place elites)
)
)