In the Sarven Shepherd level, you are asked to differentiate orcs from yaks across a wave of attacks. It seems like the best way to make the while work is if you were able to know the number of items (enemies) in the array when you create it with self.findEnemies().
I know that in Python that you are able to return ArrayLength. Is there any way to do this in the game?