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, 18 insertions, 0 deletions
diff --git a/npc/020-1/aisha.txt b/npc/020-1/aisha.txt
new file mode 100644
index 00000000..51169144
--- /dev/null
+++ b/npc/020-1/aisha.txt
@@ -0,0 +1,18 @@
+// 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;
+}