today = os.date("%m%d") function onGrab() -- today は string型 if today == "1225" then print("メリークリスマス!") end end