Quote:
Originally Posted by Tabasco
I think that needs to be plugin::check_handin(\%itemcount, 1659 => 1), => rather than ==
You should take a look at plugins/globals.pl.
functions like plugin::takeItems(...) and plugin::returnUnusedItems() are easier to use and you don't have to pass the item array.
|
Yeah that worked. I looked in globals.pl i cant really understand how to use any of it.