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

Search Results
Subject Author Forum Time
RE: Need Help with my First Script
Well... I fixed it it was the if(AI.Responses[Message]) statement. I changed it just to if(!AI.Responses[Message]){ return; }
SamV522Scripting11-24-2009 at 07:55 PM
RE: Need Help with my First Script
AwayI.js [code=js] // Name: AwayI.js // Author: SamV522 // Purpose: A.I. to respond to any messages while you're away. var AI = {}; AI.Name = "Sophie"; AI.UnkownResponse = "I do not know how to respond to that, sorry."; AI.Status = true; AI.Resp...
SamV522Scripting11-24-2009 at 07:23 PM
RE: Need Help with my First Script
It crashes whenever I send any message And on a side note: The AwayI command doesn't work. I added this to ScriptInfo.xml in the right place and all but whenever I try and use it it says the command is not recognised. [code] <ScriptCommands> <Comma...
SamV522Scripting11-24-2009 at 07:16 PM
RE: Need Help with my First Script
No, msn just plain crashes... I'll post my current source. http://msnplus.pastebin.com/mab45fd3
SamV522Scripting11-24-2009 at 06:32 PM
RE: Need Help with my First Script
Is that the only thing? [b]Edit:[/b] I guess not because it's still crashing.
SamV522Scripting11-24-2009 at 06:24 PM
RE: Need Help with my First Script
Ok. So I've tried quite a few different things with sending a response, but it crashes whenever I try and send a message... What am I doing wrong? [code] function OnEvent_ChatWndSendMessage(ChatWnd,Origin, Message, MessageKind){ if (Message.substr(...
SamV522Scripting11-24-2009 at 06:10 PM
RE: Need Help with my First Script
Okay, I did what you said CookieRevised, and it seem's to be working ok now. I just need to get the responses working now. Thanks for all your help! :)
SamV522Scripting11-24-2009 at 05:43 PM
RE: Need Help with my First Script
It's not crashing when I sign in anymore, but it's crashing whenever I recieve a message that needs to be responded to.
SamV522Scripting11-24-2009 at 05:12 PM
RE: Need Help with my First Script
It was put there by default when I started a new script. I hadn't gotten around to deleteing it yet, I was searching for a way to fix my problem.
SamV522Scripting11-24-2009 at 05:00 PM
Need Help with my First Script
Okay, so this is my first time creating a Messenger Plus! script though I do have quite a bit of a programming/scripting background. Anyway, I'm trying to write an AI, or more so an autoresponder that uses an xml list of responses for personal use a...
SamV522Scripting11-24-2009 at 04:54 PM
[Hide Excerpts]