View Single Post
  #1  
Old 12-15-2004, 06:03 PM
canehdian
Sarnak
 
Join Date: Nov 2004
Location: Windsor, Ontario, Canada
Posts: 59
Default Scribe spells! cannot get it to work

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?
Reply With Quote