What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » How Do I Make A Valid Script??

How Do I Make A Valid Script??
Author: Message:
mitz
New Member
*


Posts: 9
– / Male / –
Joined: Aug 2006
O.P. Huh?  How Do I Make A Valid Script??
hiya please can someone tell me how to make a valid Messenger Plus! Script Pack ... i have put the .vs file into a zip folder and also have put a xml file....

this is what my js. file has in it:

code:
/*
* ----------------------------------------------------------------------------
* "Space Replacer - New"
* This script is provided 'as is', without warranty of any kind. Dont forget
* that. This file is written by Mitul and you can do
* whatever you want with this code as long as you retain this notice.
* Have fun using it !
*
* version 1.0 - New
* Mitul <mit_18@hotmail.co.uk>
*                                        /Freely inspired
* ----------------------------------------------------------------------------
*/

function OnEvent_ChatWndSendMessage(ChatWnd,Message){
while(Message.indexOf(" ")!=-1)Message=Message.replace(" ", "(L)");
return Message;
}


and my ScriptInfo.xml file has this in it:


code:
<ScriptInfo>   
    <Information>
        <Name>Experiment</Name>
        <Description>Space Replacer</Description>
        <AboutUrl>http://www.msgpluslive.net</AboutUrl>
    </Information>
</ScriptInfo>

then i changed the extension to plsc and when i double clicked on it it said

"The file you tried to load does not appear to be a alid Messenger Plus! script pack."

how do i ressole this problem ... can someone give me a helping hand in this matter as i want this to so badly work - if possible can one of you actually give me a nother example which i can copy and paste and see if that works... please someone help me :(

.plsc File Attachment: Space Replacer.plsc (785 bytes)
This file has been downloaded 153 time(s).

This post was edited on 08-12-2006 at 08:57 PM by mitz.
08-12-2006 05:24 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How Do I Make A Valid Script?? - by mitz on 08-12-2006 at 05:24 PM
RE: How Do I Make A Valid Script?? - by matty on 08-12-2006 at 05:26 PM
RE: How Do I Make A Valid Script?? - by Ezra on 08-12-2006 at 07:03 PM
RE: How Do I Make A Valid Script?? - by mitz on 08-12-2006 at 08:54 PM
RE: How Do I Make A Valid Script?? - by matty on 08-12-2006 at 08:59 PM
RE: How Do I Make A Valid Script?? - by mitz on 08-12-2006 at 09:04 PM
RE: How Do I Make A Valid Script?? - by Silentdragon on 08-12-2006 at 09:16 PM
RE: How Do I Make A Valid Script?? - by mitz on 08-12-2006 at 09:17 PM
RE: How Do I Make A Valid Script?? - by mitz on 08-12-2006 at 09:23 PM
RE: How Do I Make A Valid Script?? - by Silentdragon on 08-12-2006 at 09:33 PM
RE: How Do I Make A Valid Script?? - by mitz on 08-12-2006 at 09:37 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