Would it be possible to add a function to ChatWnd to insert text in the window? I require this to give information on special kind of events in my script, would that be possible or is there another way to do it?
quote:Originally posted by foaly
well if you were able to call the function OnEvent_ChatWndReceiveMessage manualy it would be possible
You CAN call function OnEvent_ChatWndReceiveMessage manually. It's just like any other function, except Plus uses these to parse text before outputting. Calling it normally would just return the parsed text to you.
Could Control Messages be used to input text into the chat window??