View Single Post
  #2  
Old 08-04-2004, 05:26 PM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

try
Code:
sub EVENT_ITEM{
if($itemcount{itemid} == 0 && $item1 > 0) {quest::say("I'm sorry, I don't need that item, $name. Here, you can have it back."); quest::summonitem("$item1");}
}
You'll need to expand it if you require multiple items for a turnin so that it returns all items in the turnin, obviously, but I've tested it and that does indeed work.
__________________
Xeldan
Lead Content Designer
Shards of Dalaya
Reply With Quote