summaryrefslogtreecommitdiff
path: root/npc/003-1/aahna.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-24 18:36:10 -0300
committerjesusalva <cpntb1@ymail.com>2018-02-24 18:36:10 -0300
commitdc6c84c46c9849cb74bb5335d7f25625a9064993 (patch)
treec46a9143e042b5251c5d54df7773b11c52442931 /npc/003-1/aahna.txt
parent454e34d72242ba8059f0207555697687684329f8 (diff)
downloadserverdata-dc6c84c46c9849cb74bb5335d7f25625a9064993.tar.gz
serverdata-dc6c84c46c9849cb74bb5335d7f25625a9064993.tar.bz2
serverdata-dc6c84c46c9849cb74bb5335d7f25625a9064993.tar.xz
serverdata-dc6c84c46c9849cb74bb5335d7f25625a9064993.zip
Move Aahna to Tulimshar
Diffstat (limited to 'npc/003-1/aahna.txt')
-rw-r--r--npc/003-1/aahna.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt
new file mode 100644
index 000000000..1a61eafec
--- /dev/null
+++ b/npc/003-1/aahna.txt
@@ -0,0 +1,15 @@
+// TMW-2 Script
+// Author:
+// Jesusalva
+
+
+003-1,53,128,0 script Aahna NPC_ELVEN_FEMALE,{
+ mesn;
+ mesq l("Hello, What a lovely day for a stroll.");
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 5;
+ end;
+}