diff options
Diffstat (limited to 'npc/020-2-15/kadiya.txt')
-rw-r--r-- | npc/020-2-15/kadiya.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/npc/020-2-15/kadiya.txt b/npc/020-2-15/kadiya.txt deleted file mode 100644 index 3b25d619..00000000 --- a/npc/020-2-15/kadiya.txt +++ /dev/null @@ -1,21 +0,0 @@ -// 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; -} |