Mud Table
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 |
day() |
Current day in MUD time |
explorable() |
Current number of explorable rooms in Aardwolf |
season() |
Name of current MUD season |
time() |
Current hour in MUD time |
mud.whitemoon() |
Returns 0/1 |
mud.blackmoon() |
Returns 0/1 |
mud.greymoon() |
Returns 0/1 |