View Single Post
  #4  
Old 02-01-2010, 04:52 PM
Tilar
Sarnak
 
Join Date: Oct 2009
Posts: 35
Default

Actually this one is simple and seems to work alright.

Code:
sub EVENT_SAY { 
if($text=~/Hail/i){
quest::say("Greetings $name, I can scribe all of your [spells] if you wish.") ;}

if ($text=~/spells/i) { quest::say("Scribing your spells $name!");
quest::scribespells(65); }
}


#END of FILE Zone:poknowledge
Reply With Quote