what thier function at chat gui? I know about /me blah here. I found this RTB script
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();
}
I want my own create script for rtb chat. My idea use the Emotes like this :smile: - :) with the image png.
bitmap = "Add-Ons/system_rtbchat/images/icons/smile.png";
I use client script.
EDIT: How I can add emote to RTB Chat? And I plan make gui for smile emotes icons.