summaryrefslogtreecommitdiff
path: root/npc/020-2-20/drabur.txt
blob: 59749ce346fde6758e3a64f621f7164204f5f7d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Drabur, the baker's salesman.
// THIS IS A PLACEHOLDER!

020-2-20,49,30,0	script	Drabur	NPC_GENERAL_STORE,{
    speech
        l("Hi there."),
        l("Goodbye.");
    close;

OnInit:
    .bodytype = BODYTYPE_2;
    .distance = 2;
    end;
}