View Single Post
  #1  
Old 05-06-2009, 11:33 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default Accepting Coin Via Check_Handin Plugin

I just recently recreated a few quests with the newer check_handin plugin. However I don't know what the correct syntax is for coin (what's below is obviously incorrect). Help?

Code:
if(plugin::check_handin(\%itemcount, 19204=>1, 19227=>1, 19211=>1, $platinum=>2000))
	{
 	quest::say ("This should only take a second...");
 	quest::summonitem(30447);
	}
Reply With Quote