I can’t seem to solve the level “Friend and Foe” in Backwoods Forest. When I use my code(below) the peasants all get ready for battle and then the hero never says anything to the peons.
while True:
friend = hero.findNearestFriend()
enemy = hero.findNearestEnemy()
if friend:
hero.say("To battle, " + friend.id + “!”)