Here You Got A Working Exp Scroll. Hope You Like It. A Simple One.
function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerStorageValue(cid,1302) == 2 then
doCreatureSay(cid, "You can only use this scroll once!", TALKTYPE_ORANGE_1)
else if getPlayerLevel(cid) >= 8...