summaryrefslogtreecommitdiff
path: root/npc/020-1/harper.txt
blob: 11749dfd5ccb1de4e217b2cacabf673b7744a133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Harper, a Sailor helping Joelin.
// THIS IS A PLACEHOLDER!

020-1,191,150,0	script	Harper	NPC_ADRIAN,{
    speech
        l("Hello!"),
        l("Ever saw a Captain without a ship?"),
        l("<--- I am with stupid.");
    close;

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