Ok im making something that is only available on certain times of day.
I want it to check if the time is night. But would I just make:
if game.Lighting.TimeOfDay == "14:00:00" then
But or would this work?
if game.Lighting.TimeOfDay == "14:00:00" and game.Lighting.TimeOfDay == "24:00:00" then
LOL I dont think it will.
Get the idea? |