View Single Post
FLOOR_MASTER
Senior Member
Join Date: Mar 2008
Old 04-06-2008 , 09:09   Re: Dynamic Map Rotations (Nextmap Based on # of Players, Time, etc)
Reply With Quote #23

I've uploaded version 0.3 which includes support for specifying the day of the week. Here's what I wrote in the original post about how to use it:
  • day_eq - the day is currently a certain day of the week, where the day is specified with m, t, w, r, f, s, and u for Monday, Tuesday, etc. You can specify multiple days. For example, "day_eq" "mwf" will be true if the day is Monday, Wednesday, or Friday. "day_eq" "u" will be true if the day is Sunday.
  • day_neq - ditto, but if the day is NOT a certain day of the week
FLOOR_MASTER is offline