- Home /
 
End game when all enemies eliminated in 3rd person shooter example project?
In the 3rd person shooter example project to start with you only have one enemy, i've added more but the game still ends once one has been killed. How would i make it so that the game ends when all enemies are eliminated?
               Comment
              
 
               
              Answer by Adamcbrz · Aug 05, 2011 at 09:11 PM
This could be an issue with a static variable declaring your enemy or how your end game function works. With out any code or more detail it is hard to direct you in the right direction.
Your answer
 
             Follow this Question
Related Questions
how to end your game 1 Answer
How do I get enemies to only chase me in certain areas 0 Answers
how do you actually stop a game? 3 Answers
Finishing game script c# 2 Answers
Canduct and movement of an enemy 0 Answers