ID:161808
 
how would i set it so someone can only host on a certain day of the week
world
New()
var/dayoftheweek = time2text(world.realtime,"Day")
if(dayoftheweek != "Monday")
del(world)
..()