summaryrefslogtreecommitdiff
path: root/npc/008-1/lady.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/lady.txt')
-rw-r--r--npc/008-1/lady.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/npc/008-1/lady.txt b/npc/008-1/lady.txt
deleted file mode 100644
index 8d7869eb..00000000
--- a/npc/008-1/lady.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Old Lady in the flower field.
-// THIS IS A PLACEHOLDER!
-
-008-1,231,114,0 script Lady#008-1 NPC_OLD_LADY,{
- speech
- l("Oh, good day to you."),
- l("Aren't these flowers lovely? I wish I could stay here all day."),
- lg("I wish you the best, see you around.");
-
- close;
-
-OnInit:
- .sex = G_FEMALE;
- .distance = 2;
- end;
-}