Can you be a bit more descriptive about what your problem is? It’s hard to help if we don’t know what the problem is. The best i could suggest right now would be that “hero.cleave(enemy)” and “hero.attack(enemy)” don’t have enemy clarified! You clarify your nearest enemy in the variable as “Nearest” so try changing it to “hero.cleave(nearest)” and “hero.attack(nearest)”. Let me know if it works!