Re: new/turf in BYOND Discussion
You're virtually there: try: for(T in world.contents){ // or whatever list/area you want if(T.z<20) new/turf/terrain/grass(T) } Thanks Al, it worked. I see the logic now.
for(T in world.contents){ // or whatever list/area you want