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

004-3,85,22,0	script	Melune	NPC_INDIGENOUS_WIFE,{
    mesn;
    mesq l("Greetings, traveler.");
    close;

OnInit:
    .distance = 4;
    end;
}