Hello!
Faced the following problem.
I created 2 enemies: Green and Red,
need to make following action:
If there are 0 points, appears only “Green Enemy”.
When you score 2500 points appears “Red Enemy”
I created blueprint with checking score, after you scored 2500 points “Red Enemy” should appear, but when i press “Play” button both kinds enemies appears in the same time.
Help me fix it please…
Ideally, it looks like wave system, but with including the scores.
- 0 - 5k scores (first type of enemies)
- 5k - 10k scores (second type of
enemies) - 10k - 20k scores (combine
1st and 2nd types) - 20k - 30k scores
(third type of enemies (1st and 2nd
types disappeared))
P.S.: Sorry for my english.