@verb #2030:"g*et t*ake" this none none rdo #789 @program #2030:"g*et t*ake" this none none "Pick up the vehicle, and handle all eventualities." if (this.location == player) $msg:mtell("already_have", this) elseif (this == player.location) $msg:mtell("inside", this) elseif (this.location != player.location) $msg:mtell("not_here", this) else if (this:is_unlocked_for(player)) this:moveto(player) endif $msg:mtell(this.location == player ? "take_succeeded" | "take_failed") endif .