// 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;
}