summaryrefslogtreecommitdiff
path: root/npc/012-1/kaan.txt
blob: 164c9fa88f935be0ed81c709196dcd72d74b2e4b (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:
//    Kaan, a guy good for nothing.
// THIS IS A PLACEHOLDER!

012-1,53,110,0	script	Kaan	NPC_KAAN,{
    speech
        l("Welcome to Candor!"),
        l("Such a bright shine day! I would love to tell you stories about this town."),
        l("But not now, I'm in the mood to stay under the sun for a while longer."),
        l("I hope Tanisha is not slacking off. I would hate having to go check on her.");
    close;

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