| LogSend |
|---|
| Script function world.LogSend
Read about scriptingType Method Summary Sends a message to the MUD and logs it Prototype long LogSend(BSTR Message);
View list of data type meaningsDescription This sends the specified text to the world. It is like typing it into the command window.VBscript example Jscript example PerlScript example Python example Lua example Lua notes Return value
View list of return code meaningsSee Also ... Topic
LoggingFunctions
CloseLog (Closes the log file)
FlushLog (Flushes the log file to disk)
IsLogOpen (Tests to see if a log file is open)
LogInput (The property of whether commands are logged to the log file)
LogNotes (The property of whether notes are logged to the log file)
LogOutput (The property of whether MUD output is logged to the log file)
Note (Sends a note to the output window)
OpenLog (Opens a log file.)
Send (Sends a message to the MUD)
WriteLog (Writes to the log file)(Help topic: function=LogSend)
Documentation contents page |