Help: Woodland Cleaver

do something like this

while True:
    enemy = hero.findNearestEnemy()   
   if enemy:
       if hero.isReady("cleave"):
        #cleave
      else:
        #attack

Isn’t that what I did?

Look up there and down here:

Can you see the differences?

No? I know you want to hear yes but I just don’t see it!

Look at the indentations and look at the if statements. Do you see any else statements in your original code?

Omfg I THINK I’VE GOT IT!!!

If you have solved it, tick the solution box next to the post that helped you the most, if you haven’t solved it, post your code here for more help.