function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerStorageValue(cid, 30023) == 1 then
doPlayerSendCancel(cid, "Nothing happens.")
else
if getPlayerStorageValue(cid, 30023) <= 0 then
if getPlayerStorageValue(cid, 30020) == 1 then
if getPlayerStorageValue(cid, 30021) == 1 then
if getPlayerStorageValue(cid, 30022) == 1 then
doPlayerSendTextMessage(cid, 19, "As you touch the stone the herbs disappear.")
setPlayerStorageValue(cid, 30023, 1)
end
end
end
end
end
return TRUE
end
OLol I copied this yesterday