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.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/020-1/aisha.txt b/npc/020-1/aisha.txt
new file mode 100644
index 00000000..808808ee
--- /dev/null
+++ b/npc/020-1/aisha.txt
@@ -0,0 +1,19 @@
+// 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:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}