Re: Multiple Enemy Brains
Levelx wrote:
I want the script to keep the game going as long as there's enemy brains still living.
That is the default.
When I have fifty brains in skirmish if one dies I still live.
Well, anyway, I know absolutely nothing about the lua things used in missions but I think the gist would be:
Code:
if brain1:IsDead() == true and brain2:IsDead() == true then
gameover
end