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...
|