summaryrefslogblamecommitdiff
path: root/npc/020-7-1/oskari.txt
blob: ba35c538825cbd5ba4ad18c6f73d8b0f8da72f3e (plain) (tree)


















                                                               
// 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;
}