O.P. RE: help me out writing a script
i'm trying to get the contacts display name apear in the window when they talk to me.
i understand they will need to install the script but i use nicknames so their display name does not show up and i want to add the display name to the conversation
so i want something like
(code)
var contact=get_contact-email()
if
contact== myemail
do
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
Message = '(!m)[c=4] \n'+Message+'[/c=12]';
return Message;
}
This post was edited on 11-14-2006 at 09:07 AM by Jarrod.
|