ID:150240
 
Other than the get verb how can I add a OBJ to a players invintory?
usr.contents += new /obj/something
or
src.contents += new /obj/something
or
M.contents += new /obj/something

it depends on where you are adding it at. are you giving him the obj from inside a mob, turf, area, or obj?
In response to FIREking
FIREking wrote:
usr.contents += new /obj/something
or
src.contents += new /obj/something
or
M.contents += new /obj/something

Since you're being so expanded,
new /obj/something(src)