Help! I need help solving Backwoods Fork! [Solved]

look at the tip that @thebagel Gave you

yes please do.

:smiley:
(20 chars)

you don’t need the last Hero.moveXY(43, 34)

No he/she does, it’s to move back to center

I ran my code without it and it still works

I think it helps. it won’t make it wrong

1 Like

I mean he/she can do that but you don’t NEED it

Yes, but I think it’s part of the original code it gives you

    # Move to the bottom X mark.
    hero.moveXY(58, 16)
    # Create a variable named bottomEnemy and find the nearest enemy.
    bottomenemy = hero.findNearestEnemy()
    # Use the checkAndAttack function, and include the bottomEnemy variable.
    checkAndAttack(bottomenemy)

Do that for the bottom three lines.

Thank you so much guys1

1 Like

no problem!!! (20 chars)

1 Like

No problem! Glad that I can help!

2 Likes

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.