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.