What I wanna do is,
-Damage a certain amount of enemies in a hitbox
For example, there are 5 'enemies' inside the 'hitbox' and if I press 'attack' it'll only damage 1 of the enemies inside the 'hitbox'.
What I have right now is that if I pressed 'attack I would 'damage' all of the 'enemies' in the 'hitbox'. I don't know how to make it so I could 'damage' only 1 'enemie' per attack. Is there a way to do this?