Author Topic: How to talk through dedicated server console?  (Read 1226 times)

I now operate a dedicated server for Blockland, but I can't figure out how to properly talk through the dedi's console to the players without having to join or anything.

Every time I do
Code: [Select]
talk('lol');It appears as:
Quote
Console: (random number depending on message)

It's very odd and I don't know why it does this. How do I properly use it?

Use
Code: [Select]
talk("message with quotes");
not
Code: [Select]
talk('message with parentheses');