View Single Post
  #1  
Old 09-10-2010, 10:24 AM
melkor_41
Fire Beetle
 
Join Date: Jul 2010
Posts: 25
Default need another set of eyes...

What am i missing? im sure its a small typo or something...

Code:
sub EVENT_ITEM  {

 

if (plugin::check_handin(\%itemcount, 18767 => 1)) {

quest::say("Very well then, take this and get to work.");
    quest::summonitem(13516);
    quest::exp(500);  
  }


}
he takes the item.. and does nothing. i take that back... his hat dissapears... but thats beside the point.
Reply With Quote