View Single Post
  #1  
Old 12-29-2010, 02:43 AM
Expletus
Hill Giant
 
Join Date: Jan 2010
Location: Baltimore Maryland
Posts: 152
Default not recieving items?

Quote:
sub EVENT_SAY
{
my $mead = quest::saylink("mead");
if ($text =~/hail/i)
{
quest::say ("Good day to you, $name. Do you need some [$mead]?");
#quest::emote ("Dances with $name.");
}

if ($text =~/mead/i)
{
quest::say ("Drink up!");
quest::SummonItem("13033");
}

}
NPC won't give me any items back. I also tried to copy a script from below about giving armor, and that won't work either. using the latest db and build.
Reply With Quote