summaryrefslogtreecommitdiff
path: root/npc/003-1/well.txt
blob: b7962e0d77d244221e8215ed68236002b6a317a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// TMW2 Script
// Author:
//    Saulc
//    Jesusalva

003-1,45,80,0	script	Well#003-1	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;
}