summaryrefslogtreecommitdiff
path: root/npc/003-1/well.txt
blob: 986d21c77b2fe013c0008ce7f449a9dab1538828 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Author:
//    Saulc

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


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