function onUse(cid, item, fromPosition, itemEx, toPosition)
if item.itemid == ITEM_CRYSTAL_COIN and item.type == ITEMCOUNT_MAX then
doChangeTypeItem(item.uid, item.type - item.type)
doPlayerAddItem(cid,
IDOFNUGGETS, 1)
doSendAnimatedText(fromPosition, "

",TEXTCOLOR_LIGHTBLUE)
end
end