summaryrefslogtreecommitdiff
path: root/npc/008-2-1/inspector.txt
blob: 7bcc7cb0b98b6dc9966adb45f5e41922cacb0543 (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-2-1,30,34,0	script	Inspector#008-1	NPC_INSPECTOR,{
    speech
        l("Oh hey!"),
        l("Got a beer for me? No? Then I am too busy for your stupid problems.");
        lg("Go away, and bring a beer next time you pass by.");

    close;

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