summaryrefslogtreecommitdiff
path: root/npc/003-1/well.txt
blob: 926a14dac4d7e2844bcd4ac4a2a7efbf9647c790 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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;
}