View Single Post
  #3  
Old 02-17-2008, 04:20 AM
kedra
Sarnak
 
Join Date: May 2007
Posts: 71
Default

It happens with any quest, even all of the default peq ones. I've deleted every single quest and started with the basics:

Code:
sub EVENT_SAY {
  if ($text=~/hail/i) {
    quest::say("Hello");
  }
}
Reply With Quote