View Single Post
  #2  
Old 08-31-2008, 05:37 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

I don't think I have tried doing exactly what you are wanting to do before just yet. But, maybe something like this would work:

Code:
if (($text =~/hail/i)&&(!defined($timer == "wrong")))
If not, I am sure there is another way to do it.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote