GameMaker not setting proper

GML:
var target = position_meeting(x+1,y+1,object_name)
instance_destroy(target);
this isnt destroying the instance @ position_meeting(x+1,y+1)

ive tried non-temp variable, still not working

how do i set a variable 2 a specific object @ a specific location reliably?
 
Top