This is the script i found.. its for 0.3.4... I use 0.3.7 anyway, it doesnt work, I have it all registered properly..
function onLogin(cid)
local bless = {1, 2, 3, 4, 5}
local level = 20
if(getPlayerLevel(cid) <= level) then
for i = 1, table.maxn(bless) do
if(getPlayerBlessing(cid, bless)) then...