if(istype(src.loc, /turf/outside/dugground))
to check the turf under me.
how do i use this where i check the turf one space to my right? (src.x+1) but idk how to add it in. thnx.
ID:168935
![]() Aug 12 2005, 7:04 pm
|
|
ive been using
if(istype(src.loc, /turf/outside/dugground)) to check the turf under me. how do i use this where i check the turf one space to my right? (src.x+1) but idk how to add it in. thnx. |