Killing all = end game
Posted: Thu Aug 30, 2007 4:51 pm
I am making a game and i need to make it so that when i kill all of the guys (clones of one) that it ends the game. Is it possible?
if(enemycount<=0)
{
EndGame()
}
if(ActorCount("enemy")<=0)
{
endgame();
}