summaryrefslogtreecommitdiff
path: root/npc/008-1-1/hal.txt
blob: 175fa8c141e7c2c725b788e95da4735bc5337bd4 (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:
//    Hal, a Captain of the Brotherhood.
// THIS IS A PLACEHOLDER!

008-1-1,58,27,0	script	Hal	NPC_HAL,{
    speech
        l("Hello!"),
        l("I was just having a nap, now WildX summons me to stand here! What a crap."),
        l("Please, ask elanore to !slap him for me when you see them.");
    close;

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