backpack = (cid, BP-id, 1)
doAddContainerItem(backpack, ITEM-id, 1)
function onUse(cid, item, frompos, item2, topos)
if getPlayerItemCount(cid, 1991) == 1 then
backpack = (cid, 1991, 1)
doAddContainerItem(backpack, 2366, 1)
end
end
function onUse(cid, item, frompos, item2, topos)
if getPlayerItemCount(cid, 1991) == 1 then
backpack = doPlayerAddItem(cid, 1991, 1)
doAddContainerItem(backpack, 2366, 1)
end
end