summaryrefslogblamecommitdiff
path: root/npc/020-7-1/pagefinders.txt
blob: 011239e9943a9c5558623d2fd0e8d7509aa1f3b3 (plain) (tree)












































                                                               
// TMW2 scripts.
// Authors:
//    Jesusalva
//    TMW Org.
// Description:
//    Responsible for recovering the lost pages
//    helperBookpages*

020-7-1,36,39,4	script	Ensio	NPC_BLUESAGEWORKER_MA,{
    npctalk3 l("Collects book pages");
    goodbye;
    end;

OnInit:
    npcsit;
    end;
}



020-7-1,33,39,4	script	Henriikka	NPC_BLUESAGEWORKER_FA,{
    npctalk3 l("Currently helping Ensio, not useful");
    goodbye;
    end;

OnInit:
    npcsit;
    end;
}






020-7-1,45,39,0	script	Teuvo	NPC_BLUESAGEWORKER_MA,{
    npctalk3 l("Angry generic NPC, hates mages :o");
    goodbye;
    end;

OnInit:
    npcsit;
    end;
}