Error 1513 means you have a empty pointer in your code.
Is the player-pointer and the my-pointer not empty?

You can set at the beginning of your function tuer() following:
while(!my) wait(1);
while(!player) wait(1);