View Single Post
  #8  
Old 03-26-2004, 11:36 PM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Quote:
Originally Posted by ndnet
Code:
if ($text=~ /Hail/i && $ulevel >= 10){quest::say("Hello $name")
should probably be:

Code:
if ($text=~ /Hail/i && $ulevel >= 10){quest::say("Hello $name");}
Oooops, didn't see that. Just quoted and corrected the beginning. Nice spot :P
__________________

kRPG Profile
Reply With Quote