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

Search Results
Subject Author Forum Time
RE: Public variables...
Yes. I hate making these mistakes. Heh, Thanks for pointing it out though. Works perfectly. = is the variable assignment operator == checks equality of one to the other
ToneoScripting11-04-2007 at 07:21 PM
RE: Public variables...
I already have var in front. Ha, I'm such an idiot. I should have == not =. I always make those mistakes... :D
ToneoScripting11-04-2007 at 06:55 PM
Public variables...
Hi, I need help... I have a variable declared outside of my function. However, it reads this variable from inside the function but in that function or any other function it won't change it. I have a boolean... allow = true; function blahBlah() { .....
ToneoScripting11-04-2007 at 06:45 PM
RE: Configuring Plus to check my Hotmail Emails??
Hmm, okay. Thanks anyway.
ToneoWLM Plus! Help09-11-2007 at 03:52 PM
Configuring Plus to check my Hotmail Emails??
I open my preferences panel and go to "Configure External Email Accounts". I see the normal window of course, but I just don't know what information to put into the boxes to make Plus check my emails in my hotmail account. What do I do??
ToneoWLM Plus! Help09-10-2007 at 08:02 PM
RE: Problem with Script - ; required? Where?
Thanks :) Forgot about arrays and floor(). Didn't know whether to use [b]int[/b] or [b]var[/b]. EDIT: It's still not working. The debugger now says "Error: ; expected" on line 16. I don't understand, there doesn't seem to be a place to put ;. A...
ToneoScripting08-02-2007 at 08:41 AM
Problem with Script - ; required? Where?
I'm making an AutoMessage script, and it uses random messages. But it stops the script and the debugger has an error: [code] Error: Expected ';' (code: -2146827284) File: AutoMessage.js. Line: 16. [/code] Here is where it finds fault with m...
ToneoScripting08-01-2007 at 07:22 PM
RE: Script Classes
Ah, yes, I understand that now. Thanks.
ToneoScripting07-08-2007 at 11:22 AM
RE: Script Classes
I meant as in Objects. As in classes. So you'd define a class, and then say... [color=blue]var[/color] blob = [color=blue]new[/color] Car() or something like that. But anyway, what you've said seems to be the same thing. Thanks :D
ToneoScripting07-08-2007 at 10:44 AM
Script Classes
I have a problem with classes in my scripts. [code] class myClass { // code here... } [/code] Apart from that, there's just the OnEvent_Initialize and Uninitialize functions. I don't know where to put my class code, and whenever it runs it is st...
ToneoScripting07-08-2007 at 07:52 AM
[Hide Excerpts] Pages: (2): « First « 1 [ 2 ] Last »