I don't know if I understood you. Use the "Set angle toward position" command. Then do something like this:
x: player.x
y: random(player.y-45,player.y+45)
It should choose a random angle between x° below and x° above the player. I don't know if this is correct.