ID:266674
 
How Do You Create A Turf On A Proc Line.

(Example:
proc
Hole()
create = turf/Hole)

But That Doesn't Work, Please Help.
   proc
Hole()
new /turf/Hole(src.loc)
Please don't capitalize every word, it's quite annoying.

create a new turf like this:

<code>new/turf/type(location)</code>

or

<code>var/turf/type/T = new(location)</code>
In response to Thief Jack
Thanks
In response to Foomer
Thanks, and I capitilize every thing out of habit, I don't even know im doing it.