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





                  
                                                







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

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

OnInit:
    .distance = 2;
    end;
}