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)
)
)