summaryrefslogtreecommitdiff
path: root/npc/020-7-1/pagefinders.txt
blob: 49d534f902650c57c2a38c709f2f9aee08effbb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// TMW2 scripts.
// Authors:
//    Jesusalva
//    TMW Org.
// Description:
//    Responsible for recovering the lost pages
//    helperBookpages*

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

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



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

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






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

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