Let's say I have (10) Monster sprites with an instance variable called BreedingPitUID. (5) of the Monster sprites have a BreedingPitUID of 121 and the other (5) have a BreedingPitUID of 139. How do I get the count of all the Monster sprites with a BreedingPitUID of 121? I've tried objectcount and Sprite.PickedCount ... neither is giving me what I need.