summaryrefslogtreecommitdiff
path: root/npc/020-2-15/kadiya.txt
blob: e25ffed02fcb92afd5496db133062c8baa682bec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// The Mana World Script
// Author:
//  Jesusalva
// Description:
//  Kadiya, Omar's sick daughter
// THIS IS A PLACEHOLDER!

020-2-15,39,26,0	script	Kadiya	NPC_TANISHA,{
    mesn;
    mesc l("*cough cough*");
    mesq l("Hello there.");
    next;
    mesn;
    mesc l("*cough cough*");
    mesq l("Have you seen my father Omar? I bet Micksha took him to drink.");
    close;

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