summaryrefslogtreecommitdiff
path: root/npc/020-7-1/oskari.txt
blob: ba35c538825cbd5ba4ad18c6f73d8b0f8da72f3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// TMW2 scripts.
// Authors:
//    Jesusalva
//    TMW Org.
// Description:
//    Helper boss

020-7-1,122,29,0	script	Oskari	NPC_BLUESAGEWORKER_FB,{
    .@q=getq(NivalisQuest_BlueSage);
    npctalk3 "Me boss";
    goodbye;
    end;

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