summaryrefslogtreecommitdiff
path: root/npc/008-2-2/kfahr.txt
blob: 0ffae5dfccf472b0a3b80686bfad3c7d8a174c9f (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:
//    Kfahr the hero.
// THIS IS A PLACEHOLDER!

008-2-2,44,36,0	script	Kfahr#008-2-2	NPC_YOUNG_MAN_KFAHR,{
    speech
        l("Oh hey *hicks*"),
        l("This waitress *hicks* is great, she never stops to bring beer *hicks.");
        lg("When I am less busy *hicks*, I can tell you stories of my heroism.");

    close;

OnInit:
    .sex = G_MALE;
    .distance = 2;
    end;
}