Switch to edit mode.
Name(s): d*rop th*row1: "Copied from generic thing (#5):drop by Hammurabi (#2) Mon Oct 3 13:17:44 1994 EDT"
2: dobj = this
3: if (this.location != player)
4: $msg:mtell("not_have")
5: return
6: endif
7: if (!player.location:accept(this))
8: $msg:mtell("drop_failed")
9: else
10: this:moveto(player.location)
11: $msg:mtell(this.location == player.location ? "drop_succeeded" | "drop_failed")
12: endif
13: "Last modified by manta (#7165) on Thu Aug 27 19:51:54 1998 EDT."