Blockland Forums > General Discussion
RTB Dedicated Hosting Service
Uncle Bengs:
neat :iceCream:
YayFun:
--- Quote from: Ephialtes on November 15, 2012, 12:12:38 PM ---
--- End quote ---
That's awesome.
Frontrox:
Holy stuff
-Jetz-:
Neat. I asked Kalphiter to implement a chat panel in his remote console like six months ago but all he did was attach a large white box that doesn't give any helpful info. He also broke the window resizing in the process. :/
Will you have some function to display other messages to the console to tie into stuff like team chat and minigame messages?
Ephialtes:
--- Quote from: -Jetz- on November 15, 2012, 02:32:04 PM ---Will you have some function to display other messages to the console to tie into stuff like team chat and minigame messages?
--- End quote ---
Yep, at the moment it will only show stuff going through chatMessageAll, messageAll and messageAllExcept (with the exception of MsgClientKilled). There's a method you can use to write things directly to the chat:
--- Code: ---RTB_Hosting.writeToChat(string);
--- End code ---
Which will put it into the chat logs and also the live chat in the interface.