The system compare values condition does not pick any instances.
The enemy.count expression returns the current number of picked instances. Since you don't pick any in your event, it is always 0.
Add a pick all enemy condition before it and it will work.
Edit: My mistake, I had forgotten there were specific pickedcount and count expressions.