69
« on: December 12, 2012, 09:42:41 am »
Hello everybody,
I have only one scene which I would like to use in my game. At the beginning of the game through scene redactor I added some actors(enemies) and after their death(when they are killed) I made that player continue to stay at the place where he was and at the same time but in the other part of the scene another enemy appears(BOSS). But it appers in unlimited numbers. I tried to use flags, different events, to my dismay, it was useless because of the same thing.
I used this algorithm:
1) when the scene appered there had already been created some enemies
2) count number of dead enemies
3) if they are all dead, create BOSS
I want to have only one BOSS, not billions...)))
Please, help me to solve this problem?!
Thanks