summaryrefslogtreecommitdiff
path: root/npc/012-1/kaan.txt
blob: 4ce8b3ab6a2145f64533f8a3e586f44f81ba3aca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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."),
        l("Someone was too lazy to even write a placeholder text, so please come back later");
    close;

OnInit:
    .sex = G_MALE;
    .distance = 2;
    end;
}