diff options
-rw-r--r-- | npc/003-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/003-1/aahna.txt (renamed from npc/005-1/aahna.txt) | 7 | ||||
-rw-r--r-- | npc/005-1/_import.txt | 1 |
3 files changed, 7 insertions, 2 deletions
diff --git a/npc/003-1/_import.txt b/npc/003-1/_import.txt index f31b7ec9d..1dec81be5 100644 --- a/npc/003-1/_import.txt +++ b/npc/003-1/_import.txt @@ -2,6 +2,7 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/003-1/_mobs.txt", "npc/003-1/_warps.txt", +"npc/003-1/aahna.txt", "npc/003-1/ched.txt", "npc/003-1/constableperry.txt", "npc/003-1/cyndala.txt", diff --git a/npc/005-1/aahna.txt b/npc/003-1/aahna.txt index f270ad189..1a61eafec 100644 --- a/npc/005-1/aahna.txt +++ b/npc/003-1/aahna.txt @@ -1,4 +1,9 @@ -005-1,61,43,0 script Aahna NPC_ELVEN_FEMALE,{ +// 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; diff --git a/npc/005-1/_import.txt b/npc/005-1/_import.txt index 9aee99666..005166ff2 100644 --- a/npc/005-1/_import.txt +++ b/npc/005-1/_import.txt @@ -2,7 +2,6 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/005-1/_mobs.txt", "npc/005-1/_warps.txt", -"npc/005-1/aahna.txt", "npc/005-1/ayasha.txt", "npc/005-1/liana.txt", "npc/005-1/maya.txt", |