Hello and welcome to codecombat discourse, @Finley! This is a cozy forum where you can share ideas, share fan art, get assistance for code, etc! Before you proceed, we hope that you review this topic, which shows all essentials of this board! Thanks!
I don’t know if you are using this exact code in level, but if you are, you can’t do champion.findNearestFriends()
. I has to be either champion.findFriends()
or champion.findNearest(champion.findFriends())