Hunting Party/ Python/ Error message [Solved]

You wrote x 2 times and instead of hero.command(friend, "move", {'x' friend.pos.x + 1, 'x' friend.pos.y}) try doing

` hero.command(friend, "move", {'x' friend.pos.x + 5, 'y' friend.pos.y})`

[quote=“Some_Guy, post:1, topic:27951”]
hero.command(friend, "move", {'x' friend.pos.x + 1, 'x' friend.pos.y})
[/quote]--------