What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » pause script without MsgPlus object

pause script without MsgPlus object
Author: Message:
Baggins
Full Member
***

Avatar
B000ALFAZO

Posts: 387
Reputation: 13
29 / Male / Flag
Joined: Oct 2006
O.P. RE: RE: pause script without MsgPlus object
quote:
Originally posted by Matty
Why not use a Timer?

i guess i will have to

and also this function:
code:
split (Cmd, Param1, Param2)
{
    prams = Cmd.split(" "); // Split the incoming message into
                                // the different parameters
    for  (pram in prams)        // Loop through parameters
    {
        switch(pram)                 
        {
            case "0":                // First parameter is the command
                break;            // itself, do nothing with that
            case "1":
                Param1 = params[param];
            default:
                Param2 += " " + prams[pram]; // Construct the message to send with /me
                break;
        }
       
    }
   
}

gets the error:

code:
Error: 'Cmd' is undefined.
       Line: 71. Code: -2146823279.


EDIT: shit!

i just realised missing function keyword, sorry

This post was edited on 12-11-2006 at 01:02 AM by Baggins.
12-11-2006 12:59 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
pause script without MsgPlus object - by Baggins on 12-11-2006 at 12:46 AM
RE: pause script without MsgPlus object - by Spunky on 12-11-2006 at 12:49 AM
RE: pause script without MsgPlus object - by Baggins on 12-11-2006 at 12:52 AM
RE: pause script without MsgPlus object - by Spunky on 12-11-2006 at 12:57 AM
RE: pause script without MsgPlus object - by matty on 12-11-2006 at 12:57 AM
RE: RE: pause script without MsgPlus object - by Baggins on 12-11-2006 at 12:59 AM
RE: pause script without MsgPlus object - by CookieRevised on 12-11-2006 at 01:32 AM


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