Thread: $status
View Single Post
  #3  
Old 11-16-2003, 05:08 AM
Kgaul
Hill Giant
 
Join Date: Apr 2003
Posts: 225
Default

yes sir, it was actually an embedded if


EVENT_SAY {
if ($1- =~ "Hail")
{say("Hello! how are you today?");}
if ("$status" == "250") {say("burp <just testing here with the burp>");}
}


this still crashes the zone...

Kgaul
Reply With Quote