turf
icon = 'base.dmi'
Click()
new usr.build_type (locate(src.x,src.y,src.z))
Problem description:
usr.build_type holds a reference to an obj. When I click on a turf, it gives me a runtime error. (Cannot create objects of type /obj.)
How do I create new copies of build_type?