ID:2278682
 
(See the best response by Ter13.)
Just out of curiosity, is it possible to a daily objective system where at every morning at 7:00 a.m, the daily objective resets? Is this something possible in Byond? If so, does anyone have an idea on how to do something like this? Thanks!

Best response
Yes. It's possible.

Have you tried?
I wouldn't know where to begin
I can see the timeofday var, but how would I go about checking it?
timeofday is in 10ths of a second since midnight GMT. You can use that data to find out the value of timeofday you need to check which fits the timezone you want the game to be based on. Use a loop to determine if the objective should reset.