summaryrefslogtreecommitdiff
path: root/npc/020-2-15/kadiya.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-15/kadiya.txt')
-rw-r--r--npc/020-2-15/kadiya.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/020-2-15/kadiya.txt b/npc/020-2-15/kadiya.txt
new file mode 100644
index 00000000..3b25d619
--- /dev/null
+++ b/npc/020-2-15/kadiya.txt
@@ -0,0 +1,21 @@
+// 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:
+ .distance = 4;
+ end;
+}