hello,
i need some help with an error which i get after typing "!bless" in game.
this is the script i'm using in data/talkactions/scripts/bless.lua:
local bless = {1, 2, 3, 4, 5}
local cost = 50000 -- Cost in gp.
function onSay(cid, words, param)
for i = 1, table.maxn(bless) do...