<outfit type="0" looktype="324" enabled="1" name="Yalaharian" premium="0" quest="77109"/>
function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerStorageValue(cid, 77109) = -1 then
doPlayerSendTextMessage(cid, 22, "You get yalaharian outfit!")
setPlayerStorageValue(cid, 77109, 1)
else
doPlayerSendTextMessage(cid, 22, "You already got this outfit!")
return TRUE
end
It must be 77109? or it's only for example? xD.