i need help like always
so hard
post your formatted code
# Help your friends beat the minions that Thoktar sends against you.
# You'll need great equipment and strategy to win.
# Flags might help, but it's up to you–be creative!
# There is a doctor behind the fence. Move to the X to get healed!
enemy = hero.findNearestEnemy()
if enemy:
hero.attack(enemy)
else:
hero.moveXY(19, 69)
Should be that or one of the solutions idk if you have same gear
hmm somethings not right put all of this code inside of a while true loop and add an enemy = hero.findNearestEnemy()
after here hero.attack(enemy)
ok ill try it
and also do you see this? id recomend listening to this part
im also stuck on Mind the Trap
Make a new topic and post your code.
ok
Remove the code because it is against the rules of the Discourse to post solutions.
We encourage people to help not to cheat from others.
Lydia
oh okay i will help next time
This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.