View Single Post
  #16  
Old 03-27-2004, 06:27 PM
m0oni9
Hill Giant
 
Join Date: Dec 2003
Posts: 166
Default

Quote:
EVENT_SAY {
if ($1 =~ "Hail") { say("Why hello there mister!"); }
}
Try taking out the '-' sign after $1. Not sure why you would want that there.
Reply With Quote