What the heck does this error mean? It looks like Ritic Duck.
The code it gave me an error with,
# Stay alive for one minute.
# If you win, the next time you play will be more difficult and more rewarding!
# If you lose, you must wait a day before submitting again.
while True:
enemy = hero.findNearestEnemy()
item = hero.findNearestItem()
if item:
hero.move(item.pos)
if enemy:
hero.attack(enemy)
if hero.isReady("bash"):
hero.bash(enemy)
if hero.costOf("paladin"):
hero.summon("paladin")
friend = hero.findFriends()
hero.command(friend, 'cast', hero)
This is Cloudrip Brawl 2.
My Gear: