summaryrefslogtreecommitdiff
path: root/npc/009-1/hamond.txt
blob: cb203fc6117f72b66958df0ba3dd9bdd687571ed (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:
//    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:
    .bodytype = BODYTYPE_2;
    .distance = 4;
    end;
}