View Single Post
  #4  
Old 09-06-2006, 01:57 PM
Monalin
Fire Beetle
 
Join Date: May 2004
Posts: 4
Default its cvs i think

I've been trying to figure out why this wont work

[CODE]sub EVENT_SAY
{
if($text=~/Hail/i)
{
quest::say("Oh... sure whatever");
}
else if($text=~/the owl flies at midnight/i)
{
quest::say(
Reply With Quote