View Single Post
  #2  
Old 12-05-2006, 05:58 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

You are missing a closing bracket. It should look like this:

Code:
sub EVENT_SAY { 
if($text=~/Hail/i){
quest::say("Greetings traveller. What brings you here?");}
}

#END of FILE Zone:cshome -- Tiiana_Moonwulf
Reply With Quote