summaryrefslogtreecommitdiff
path: root/npc/004-2/mirio.txt
blob: cd0cf100cf444df2fc97f466455fb4b3537fbbfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    -

004-2,146,115,0	script	Mirio	NPC_INDIGENOUS_YOUNG,{
    mesn;
    mesq l("Howdy!");
    close;

OnInit:
    .distance = 4;
    end;
}