diff options
Diffstat (limited to 'npc/005-1/aahna.txt')
-rw-r--r-- | npc/005-1/aahna.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/npc/005-1/aahna.txt b/npc/005-1/aahna.txt deleted file mode 100644 index f270ad189..000000000 --- a/npc/005-1/aahna.txt +++ /dev/null @@ -1,10 +0,0 @@ -005-1,61,43,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; -} |