View Single Post
  #9  
Old 08-13-2004, 03:16 PM
ajb20
Hill Giant
 
Join Date: Jul 2004
Posts: 106
Default

sub EVENT_SAY
{
if ($text=~ /Hail/i){quest::say("I am... Oh that's not important right now, would you care to have your spells [scribed]?");}
if ($text=~ /scribed/i){quest::scribespells($ulevel);}
}

and it does not work, does it have to be a level value? I know i've seen it work where it only scribes up to user level...
Reply With Quote