Thread: Check_handin
View Single Post
  #9  
Old 02-19-2013, 11:08 AM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

he says the return text for the knife as well as for any additional item(s) that are returned? if so, it's because that's what it is supposed to do.

sprintf info found here:
http://perldoc.perl.org/functions/sprintf.html

%itemcount is a hash that is populated by the server when you hand in items. the keys are item numbers, and the values are the count of that item that was turned in. things may end up changing when the inventory system is reworked.
__________________
I muck about @ The Forge.
say(rand 99>49?'try '.('0x'.join '',map{unpack 'H*',chr rand 256}1..2):'incoherent nonsense')while our $Noport=1;
Reply With Quote