How to display location for checks in Developer Help
|
|
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?
|