def scout(me, world, game, move):
    commander = filters.commander(world)

    if commander:
        commands.follow(me, world, move, commander)
def field_medic(me, world, game, move):
    commander = filters.commander(world)

    if commander:
        commands.follow(me, world, move, commander)