[Home] [Downloads] [Search] [Help/forum]


Register forum user name Search FAQ

LogSend

Script function

world.LogSend

Read about scripting

Type

Method

Summary

Sends a message to the MUD and logs it

Prototype

long LogSend(BSTR Message);

View list of data type meanings

Description

This sends the specified text to the world. It is like typing it into the command window.

The message text is also logged to the current log file, if one is open.

The data in the log file may not appear immediately if you view it in another application. To force the data to disk use the FlushLog function.


Available in MUSHclient version 3.25 onwards.



VBscript example

world.logsend "go north"


Jscript example

world.LogSend("go north");


PerlScript example

$world->LogSend("go north");


Python example

world.LogSend("go north")


Lua example

LogSend 
[[
go north
eat food
drink water
]]


Lua notes

You can supply multiple arguments, which are concatenated together.


Return value

eWorldClosed : The world is closed
eItemInUse : Cannot be called from within OnPluginSent script callback
eOK: Sent OK

View list of return code meanings

See Also ...

Topic

Logging

Functions

(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


Search ...

Enter a search string to find matching documentation.

Search for:   

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.

[Home]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at HostDash]