View Single Post
  #2  
Old 03-30-2007, 05:40 AM
Slayden
Hill Giant
 
Join Date: Jun 2003
Location: PA
Posts: 203
Default

I'm going to take a swing at this, though I'm still rather new & trying to teach myself how to write quests and etc. If someone more experienced than I could correct me, please do.

Quote:
sub EVENT_SAY {
if ($text~= /Hail/) { quest::say("Greetings friend and welcome to the world of Norrath. Are [you interested in some gear] to help you get started?"); }
if($text=~/i am interested in some gear/i){
quest::say("Here you go my friend. Now please don't loose these precious items, as I will not assist you any further.");
quest::summonitem(#####);}
}
quest::summonitem(#####);}
}
(Replace the ##### with the item numbers of your choice)
I don't know yet (if possible) how to flag a character for non-repeat.
I hope this helps.
__________________
"I know of no higher fortitude than stubbornness in the face of overwhelming odds." Louis Nizer

Last edited by Slayden; 03-30-2007 at 01:43 PM..
Reply With Quote