Hi,guys,in this level I used a simple python statement as below:
#loop:
# Enemy=self.findNearestEnemy()
# if Enemy:
# self.attack(Enemy)
# self.attack(Enemy)
# else:
# self.attack('Chest')
but have a problem when a Enemy come from upward side, hero can not find him !
I do not know if its a bug? or my programe have problem(I think its a low level,it should not be so hard)? or if I must buy good equipment to add health to go through with this level?
Anybody could help me ?Thank you.
Problem solved: the reason is I dd not know the ‘say()’ have sustained effect.