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

Search Results
Subject Author Forum Time
RE: [Debug needed] Delay Script
thank you, works nice ^^
kjfkScripting07-12-2006 at 11:12 AM
RE: [Debug needed] Delay Script
Someone? Please. Sry for bump, but my last post was long ago :$
kjfkScripting07-12-2006 at 08:31 AM
RE: [Debug needed] Delay Script
What i have now... [code] var WndRepeat = new ChatWnd(); // used to store the ChatWnd var strMessage = ""; function OnEvent_ChatWndSendMessage(ChatWnd, sMessage) { if (sMessage.match(/^#.+;.+;.+/)) { var arrayMessage = sMessage.split(";"); var st...
kjfkScripting07-07-2006 at 11:03 PM
RE: [Debug needed] Delay Script
i changed the "if (sMessage.match(/^#.+;.+;.+/)" to "if (sMessage.match(/^#.+;.+;.+/))" //(what does all those signs mean btw?) also changed "strMessage = arrayMessage[2];" to "var strMessage = arrayMessage[2];" in Dhaya's code but.. it does...
kjfkScripting07-07-2006 at 10:29 PM
[Debug needed] Delay Script
I am on a learning phase of scripting, so I figured that i should try making a Delay command. This is what i got [code] function OnEvent_ChatWndSendMessage(ChatWnd, sMessage) { var stringMessage = sMessage; var arrayMessage = stringMessage.split(...
kjfkScripting07-07-2006 at 10:04 PM
RE: Ripping variables out from a string?? [solved]
Thank you very much for helping me ^^
kjfkScripting07-07-2006 at 09:18 PM
RE: Ripping variables out from a string?? [solved]
wont that just replace all t letters in the text with spaces? im quite new to scripting, trying to learn.. but that is all i can figure that to do. If you go for my example (#DoThat;103;208), i would want a variable, lets call it var1, to change its...
kjfkScripting07-07-2006 at 09:10 PM
Ripping variables out from a string?? [solved]
I dont know what it is called, so i cant really search for it. Might have been asked before, so I am real sorry if so. Anyways. I need to rip out variables from a string. Like if the string is #SomeCommand;Variable1;Variable2 (Example: #DoThat;103;20...
kjfkScripting07-07-2006 at 08:58 PM
RE: Delay command?
Nevermind ^^ i do now have an idea that probably will work, Thank you for your help.
kjfkScripting07-07-2006 at 06:42 PM
Delay command?
I need a delay command for Quick Messages if thats existing please, for Live that is. So it first sends a message, then after the delay it sends another ^^. And i am sorry if this was already asked.. did try to search for it though.
kjfkScripting07-06-2006 at 08:30 PM
[Hide Excerpts]