View Single Post
  #4  
Old 09-07-2004, 06:17 AM
sgaske24
Sarnak
 
Join Date: Sep 2004
Posts: 30
Default

Actually what I did was this:

{
if($text=~/hail/i && $ulevel<65){quest::say("turned away");}
if($text=~/hail/i && $ulevel>=65){quest::say("quest text");}
}

It worked out, I tested it under 65 and over 65. I tried it your way and it didn't work. Maybe I missed a parenthesis somewhere Anyways thanks for the quick reply I appreciate any help I can get.

Thrax the Tormentor
Guts and Glory
Reply With Quote