summaryrefslogtreecommitdiff
path: root/npc/000-2-0/doors.txt
blob: d23e47aab832be433584758bfcb12d948f5f1983 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Evol scripts.
// Authors:
//		Reid
// Description:
//    Door NPC


000-2-0.gat,20,27,0,1	script	AreaNPC	0,0,0,{

OnTouch:

	mesq l("This door seems locked.");
	close;

}