View Single Post
  #2  
Old 06-09-2005, 04:52 AM
mollymillions's Avatar
mollymillions
Hill Giant
 
Join Date: May 2003
Posts: 176
Default

sub EVENT_ENTER {
if ($hasitem("18729")) {
$client->Message(15, "A commanding, yet kind looking Erudite turns towards you. 'Do not be startled. I am Lanken Rjarn, Guild Master for all aspiring Enchanters. Read the note in your inventory and hand it to me when you are ready to begin your training. I look forward to training you.'");
}
}

Or quest::hasitem() ?

Last edited by mollymillions; 06-09-2005 at 01:10 PM..
Reply With Quote