View Single Post
  #3  
Old 12-04-2012, 04:38 PM
Sticz's Avatar
Sticz
Fire Beetle
 
Join Date: Nov 2008
Location: St. Louis, MO
Posts: 14
Default

[CODE]sub EVENT_ITEM
{
#Item handin section to recieve flags based on which token you handed in
if(plugin::check_handin(\%itemcount, 1079 => 1,))
{
quest::summonitem(1079,1)
}

Am I handing this in and then getting it back? Is that required?
Reply With Quote