Help with lurkers please!

Ok so i’ve been trying for around three days to get past the Lurkers level in Sarven Desert. Can anyone help me? I dont have any code to post so if you can just give pointers and help that would be greatly appreciated.

Hello, RedNeckCanadian, and welcome.

#Basic pointers:

In Lurkers, there are three sand-yaks and three shamans. You objective is to kill the shamans. First, you use findEnemies() to get a list of all enemies. Then you loop over the list using a while-loop and only attack the shamans, ignoring the yaks.

You should have learned the while-loop process from Sarven Savior. Go back to that, if you need to brush up.