How would I do that at an x,y,z coordinate? I've been messing around, and searched the forum, but nothing is working. Help is greatly appreciated.
.::DBHavenMaster::.
ID:174818
Jul 17 2003, 9:53 am
|
|
In response to Jon88
|
|
Small mistake:
var/turf/T = locate(9,7,1) for(var/atom/A in T.contents) del(A) Thanks, .::DBHavenMaster::. |
That should be what you want.