summaryrefslogtreecommitdiff
path: root/npc/020-1/well.txt
blob: 94265f0e529f0d0b79fe602a09409faab1b50ca2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    Annoy players

020-1,99,83,0	script	#NivalisWell	NPC_NO_SPRITE,{
    npctalkonce l("This well is sealed. They must take water outside the town.");
    end;

OnInit:
    .distance=3;
	end;
}