summaryrefslogtreecommitdiff
path: root/Npc/008-1/doors.txt
blob: de8ed1d8ef988091f9367da46a4ee8a0806ad250 (plain) (blame)
1
2
3
4
5
6
008-1,104,27,0	script	CottageDoor	NPC_WARP,0,0,{
    end;

OnTouch:
    dispbottom(l("Locked."));
}