Location: Home / / MUD properties The table below lists global MUD properties visible from Lua at the time of writing. Unlike other properties, these are actually functions running on the mud itself as there is only ever one instance of 'MUD'. For example, to access current mud hour, use mud.time()
Function | Description |
time() | Current hour in MUD time |
day() | Current day in MUD time |
season() | Name of current MUD season |
whitemoon() | Returns 1 if white moon currently up. |
blackmoon() | Returns 1 if black moon currently up. |
greymoon() | Returns 1 if grey moon currently up. |
threemoons() | Returns 1 if all three moons are up. |
livemode() | Returns 1 if MUD running in live mode - useful for progs that only run on test. |
realminutes() | Minutes component of real time (not mud time) |
realhour() | Hours component of real time using 24 hour format |
realday() | Day of month for real server time. |
dayofyear() | Number of days real time since beginning of year. |
|