Wouldnt this work?? (just an idea, not tested)
Code:
#global.pl
# %EQEMUDIR%/Quests/
sub EVENT_ITEM
{
if($item1 == $item1)
{
quest::say("Sorry, I dont need $item1, $name. You can have it back.");
quest::summonitem($item1);
}
}
*shrug* Im not a very good quest writer so it might bring a syntax error.