226
Modification Help / Question for RTB Chat
« on: July 31, 2012, 01:03:58 PM »
I want know what RTB chat use network communicate work? API, IRC, TCP or what...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

make it so that i can send a message to someone offline and when they come online they get that message
I'm on the phone to the RTB lawyers about this and it's costing me a loving fortune.
It's a joke Furling, he isn't really suing you.
That's a joke, there are no lawyers for RTB, lol.

if(getSubStr(%text,0,1) $= "/")
{
if(firstWord(%text) $= "/me" || firstWord(%text) $= "/action")
{
%this.writeAction(RTB_ConnectClient.client_name,parseLinks(stripMLControlChars(restWords(%text))));
RTBCC_Socket.sendMessage(%this.name,restWords(%text),true);
}
}
else
{
%this.writeMessage("<color:FF6600>"@RTB_ConnectClient.client_name,parseLinks(stripMLControlChars(%text)));
RTBCC_Socket.sendMessage(%this.name,%text);
}
%this.focus();
%this.window.scroll.scrollToBottom();
}
bitmap = "Add-Ons/system_rtbchat/images/icons/smile.png";
I use client script.




















Just go to your System_ReturnToBlockland.zip in your add-ons folder, go to the 'images' folders in that, then the 'icons' folder following. Save the download link given to you onto your desktop or something. Then the folders inside, take them out of the .zip. Move them to the icons folder I described above. Then restart blockland and your set.