View Single Post
  #3  
Old 09-01-2006, 06:37 PM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Don't know if you ever got this resolved, but here is the way it has to be...

Code:
sub EVENT_SAY{
  if($text=~/hail/i)
   {
     quest::attacknpctype(npcid#);  <--- Type in the NPC's ID Number
   }
}
I tested it and it works as it should....
Reply With Quote