summaryrefslogblamecommitdiff
path: root/npc/020-1/well.txt
blob: 2eb72ce512e50a95d50d9797822c10484e28b33f (plain) (tree)
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 dry. They must take water outside the town.");
    end;

OnInit:
    .distance=3;
	end;
}