area
Click()
world<<"[src.x],[src.y]"
Problem description:
I ALWAYS get 1,1 when I click anywhere, I could have sworn it should give the right location? I dunno, How would I get the right location where I click?
I know turf/Click works, but Thats not what I'm trying to do. I have an area that overlays the turfs on my map, (area/Outside) it has a layer above everything, for a day/night system.
If you're relying on areas for location, then your hierarchies are probably wrong. /area should be the bottom level, with /turf objects on top of it, and /obj and /mob objects on top of the /turf objects. /obj and /mob objects on the map exist in the contents variables of /turf objects, and /turf objects on the map exist in the contents variables of /area objects.