summaryrefslogblamecommitdiff
path: root/npc/020-7-1/pagemakers.txt
blob: 24ccee558dffca9cb35ec407bfe64bc3d3b5a08d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                         

                











                                                       

                  










                                                               

                











                                                                

                




        
// TMW2 scripts.
// Authors:
//    Jesusalva
//    TMW Org.
// Description:
//    Workers which produces pages
//    helperM*

020-7-1,34,56,0	script	Eevert	NPC_BLUESAGEWORKER_MA,{
    npctalk3 l("I make illustrations with ink/powders.");
    goodbye;
    end;

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



020-7-1,44,56,0	script	Janika	NPC_BLUESAGEWORKER_FA,{
    npctalk3 l("I make bindings with silk cocoon.");
    goodbye;
    end;

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



020-7-1,45,31,4	script	Kullervo	NPC_BLUESAGEWORKER_MA,{
    npctalk3 l("I make book pages with... something.");
    goodbye;
    end;

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



020-7-1,36,31,4	script	Santeri	NPC_BLUESAGEWORKER_MA,{
    npctalk3 l("I make glue with... not yeti claws, for sure.");
    goodbye;
    end;

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