Switch to edit mode.
Name(s): d*rop th*row1: $wiz_utils:autoextend(this)
2: if (this.location != player)
3: $msg:mtell("not_have")
4: else
5: "Checking if this is unlocked for our destination? That doesn't make sense to me. - Lao."
6: if ("this:is_unlocked_for(player.location)" && player.location:accept(this))
7: this:moveto(player.location)
8: endif
9: $msg:mtell(this.location != player ? "drop_succeeded" | "drop_failed")
10: endif
11: "Last modified by Lao-Tzu (#8084) on Thu Dec 6 06:30:56 2001 MST."