Switch to edit mode.
Name(s): throw toss give1: dobj = player:my_match_object(dobjstr)
2: "Copied from Generic Container (#8):put by Slacker (#2) Oct 10 00:34:33 1995"
3: if (this.location != player && this.location != player.location)
4: $msg:mtell("not_here", this)
5: elseif (dobj == $nothing)
6: $msg:mtell("iobj_only", verb, prepstr, iobjstr)
7: elseif (dobj.location != player)
8: $msg:mtell("not_have", dobj)
9: else
10: $msg:mtell(dobj.location == this ? "put" | "put_failed")
11: endif