proc
checkTime()
var/time = time2text(world.timeofday, "hh:mm")
if(time == "00:00"||time == "01:00"||time == "02:00"||time == "00:00"......)
VoteStart(/**/)
spawn(5) checkTime()
Problem description:
How can i avoid typing in all full numbers to make vote appear every hour?