What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [HELP]Auto respond on a specific message

[HELP]Auto respond on a specific message
Author: Message:
Jonte135
Junior Member
**


Posts: 57
– / – / Flag
Joined: Aug 2007
O.P. RE: RE: [HELP]Auto respond on a specific message
quote:
Originally posted by SmokingCookie
quote:
Originally posted by Jonte135

code:
int curWord = 0;



Well, you're doing it a little bit complicated.

If you're planning to use "int" for integer numbers, "float" for floating point numbers, and so on, you'll have to either look at some reference for a thousand times, or "study" all those data types and their keyword (e.g. "int" for integer).

What's easier to use, is the "var" keyword. You can use it for most (if not all) data types:

code:
var VariableNumberOne = "Hello there"; // String
var ThisOnesUndefined; // do not use the "assign" ( "=" ) operator
var ThirdOne = 9999; // Number
var FourthIsFloat = 1.01; // also a Number
var myObject = new Object(); // don't bother yet

var Nothing = null; // never mind either


Ya that guy that made the script for me changed it just after I posted it :D
10-20-2008 06:09 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[HELP]Auto respond on a specific message - by Jonte135 on 10-18-2008 at 07:41 PM
RE: [HELP]Auto respond on a specific message - by prashker on 10-18-2008 at 08:01 PM
RE: RE: [HELP]Auto respond on a specific message - by Jonte135 on 10-18-2008 at 08:32 PM
RE: [HELP]Auto respond on a specific message - by SmokingCookie on 10-20-2008 at 08:41 AM
RE: RE: [HELP]Auto respond on a specific message - by Jonte135 on 10-20-2008 at 06:09 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On