summaryrefslogblamecommitdiff
path: root/npc/005-2-1/note.txt
blob: d9024769301e5caa2d7585ca16f60e4a1b95c3c7 (plain) (tree)
1
2
3
4
5
6
7
8





                  
                                                        
                                                                        





                  
// TMW-2 Script.
// Authors:
//    Saulc
// Description:
//    A small note

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

OnInit:
    .distance = 2;
    end;
}