blob: 0167353f6b54d71849ab60995049518ee947d406 (
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:
// Galmatia the beekeeper.
// THIS IS A PLACEHOLDER!
008-1-1,58,57,0 script Morcant NPC_MORCANT,{
speech
l("Hello."),
l("My name is Morcant. I am a Captain, a bit bored since this harbor is not frequented much."),
l("I would like to offer you food and tell you stories, but.. have you ever heard of WildX? I won't need to say more, do I?");
close;
OnInit:
.sex = G_MALE;
.distance = 2;
end;
}
|