// Author:
//    Saulc
//    Jesusalva

003-1,45,80,0	script	Well	NPC_NO_SPRITE,{

    mes l("This well is too deep and you don't have a bucket.");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}