What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script Command Problem [DETAILS INSIDE]

Script Command Problem [DETAILS INSIDE]
Author: Message:
YESterday
New Member
*


Posts: 2
Joined: Nov 2009
O.P. Script Command Problem [DETAILS INSIDE]
I'm trying to make some commands for a test script (I'm learning, go figure =P) I can get the commands to work, I even made a ScriptInfo.xml file, with the commands and script info. But it displays the error when it's not a command. ('The command you entered was not recognised')

I used the currency calculator made by someone else and no error popped up.

Help please.

This post was edited on 11-20-2009 at 05:50 PM by YESterday.
11-20-2009 05:49 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Script Command Problem [DETAILS INSIDE]
Make sure you put
code:
return "";
at the end of your ChatWndSendMessage function. You must always return something. In this case, as you don't want any text to be sent, return a blank string
<Eljay> "Problems encountered: shit blew up" :zippy:
11-20-2009 06:00 PM
Profile PM Find Quote Report
YESterday
New Member
*


Posts: 2
Joined: Nov 2009
O.P. RE: RE: Script Command Problem [DETAILS INSIDE]
quote:
Originally posted by Spunky
Make sure you put
code:
return "";
at the end of your ChatWndSendMessage function. You must always return something. In this case, as you don't want any text to be sent, return a blank string

Works now, thanks :D
Gosh I gotta learn more.. thats what the documentation's for *reads*
11-20-2009 06:05 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On