X is up and down and
Y is left and right
Right?
ID:174859
Jul 13 2003, 5:42 pm
|
|
Jul 13 2003, 5:44 pm
|
|
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.
|