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!
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.
|
Have you tried?