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.
Posts: 3658 Reputation: 61
36 / /
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
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
Gosh I gotta learn more.. thats what the documentation's for *reads*