summaryrefslogtreecommitdiff
path: root/npc/014-2/note.txt
blob: 276429572457597ff614aae19899b6d017f2ab8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// TMW-2 Script.
// Authors:
//    Jesusalva
// Description:
//    A temporary note

014-2,48,20,0	script	Note#014-2tmp	NPC_NO_SPRITE,{
    mesc l("Path closed due recent Monster King attack!");
    close;

OnInit:
    .distance = 3;
    end;
}