day = tonumber(os.date("%d")) function onGrab() if (day % 2) == 0 then print("今日は偶数の日") end end