summaryrefslogtreecommitdiff
path: root/npc/029-1/aahna.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-1/aahna.txt')
-rwxr-xr-xnpc/029-1/aahna.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/029-1/aahna.txt b/npc/029-1/aahna.txt
new file mode 100755
index 00000000..3ae76a28
--- /dev/null
+++ b/npc/029-1/aahna.txt
@@ -0,0 +1,9 @@
+029-1,71,52,0 script Aahna NPC404,{
+ @npc_distance = 3;
+ callfunc "PCtoNPCRange";
+ if(@npc_check) end;
+
+ mes "[Aahna]";
+ mes "\"Hello, What a lovely day for a stroll.\"";
+ close;
+}