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

Search Results
Subject Author Forum Time
RE: Wnd.MessageSend()
lol... i don't know why I didn't think of that myself *-) Thanks!
HengyScripting07-23-2006 at 04:09 PM
Wnd.MessageSend()
[code]if (Message == "/whatever") { Wnd.MessageSend("Whatever") }[/code] In this code, "/whatever" is sent as a message and "Whatever" is also sent as a message. But, in the code, "/whatever" is not: [code]if (Message == "/whatever"...
HengyScripting07-23-2006 at 04:03 PM
RE: Whats wrong with this?
WOW! Thanks alot! :D
HengyScripting07-23-2006 at 02:16 PM
RE: Whats wrong with this?
(yes, it's me again... 8-|) so i've got this: [code]var rndnumber = Math.floor(Math.random()*26); function OnEvent_ChatWndSendMessage(Wnd,Msg) { if(Msg == "!pick") { return "Pick a number between 0 and 25"; } if(Msg == rndnumber) { r...
HengyScripting07-23-2006 at 01:24 AM
RE: Whats wrong with this?
Srry, I didn't know what u meant :-s It works now though, Thanks
HengyScripting07-22-2006 at 10:53 PM
RE: Whats wrong with this?
I don't really get what your trying to tell me... srry
HengyScripting07-22-2006 at 10:50 PM
RE: Whats wrong with this?
Sorry to bother u all again... but in this thing of code, when I say "!an", it come back "undefined"... [code]function OnEvent_ChatWndSendMessage(Wnd,Msg) { if(Msg == "!pick") { var rndnumber = Math.floor(Math.random()*5); return "Pick a nu...
HengyScripting07-22-2006 at 10:33 PM
RE: Whats wrong with this?
Thanks! It works!
HengyScripting07-22-2006 at 08:53 PM
RE: Whats wrong with this?
Go easy! Im a beginner... and it still doesn't work...:$
HengyScripting07-22-2006 at 08:33 PM
RE: Whats wrong with this?
so i've got this now, but it still doen't work... (please be patient with me...:$) [code]function OnEvent_ChatWndSendMessage(Wnd,Msg) { if(Msg == "!picknum") { return Begin(); } function Begin() { var rndnumber = Math.random() * 100; return ...
HengyScripting07-22-2006 at 08:24 PM
RE: How To Call Upon Random Files
You could always make a windows media player playlist and always have shuffle on...
HengyScripting07-22-2006 at 08:11 PM
Whats wrong with this?
I am a beginning scripter... I have had limited experience in BASIC, VB, C#. I am just trying to learn the jscript language... Does anyone know whats wrong with this script? [code]function OnEvent_ChatWndSendMessage(Wnd,Msg) { if(Msg == "!picknum"...
HengyScripting07-22-2006 at 08:00 PM
RE: pop-up
Like an error message or something or in C# ...Messagebox("blah");
HengyScripting07-22-2006 at 02:54 AM
pop-up
is there any way to create a pop-up (like in C#) using scripts?
HengyScripting07-22-2006 at 02:39 AM
RE: Brb-in-one
thanks
HengyScripting07-22-2006 at 02:16 AM
Brb-in-one
I am developing a script - brb-in-one - that says "brb" in all convos when you type "/brb" in any conv. I can get it to say brb in the conv i type "/brb" in, but not all convos... can anyone help me? Thanks, Hengy
HengyScripting07-22-2006 at 02:06 AM
[Hide Excerpts]