From 2ba2abbcfb07bae91e0f4b6c7f160744e23c7733 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 9 Feb 2018 11:00:28 -0200 Subject: Include aahna npc, just for flavor (featured in original Candor) --- npc/005-1/_import.txt | 1 + npc/005-1/aahna.txt | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 npc/005-1/aahna.txt diff --git a/npc/005-1/_import.txt b/npc/005-1/_import.txt index 7d25f9a41..b2de1340f 100644 --- a/npc/005-1/_import.txt +++ b/npc/005-1/_import.txt @@ -2,6 +2,7 @@ // 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/maya.txt", "npc/005-1/liana.txt", diff --git a/npc/005-1/aahna.txt b/npc/005-1/aahna.txt new file mode 100644 index 000000000..c679ca07d --- /dev/null +++ b/npc/005-1/aahna.txt @@ -0,0 +1,10 @@ +005-1,61,43,0 script Aahna NPC_GUARD1,{ + mesn; + mesq l("Hello, What a lovely day for a stroll."); + close; + +OnInit: + .sex = G_MALE; + .distance = 3; + end; +} -- cgit v1.2.3-60-g2f50