What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Quick text help

Quick text help
Author: Message:
Zet
New Member
*

Avatar

Posts: 8
34 / Male / Flag
Joined: Jun 2008
O.P. Quick text help
So I wanted to make a quick text thats only two different lines with a random number generator I tried doing
/ me scan's (!N)'s power level....

(!N)'s power level is (!R)

though I thought (!R) would generate a random number but otherwise (!N) selects everyone in a group convo when I just want to select one person, any ideas on what I should do?

This post was edited on 06-24-2008 at 02:25 AM by Zet.
06-24-2008 02:24 AM
Profile E-Mail PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: Quick text help
(!N) = Contact Name(s)

So that includes everyone in the conversation.

There isn't a (!R) tag for generating a random number.
Twitter: @ChrisLozeau
06-24-2008 03:47 AM
Profile PM Find Quote Report
Zet
New Member
*

Avatar

Posts: 8
34 / Male / Flag
Joined: Jun 2008
O.P. RE: Quick text help
I guess I could always work on a script instead of using a quick text then
06-24-2008 03:49 AM
Profile E-Mail PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: Quick text help
Yeah, shouldn't be too hard.

Here is info about a random number function which should get you started.
Twitter: @ChrisLozeau
06-24-2008 03:51 AM
Profile PM Find Quote Report
Zet
New Member
*

Avatar

Posts: 8
34 / Male / Flag
Joined: Jun 2008
O.P. RE: Quick text help
thanks for that link
06-24-2008 03:55 AM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Quick text help
No offense (I hope), but "[Request] Random Number Generator" gives you a better explaination of how a random number is generated.
;)
.-= A 'frrrrrrrituurrr' for Wacky =-.
06-24-2008 05:28 AM
Profile PM Find Quote Report
Zet
New Member
*

Avatar

Posts: 8
34 / Male / Flag
Joined: Jun 2008
O.P. RE: Quick text help
pretty much I was using this IRC Script and wanted to use it over WLM

quote:
alias scan {
  var %pl $r(1,10000)
  describe $chan scans $1 $+ 's Power Level...
  if ($1 !ison $chan) {
    .timer 1 3 msg $chan $1 is out of range. | halt
  }
  if (%pl > 9000) {
    .timer 1 3 msg $chan its... ITS... ITS OVER 9000!!!!!!!( $+ %pl $+ )
  }
  else {
    .timer 1 3 msg $chan $1 $+ 's Power Level is %pl
  }
}

This post was edited on 06-24-2008 at 05:37 AM by Zet.
06-24-2008 05:32 AM
Profile E-Mail PM Find Quote Report
russell
New Member
*


Posts: 1
Joined: Dec 2008
RE: RE: Quick text help
I am trying to create a template in Quicktext where for each email i create an automatic sequence number is created - can you help me with the script that i need to insert in to the remplate? i would like to load this to the server so that anybody who creates an email using that template has a number created at the top of the email automatically ... im so desperate...
12-10-2008 02:04 AM
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