@verb #1518:"g*et t*ake pr*end prenez" this none none rdo #55 @program #1518:"g*et t*ake pr*end prenez" this none none "Copied from the generic movable room (#1518):take by Dax (#789)Apr 13 12:26:51 2001" "Copied from Generic Thing (#5):take by Slacker (#55)Sep 11 16:40:13 1998" $wiz_utils:autoextend(this) if (this.location == player) $msg:mtell("already_have", this) elseif (this.location != player.location) $msg:mtell("not_here", this) else if (this:moveable() && this:is_unlocked_for(player) && player:accept(this)) this:moveto(player) endif $msg:mtell(this.location == player ? "take_succeeded" | "take_failed") endif .