function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerStorageValue(cid,1503) < 2 then
doCreatureSay(cid, 'Congratulations! You have been granted both Citizen Addons!', TALKTYPE_ORANGE_1)
doPlayerAddOutfit(cid, 128, 3)
doPlayerAddOutfit(cid, 136, 3)
doSendMagicEffect(getPlayerPosition(cid), 29)
setPlayerStorageValue(cid,1503,2)
else
doCreatureSay(cid, 'The Statue has no more Energy.', TALKTYPE_ORANGE_1)
end
return true
end