Bug when i use X item with UNIQUEID 2111 do NOT remove 2344.
function onUse(cid, item, fromPosition, itemEx, toPosition)
if item.uid == 2111 then
if getPlayerStorageValue(cid, 100058) == 2 and doPlayerRemoveItem(cid, 10152, 1) and getPlayerStorageValue(cid, 100060) == -1 then...