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);
}