Try this one, in the past I used this
It's not necessary to have storage ID but if you want we can try to add this
local bless = {1, 2, 3, 4, 5}
local cost = 50000
function onSay(cid, words, param)
for i = 1, table.maxn(bless) do
if(getPlayerBlessing(cid, bless[i])) then...