PDA

View Full Version : Scribe spells! cannot get it to work


canehdian
12-15-2004, 06:03 PM
im trying to use the scribespells quest, and its not working here is what i have.

sub EVENT_SAY
{
if ($text=~/Hail/i) { quest::say("Hello, would you like your [spells] scribed?"); }
if ($text=~/spells/i) { quest::quest::scribespells(65);}

}


anyone have ideas on how to improve it?

fathernitwit
12-16-2004, 07:01 AM
scribe spells does NOT take an argument!
it scribes spells up to the current level of the person being scribed.

canehdian
12-16-2004, 07:46 AM
ahh k thx man

Scorpx725
12-16-2004, 07:51 AM
{ quest::quest::scribespells(65);}

You have 2 "quest::"