summaryrefslogtreecommitdiff
path: root/npc/008-2-1/inspector.txt
blob: 62157207f6d99242a1758dd0354e9bead2878186 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Evol scripts.
// Author:
//    Micksha
// Description:
//    The Inspector not willing to do his job.
// THIS IS A PLACEHOLDER!

008-1,30,34,0	script	Inspector#008-1	NPC_INSPECTOR,{
    speech
        l("Oh hey!"),
        lg("Got a beer for me? No? Then I am too busy for your stupid problems.");
        l("Go away, and bring a beer next time you pass by.");

    close;

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