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