What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » My script for send Popup..

My script for send Popup..
Author: Message:
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: RE: My script for send Popup..
quote:
Originally posted by Mattike
To correct this, simply remove the quotes around Your Decription, and try that. After that, you can change it to whatever you want.

Yet in your code, you removed all the quotes APART from the ones around description :P
quote:
Originally posted by pantoled
code:
    function OnGetScriptCommands()
    {
var commands = <ScriptCommands>
commands += <Command>
commands += <Name>mycommande</Name>
commands += <Description>"Your Description"</Description>
commands += </Command>
commands += </ScriptCommands>
return commands;
};


So the code should be:
code:
    function OnGetScriptCommands()    {
var commands = "<ScriptCommands>";
commands += "  <Command>"
commands += "    <Name>mycommande</Name>"
commands += "    <Description>Your Description</Description>"
commands += "  </Command>"
commands += "</ScriptCommands>"
return commands;
};

;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
04-12-2007 12:56 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
My script for send Popup.. - by pantoled on 04-11-2007 at 09:07 PM
RE: My script for send Popup.. - by TheGuruSupremacy on 04-11-2007 at 10:27 PM
RE: My script for send Popup.. - by pantoled on 04-11-2007 at 10:36 PM
RE: My script for send Popup.. - by Matti on 04-12-2007 at 12:21 PM
RE: My script for send Popup.. - by pantoled on 04-12-2007 at 12:45 PM
RE: RE: My script for send Popup.. - by pollolibredegrasa on 04-12-2007 at 12:56 PM
RE: My script for send Popup.. - by pantoled on 04-12-2007 at 01:03 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