View Single Post
  #10  
Old 08-21-2004, 06:28 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

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

^^
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote