ID:174859
 
X is up and down and
Y is left and right
Right?
You got it backwards..
In response to Nadrew
Then how come in my my game when I put:
                var/mob/split = new/mob/Split(locate(src.x,src.y+1,src.z))


It apears to the left of the player?
In response to Koolguy900095
Because src is 1 step southwest of the player.