local monsters =
{
["Blightwalker"] = {storage = 59093},
["Ghoul"] = {storage = 59094},
["Grim Reaper"] = {storage = 59095}
}
function onSay(cid, words, param)
if(not checkExhausted(cid, 666, 4)) then
return true
end
local text = "Monsters\n"
for m, s in...