Today we are going to work on how to manage the combat scenario when there are multiple AI enemy characters. Instead of directly trying to reach the player character, We are going to implement a system that allows AI characters to flank player around player's location and reach to attack player from different directions. This will prevent AI characters running into each other when they attack player in melee combat system.