+ local item = toys.Find(toytype, subtype)
+ if item then
+ print((' ITEM TYPE : %s - %s (%s)'):format(item[6],item[5], item[4]) )
+ else
+ print((' ITEM TYPE : 0x%s 0x%s'):format(toytype, subtype))
+ end
+
+ print( (' UID : 0x%s'):format(uid) )
+ print( (' CARDID : 0x%s'):format(cardid ) )
+ print( string.rep('--',20) )