today = os.date("%m%d") function onGrab() -- today is a string type if today == "1225" then print("Merry Christmas!") end end