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