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