post all the edits you think should be made in this topic
Edits you think should be added to codecombat
MTEYRA
#2
i think that for python the command (friend, “attack”, enemy) for commanding your friends to attack should work but it dose not.
why not???
for friend in hero.findFriends():
enemy = friend.findNearestEnemy()
if not friend.type == "peasant" and not friend.type == "equistrian" and not friend.type == "any kind of pet possible": # this line is not necessary
if enemy:
hero.command(friend, "attack", enemy)
SuperSmacker
#7
You mean if not friend.type == “peasant” AND not friend.type == “equistrian”, instead of or. cuz if u use or, then the if statement does nothing cuz the friend cannot be both equistrian and peasant
Hellenar
#9
I believe that there are still several things in development at the moment, but that’s definitely something to hope for. (can’t wait to lay my hands on some nice new swords!)