What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Need some help.
Aha, okay. It works now, so thanks =)
BleetScripting08-12-2006 at 09:05 AM
RE: Need some help.
function OnEvent_ChatWndCreated(ChatWnd, Message){ var hey = "hey"; ChatWnd.SendMessage(hey); } I tried that too and that didn't work. (I'm not sure if this is what you mean by messafe variable though.
BleetScripting08-12-2006 at 08:58 AM
RE: Need some help.
function OnEvent_ChatWndCreated(ChatWnd, Message){ ChatWnd.SendMessage("hey"); } Doesn't work.. Well, it's supposed to say hey when I open a chat window, right?
BleetScripting08-12-2006 at 08:36 AM
Need some help.
Well, I was just playing around some and couldn't get my damn script to work. What I tried was: function OnEvent_ChatWndCreated(ChatWnd, Message) { var h = hey; ChatWnd.SendMessage("", h); } Since I don't get any compilation errors I can't reall...
BleetScripting08-12-2006 at 08:16 AM
[Hide Excerpts]