View Single Post
  #20  
Old 04-16-2008, 12:22 AM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Tasya_Huntlan.pl

Code:
###########################################
# NPC:  Tasya Huntlan
# Quest: Nitrates and the Assassin
# Author: Unknown
# Updated:  Andrew80k
###########################################

sub EVENT_SAY { 

   if($text=~/Hail/i){

      quest::say("Hail, $name!  Are you just visiting Qeynos?  We have plenty of rooms available or, if your throat is parched, you can always visit Earron in our pub."); 
   }

}
sub EVENT_SIGNAL {
    if ($signal==2) {
        quest::say("Yes.  He is staying here at the Lion's Mane Inn, but it is against regulations to give out room numbers.  I can tell you that he loves to see the sun rise over the ocean.");
    }
}

#END of FILE Zone:qeynos  ID:1104 -- Tasya_Huntlan
Reply With Quote