summaryrefslogtreecommitdiff
path: root/npc/019-1-1/miler.txt
blob: 3b36bf094e7dd24af723d78b38ee40e8de0dcc7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// TMW2/LOF Script.
// Author:
//    Jesusalva
// Description:
//  Part from the EPISODE and the Well Quest
//  TODO: Walking NPC, clothes, etc;

019-1-1,41,24,0	script	Miler	NPC_PLAYER,{
    .@q=getq(LoFQuest_EPISODE);
    .@w=getq(NivalisQuest_Well);
    mes l("Out of Order.");
    close;

OnInit:
    .sex = G_MALE;
    .distance = 5;
    end;
}