summaryrefslogtreecommitdiff
path: root/npc/020-1/ekinu.txt
blob: 2e9682c054d05160f1bbf847bd4ad5fc95504580 (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:
//    Ekinu, a Brotherhood Guard protecting the bridge.
// THIS IS A PLACEHOLDER!

020-1,170,118,0	script	Ekinu	NPC_RAIJIN_MALE_BROTHERHOOD,{
    speech
        l("Hi!"),
        l("You come from Hurnscald? Oh, did you meet my Grandma there? Is she fine?"),
        l("Tell her greetings, and give her some flowers from me when you return there.");
    close;

OnInit:
    .distance = 4;
    end;
}