summaryrefslogtreecommitdiff
path: root/npc/020-1/aisha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/aisha.txt')
-rw-r--r--npc/020-1/aisha.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/020-1/aisha.txt b/npc/020-1/aisha.txt
deleted file mode 100644
index 51169144..00000000
--- a/npc/020-1/aisha.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Aisha, the young lady at Tulim Docks, Legion area.
-// THIS IS A PLACEHOLDER!
-
-020-1,271,93,0 script Aisha NPC_AIRLIA,{
- speech
- l("Good day to you, Sir."),
- l("I totally forgot why I am standing besides that stiky fish, doing nothing."),
- l("If you have an idea, please tell me what I could do.");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}