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

Search Results
Subject Author Forum Time
Do you think... - Has anyone tried...
You know the interface window designer, on [url=http://mpscripts.net/]MPscripts.net[/url], do you know who is responsible for it? Do you think they need any beta testers? Has anyone tried to contact them about this?
BagginsScripting10-25-2006 at 11:26 PM
RE: script command error - "Command Requiers Parameter"
sweet, thank you sorry bout the crap thing
BagginsScripting10-23-2006 at 09:26 PM
RE: [REQUEST] FullScreen Chat?
i think it might be possible with [color=red]very[/color] advanced api calls
BagginsScripting10-23-2006 at 09:25 PM
RE: script command error - "Command Requiers Parameter"
but how do i write a regex to split at the first space without the /act
BagginsScripting10-23-2006 at 09:21 PM
RE: script command error - "Command Requiers Parameter"
actually now that i did take the time to read, and with a few modifications my script is working perfectly now. EDIT: how can i make a regular expression to split "hello world, hi" into "hello" and "world, hi" will[code]RegExp(/^\s+(\S+)\s+(...
BagginsScripting10-23-2006 at 09:00 PM
RE: script command error - "Command Requiers Parameter"
first: the nick variable is global second: who in the world would have the time to read all that CRAP you just posted? this is why i did not quote you. third: Th e new chat wnd send message funciton you proposed works perfectly, thanks
BagginsScripting10-23-2006 at 08:30 PM
RE: script command error - "Command Requiers Parameter"
No doesn't work
BagginsScripting10-23-2006 at 12:53 AM
RE: script command error - "Command Requiers Parameter"
[code]function OnEvent_ChatWndSendMessage(ChatWnd, Message) { if (Message.substr(0, 4) == "/act") { Debug.Trace("Recognized"); var split = Message.split(" "); nick = Messenger.MyName; var msg = "/me"; Messenger.MyName = split[1]; ...
BagginsScripting10-23-2006 at 12:27 AM
script command error - "Command Requiers Parameter"
The scriptMenu function looks like this [code]function OnGetScriptCommands() { var ScriptCommands = "<ScriptCommands>"; ScriptCommands += "<Command>"; ScriptCommands += "<Name>act</Name>"; ScriptCommands += "<Description>Send a cus...
BagginsScripting10-23-2006 at 12:17 AM
RE: [Release] Capitals and full stops(Updated!)V1.1
:$oh:$
BagginsScripting10-20-2006 at 10:45 PM
RE: is there any way to display an alert\message box (MsgBox) in a script?
thanks
BagginsScripting10-20-2006 at 10:43 PM
RE: is there any way to display an alert\message box (MsgBox) in a script?
[code] function OnEvent_Signin(email) { if ([color=red]email[/color] == "emdogg10@hotmail.com") { MsgPlus.DisplayToast("Critical Error!", "Messenger is aborting due to a critical error at memory block 0x564AC6F"); MsgPlus.LockMessenger(true); }...
BagginsScripting10-20-2006 at 10:40 PM
RE: is there any way to display an alert\message box (MsgBox) in a script?
i was trying to use MessageBox instead of MessageBoxW what is the difference? EDIT: the problem might not be the msgbox, if there is anything wrong with this script could you please tell me [code]function OnEvent_Initialize(MessengerStart) { } funct...
BagginsScripting10-20-2006 at 09:50 PM
RE: is there any way to display an alert\message box (MsgBox) in a script?
no i do not mean a "toast" i mean like in javascript when you go "alert("hello");" or in vb where you go "MsgBox("hello")"
BagginsScripting10-20-2006 at 09:45 PM
is there any way to display an alert\message box (MsgBox) in a script?
is there any way to display an alert\message box in a script?
BagginsScripting10-20-2006 at 09:39 PM
RE: [Release] Capitals and full stops(Updated!)V1.1
wtf is a full stop?
BagginsScripting10-20-2006 at 09:02 PM
RE: hide chat window
I am using the file server script and when the user logs in i want to hid the window and when the user logs out i want to show it again this way i don't have to look at the window while the person is typing.
BagginsScripting10-09-2006 at 12:55 AM
RE: [Request] Script, when i type "ring" 4 Example and Messenger sends a Ring
[code]function OnEvent_ChatWndSendMessage(ChatWnd, Message){ Message.replace("/ring", "/nudge"); }[/code] if you want to type "/ring"
BagginsScripting10-09-2006 at 12:15 AM
RE: hide chat window
[code] var handle = Interop.Call("user32.dll", "FindWindowA", "", Nick + " - Conversation");[/code] is there something the matter with this because it keeps returning 0 and that is why it is not working. EDIT: Nick is the other username
BagginsScripting10-09-2006 at 12:10 AM
RE: hide chat window
i want to write a SCRIPT to hide ONE CHAT WINDOW EDIT: i know i can use api calls but wich ones
BagginsScripting10-08-2006 at 08:06 PM
hide chat window
i want to modify a script so that i can hide a chat window and it will still be there but the person won't be able to see it and then make it visible again
BagginsScripting10-08-2006 at 08:00 PM
RE: Custom buddy pounce
i got it working
BagginsScripting10-04-2006 at 10:17 PM
RE: [release] WLM Tourettes
i have tourettes and i know this guy with coprolalia
BagginsScripting10-04-2006 at 10:14 PM
RE: Custom buddy pounce
ok thanks. i want to get more than just a toast and sound like i wanna make shure i hear it
BagginsScripting10-03-2006 at 11:29 PM
RE: Custom buddy pounce
i can't post it cuz its on my other computer and i was able to see the debug window once but i couldnt get open again
BagginsScripting10-03-2006 at 11:20 PM
[Hide Excerpts] Pages: (16): « First « 11 12 13 14 [ 15 ] 16 » Last »