summaryrefslogtreecommitdiff
path: root/npc/008-1-1/morcant.txt
blob: e55607307be625c74eeb5cc92073f48cf4448895 (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:
//    Morcant the Captain, taking care on harbor issues.
// 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:
    .bodytype = BODYTYPE_3;
    .distance = 2;
    end;
}