View Single Post
  #1  
Old 06-01-2005, 08:45 PM
solid11's Avatar
solid11
Discordant
 
Join Date: Dec 2004
Posts: 266
Default Does this NOT work?

Can anyone verify this command doesn't work with 6.1DR1 perl enabled?

sub EVENT_SAY {
if($text=~/hail/i){
quest::ding();
}
}

I have tried every combination and this doesn't work, no sound. Anyone know?
Reply With Quote