summaryrefslogtreecommitdiff
path: root/npc/005-2-1/note.txt
blob: c77c50fb6207d089614e8e403a80e890b5e70402 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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!");

    RegEasterEgg(EE_SAXSO, 5);
    close;

OnInit:
    .distance = 2;
    end;
}