summaryrefslogtreecommitdiff
path: root/npc/020-1/harper.txt
blob: 104c2f479512b67ebf3384bcc92cf9f5183e146b (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:
//    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:
    .distance = 4;
    end;
}