What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Quicktext Parameters

Quicktext Parameters
Author: Message:
noroom
Full Member
***

Avatar
www.noroom.tk

Posts: 107
Reputation: 4
Joined: Sep 2003
O.P. Quicktext Parameters
In MP!3 you could define quicktexts with parameters, and then use the parameters with the (!P) tag.

I've made a script, and when I define the ScriptCommands (OnGetScriptCommands), I know I can add parameters, because there's a "<Parameters>" tag. When used, MP!L automatically puts the text that's between the "<Parameters></Parameters>" tags as a parameter for the script command. But when I try to send it, it says that the command is not recognized.

How can I get back to using parameters?
07-01-2006 12:32 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Quicktext Parameters
I believe it's a limitation of the current quicktext feature.
[Image: spartaafk.png]
07-01-2006 01:58 PM
Profile PM Web Find Quote Report
noroom
Full Member
***

Avatar
www.noroom.tk

Posts: 107
Reputation: 4
Joined: Sep 2003
O.P. RE: Quicktext Parameters
But they're not quicktexts. They're script commands... :undecided:
07-01-2006 05:58 PM
Profile E-Mail PM Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Quicktext Parameters
quote:
Originally posted by noroom
But they're not quicktexts. They're script commands... :undecided:

in your OnEvent_ChatWndSendMessage function if you dont return a string (even a empty one) it will display that message
[Image: dt2.0v2.png]      Happy Birthday, WDZ
07-01-2006 06:07 PM
Profile PM Web Find Quote Report
noroom
Full Member
***

Avatar
www.noroom.tk

Posts: 107
Reputation: 4
Joined: Sep 2003
O.P. RE: Quicktext Parameters
Oh! I see now. I thought if I didn't code a feature to parse the parameters, that the parameters would just be ignored, but it turns out that you have to have code that handles the parameters before Plus! allows you to use parameters in the script commands.

Thanks :)
07-01-2006 07:40 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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