Im working on a turn based game and am currently figuring out how to select an enemy to attack. Once I select an enemy it will be the default target until I change the target. Also, I want each enemy to attack the player and give xp when one of them dies. My game will have multiple characters a player can use so the enemy will choose a target too. I have more but that is all for now, thanks.