summaryrefslogblamecommitdiff
path: root/npc/017-1/stranger.txt
blob: ac11e8c3f6f2d51e009acc6f27550a960a5a9d24 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                   
// TMW2/LoF scripts.
// Authors:
//    TMW-LoF Team
//    Jesusalva
// Description:
//    Special quest, can be done every three months, on days 18~25.
//    Months: January, April, July, October

017-1,44,37,0	script	Stranger#LoF	NPC_LOF_STRANGER,{
    hello;
    end;

OnInit:
    end;

}