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


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

OnTouch:

    mesn "Narrator";
    mes col(l("This door seems locked."), 9);
	close;

}