What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: [Request] Script to make sent messages gradient
Further in the code you have a Switch function, it's like an if then else structure but a lot simpler. As you can see after the Switch you have an enumeration of case "xxx@yyy.zzz" foloowed by a call of the Repkace_Text function. The number of the...
t_pass6Scripting06-27-2006 at 09:02 PM
RE: [Request] Script to make sent messages gradient
I don't think that there is a way to know if a contact has Messenger Plus or not, you just have to add the contacts who have MsgrPlus to the Switch cases list, and they will see it, but if someone doesn't have his adress in the cases list the messa...
t_pass6Scripting06-27-2006 at 01:34 PM
RE: [Request] Script to make sent messages gradient
because i want to use it only in conversation with one contact not several, and your script works for both of the cases.
t_pass6Scripting06-26-2006 at 11:42 AM
RE: [Request] Script to make sent messages gradient
Yes, but i need to have properties about contatcs, so it is good the way it put it. But i have some problem with this code : [code] var Color1 = null; var Color2 = null; var MsgOutput = null; function Replace_Text(Color1, Color2, Message, MsgOutput)...
t_pass6Scripting06-26-2006 at 11:28 AM
RE: [Request] Script to make sent messages gradient
thanks, but i get an error with the line var Contactnum = Enumerate(ChatWnd.Contacts), anyone sees why?
t_pass6Scripting06-26-2006 at 10:41 AM
RE: [Request] Script to make sent messages gradient
Well this isn't what i want to do timbothegreat. I just want to have specific gradient for each contact who wants to see it. And I also don't want to use it in chat with multiple contacts. I was thinking about something like this: [code] var Color...
t_pass6Scripting06-26-2006 at 09:56 AM
RE: [Request] Script to make sent messages gradient
Well, as i'm seeing it, if it finds the Contact il will send both the unaltered and the altered message, because os the return Message at the end of the function. Edit : and i as was seeing it, i didn't want to use it in a chat with 2 or 3 contacts...
t_pass6Scripting06-26-2006 at 09:15 AM
RE: [Request] Script to make sent messages gradient
Another question : I want to have different effects based on the contact i send messages to. I made a function to replace the message to avoid being redundant here's the code i use : var MsgOutput = null; var Color1 = null; var Color2 = null; functi...
t_pass6Scripting06-26-2006 at 08:50 AM
RE: [Request] Script to make sent messages gradient
Thanks a lot!
t_pass6Scripting06-25-2006 at 03:23 PM
RE: [Request] Script to make sent messages gradient
Then i must do Function OnEvent_ChatWndSendMessage(ChatWnd, ChatMsg) { ChatMsg = "[c=58]" + ChatMSg + "[/c=47]"; ChatWnd.SenMessage (ChatMsg); } Is This correct?
t_pass6Scripting06-25-2006 at 03:19 PM
RE: [Request] Script to make sent messages gradient
That's exactly what i meant ValSpy. I know i have to make a script with OnEvent_ChatWndSendMessage, but i don't what to do next. Can someone help me?
t_pass6Scripting06-25-2006 at 03:04 PM
[Request] Script to make sent messages gradient
Hello everybody, I'd like to make a script that would make every message i send gradient, and i need some help. Anyone has ideas?
t_pass6Scripting06-25-2006 at 01:24 PM
[Hide Excerpts]