summaryrefslogtreecommitdiff
path: root/npc/020-7-1/janitors.txt
blob: a268e243fe49f0515ee3a641fac34db75c29d4d8 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
// TMW2 scripts.
// Authors:
//    Jesusalva
//    TMW Org.
// Description:
//    In charge to clear the mess
//    helperCleaning* + helperJanitor

020-7-1,50,63,6	script	Pyry	NPC_BLUESAGEWORKER_MB,{
    npctalk3 l("I warn about dangers and controls the fights.");
    goodbye;
    end;

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



020-7-1,53,39,0	script	Nea	NPC_BLUESAGEWORKER_FA,{
    npctalk3 l("Crybaby about slimes");
    goodbye;
    end;

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



020-7-1,79,70,0	script	Arvo	NPC_BLUESAGEWORKER_MA,{
    npctalk3 l("Investigation.");
    goodbye;
    end;

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




020-7-1,62,83,0	script	Kristian	NPC_BLUESAGEWORKER_MA,{
    npctalk3 l("Same as Arvo.");
    goodbye;
    end;

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



020-7-1,40,78,0	script	Mirjami	NPC_BLUESAGEWORKER_FA,{
    npctalk3 l("Checking storage, could give a reward for completion?");
    goodbye;
    end;

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