summaryrefslogtreecommitdiff
path: root/npc/014-2/note.txt
blob: 4b7e0f375f3f8343f10faa52ea6be0bc192c3d1d (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,{
    mes col("Path closed due recent Monster King attack!", 9);
    close;

OnInit:
    .distance = 3;
    end;
}