Say

     say - syntax: say("message") 

Causes the character running the program to say something. As with 'mdo', more complex arguments can be created using Lua concatenation.

   --- A mob to tell the time?
   say ("Hi " .. ch.name .. "! The time is " .. mud.hour .. ".")
   say ("It is the season of " .. mud.season)