i get this error when use this script
data/lib/034-exhaustion.lua:28: field 'day' missing in date table
local function counts(name,time,pos)
local cid = getCreatureByName(name)
if cid then
if isPlayer(cid) then
doSendMagicEffect(getThingPos(cid), 32)
addEvent(counts,1000, name, time - 1, pos)...