So I was bored and went through my stuff and here is the code example for break:
while True:
enemy = hero.findNearest(hero.findEnemies())
if not enemy:
break
hero.attack(enemy)
hero.say("/人 ◕ ‿‿ ◕ 人\")
What is ("/人 ◕ ‿‿ ◕ 人\")
was the game hacked or something
why is there a Unicode character
am I crazy
is this an easter egg
IM SO CONFUSED