function onUse(cid, item, frompos, item2, topos)
if (getPlayerStorageValue(cid,8949) == 1) then
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You already took this item.")
elseif (getPlayerStorageValue(cid, 8950) == 1) then
if doPlayerAddItem(cid, 192, 1) then...