summaryrefslogtreecommitdiff
path: root/npc/008-2-17/angus.txt
blob: 3efeefb64163d639138b57f648a09473d1da1b8d (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:
//    Angus the Smith.
// THIS IS A PLACEHOLDER!

008-2-17,34,47,0	script	Angus#008-2-17	NPC_ANGUS_THE_SMITH,{
    speech
        l("Hello."),
        l("Do you need your pickaxe or your shovel fixed? Then I am your man."),
        lg("If you want to play with unicorns, you better piss off now.");

    close;

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