ID:149417
 
How do I create a new object and place it where the usr is standing?
<code> new/obj/my_obj(usr.loc) </code>
Like that. Also, this should go in newbie central.

-Rcet
mob/verb/makeobj()
new/obj/item(usr.loc)