ID:268059
 
Could someone explain to me how I would check for something(mob/obj) that has the same coordinates as a turf without having to loop through world.contents? Thanks for your help.
SSJ Radditz wrote:
Could someone explain to me how I would check for something(mob/obj) that has the same coordinates as a turf without having to loop through world.contents? Thanks for your help.

By looping through the turf's contents.

Lummox JR
In response to Lummox JR
Aye. I should have figured. Thanks for your help.