summaryrefslogtreecommitdiff
path: root/npc/020-1/marikel.txt
blob: d9492077dde15a7015642ab26806ce8c3e22a805 (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:
//    Marikel, another Brotherhood Guard protecting the bridge.
// THIS IS A PLACEHOLDER!

020-1,163,118,0	script	Marikel	NPC_HUMAN_MALE_BROTHERHOOD,{
    speech
        l("Hi!"),
        l("You come from Hurnscald? Oh, did you meet my Grandpa there? Is she fine?"),
        l("Tell him greetings, and give him a few beers from me once you return there.");
    close;

OnInit:
    .bodytype = BODYTYPE_2;
    .distance = 4;
    end;
}