About
Adds a block for sending messages to the chat via a Digilines-interfaceable block (the Digichat Block).
Messages look like this: [SENDER] message
, unlike player messages: <SENDER> message
. This is useful for preventing players from pretending to be someone else, possibly for nefarious purposes.
How to use with Luacontrollers
Use digiline_send("[channel]", "[some text]")
to send a message to the chat.
Also, you can configure (right-click) the block to set the display name and channel. If the display name is left blank, the message's sender will be the channel of the block.