summaryrefslogtreecommitdiff
path: root/npc/005-2-1/note.txt
blob: 554e25a0fc3fc92619a1305c18d7b60e505d584f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// TMW-2 Script.
// Authors:
//    Saulc
// Description:
//    A small note

005-2-1,41,33,0	script	Note#saxsocave	NPC_PAPER_NOTE,{
    mesc l("I leave this basement that start to be too dangerous!");
    close;

OnInit:
    .distance = 2;
    end;
}