I've got this basic sprite that will detect how many enemies are left on a level. To test it I have put added an instance variable that is linked to the PickedCount expression. It works until it gets to the last enemy and the variable gets stuck on 1, even when the last enemy has been destroyed and I have no idea why.