ID:156075
 
            Enter(A)
if(ismob(A))
var/mob/M = A
if(M.client)
var/turf/t = src
if(t.loc == "3,33,1")
M.loc = locate(7,91,2)
if(src.loc == "9,34,1")
M.loc = locate(19,91,2)
if(loc == "14,34,1")
M.loc=locate(31,91,2)
if(loc == "19,34,1")
M.loc=locate(43,91,2)
if(loc == "26,34,1")
M.loc=locate(55,91,2)


I tested the first 3 doors, none of them worked, my conclusion is that I'm checking the loc through the wrong means... Anyone know how I could do this?
Maybe remove the "'s. U are making a text string by doing that.
In response to Raimo
It's resolved now, thank you though :]
In response to Asakuraboy
I saw at Qubic's post or how he is called anyway. (: