summaryrefslogtreecommitdiff
path: root/npc/009-1/hamond.txt
blob: 258245893b4a0331e6532f48dadb8a5808f563a9 (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:
//    Hamond, Reid's Husband
// THIS IS A PLACEHOLDER!

009-1,37,170,0	script	Hamond	NPC_HAMOND,{
    speech
        l("Hello, my name is Hamond."),
        l("I run the inn together with my beautiful wife Reid."),
        l("If there is anything I can do for you, please let me know.");
    close;

OnInit:
    .distance = 4;
    end;
}