Hi everyone! I am coding newbie. I am making a TOP-DOWN Game. Can anyone write a code to show me how to use list to save the enemies for us to attack? For example, when the enemies enter the area, then we save the list, when they attack, they will rely on that list to attack, when they exit the area, remove it from the list. But must hit 3 nearest enemies. Because if you don't, then when the first enemy is being blocked, the players won't know how to find the next enemy, but just find the nearest enemy and get blocked. That's a mistake. Thank you so much ! Please help.....