function onUse(cid, item, fromPosition, itemEx, toPosition)
if (getPlayerStorageValue(cid, 4777) == EMPTY_STORAGE) then
doCreatureSay(cid, "You have gained asas Addon", TALKTYPE_ORANGE_1)
doPlayerAddOutfit(cid, 336, 3)
doPlayerAddOutfit(cid, 335, 3)
setPlayerStorageValue(cid, 4777, 1)...