Hey there, you can use angle() expression to calculate the angle between the player and the enemy in the Is Between Value system condition, and set the animation depending of the value
(example : angle(player.X, player.Y, enemy.X, enemy.Y) is between 0 and 15, set animation 1)
Don't forget to use For Each loop for enemies as the top condition so each instance can be picked individually