function onSay(cid, words, param, channel)
if doPlayerRemoveItem(cid, [B][COLOR="red"]id[/COLOR][/B], 1) then
doPlayerAddPremiumDays(cid, 20)
doCreatureSay(cid, 'You received 20 days of premium.', TALKTYPE_ORANGE_1)
doSendMagicEffect(getThingPos(cid), COSNT_ME_MAGIC_BLUE)
else
doPlayerSendCancel(cid, 'You don\'t have a premium doll.')
end
return true
end