RE: [REQUEST]"Plus Cafe" Changing ...
Please don't type in block capitals, it's considered to be shouting and therefore rude.
Look for OnEvent_ChatWndReceiveMessage in the script code (as this is what causes actions to be performed when you receive a message) and replace the relevant bits with OnEvent_ChatWndSendMessage to change it to respond when you send a message.
All you should need to change is "Receive" to "Send" as they are the same.
If it doesn't work then refer to the scripting documentation where it says what paramaters are needed for those functions and how to use them.
Or if you post the code here using [code=js]code here[/code] tags to display it, then someone may take a look at it and help you
|