O.P. Disable Script when chatting with people not using live messenger
Hi there^^
I found a script in this forum that makes me writing in two colors all the time.
Now those who don't use the live messenger always see numbers in the message...
Now what I want to ask is, is it possible to disable a script when I send a message to them?
Edit: Found it out myself, didn't know it was that easy^^"
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
if(Email == "guy1 || guy2 || guy3")
{
}
else
{
var MsgOutput = null;
MsgOutput= "[c=1]" + Message + "[/c=4]";
return MsgOutput;
}
}
Greetings
Stalkid
This post was edited on 06-26-2006 at 11:54 AM by Stalkid.
|