question, This isnt working. I cant find any good item turn in quest examples.
The NPC does nothing when he is handed the item.
Code:
sub EVENT_ITEM {
if (plugin::check_handin(\%itemcount, 1391 => 1)) {
quest::say("It seems the orcs are trying to summon an Ancient Demon. Please go and stop them before its to late!!");
}
else {
plugin::return_items(\%itemcount);
quest::say("I have no use for this item, $name. Take it back.");
}
}