From 3aa9de13e52c2544811c4ce7e4f3d1aeaaa81e04 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Mon, 19 Feb 2018 15:27:32 -0300 Subject: Hide and Seek sprites! --- npc/005-1/aahna.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/005-1/aahna.txt') diff --git a/npc/005-1/aahna.txt b/npc/005-1/aahna.txt index c679ca07d..f270ad189 100644 --- a/npc/005-1/aahna.txt +++ b/npc/005-1/aahna.txt @@ -1,10 +1,10 @@ -005-1,61,43,0 script Aahna NPC_GUARD1,{ +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_MALE; - .distance = 3; + .sex = G_FEMALE; + .distance = 5; end; } -- cgit v1.2.3-60-g2f50