quote:
Originally posted by SmokingCookie
Can I also use this as a remote command? Like:
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Message) {
if(Message == "!OpenWnd") {
var Wnd = MsgPlus.CreateWnd("Windows.xml", "WndAbt");
}
}
Sure, why not. However, I don't see the point of a remote command which opens a window.