What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST] A variation of the Capital Letter script

[REQUEST] A variation of the Capital Letter script
Author: Message:
RomSfan
New Member
*


Posts: 3
Joined: May 2006
O.P. [REQUEST] A variation of the Capital Letter script
Hi everyone, i got a friend that loves to write things with lots of dots and lots of !!!! so i wanted to give a script as a little gift that can do that for her... and i remembered about the Capital Letter Script that adds a dot at the end of the message, so i was wondering if someone could develop a script that adds
some dots and some exclamations to the end of the message

like this for example: ....!!!! at the end of every message

i dont think it'll be hard so if someone can do it for me ill really appreciate it :D thanks (Y)
08-05-2006 06:59 PM
Profile E-Mail PM Find Quote Report
Lukeyy19
Junior Member
**

Avatar
Oh Holy One...

Posts: 46
34 / Male / –
Joined: Jun 2006
RE: [REQUEST] A variation of the Capital Letter script
just open the script editor in Plus for the Capital Letter Script and Replace the "." with "....!!!!", then save, should work (y)
[Image: lukeyy19sig2fh6.png]
08-05-2006 07:24 PM
Profile PM Find Quote Report
RomSfan
New Member
*


Posts: 3
Joined: May 2006
O.P. RE: [REQUEST] A variation of the Capital Letter script
but i dont want it to do the capital letter thing, where it puts the first letter of messages in Caps, and i dont know anything about scripts so i cant really do it myself :D
08-05-2006 10:00 PM
Profile E-Mail PM Find Quote Report
Joereynolds89
Junior Member
**


Posts: 69
Joined: Jul 2006
RE: [REQUEST] A variation of the Capital Letter script
Not yet tried this but it should work :S

code:
function OnEvent_ChatWndSendMessage(pChatWnd, sMessage){
     sMessage.replace(sMessage, sMessage.substr() + '....!!!!');
return sMessage;
}

Tested and dosnt sorry



Ok, tested and working version :D

code:
function OnEvent_ChatWndSendMessage(pChatWnd, sMessage){
sMessage = sMessage.substr() + '....!!!!'
     return sMessage;
}

Hope its ok :D

This post was edited on 08-05-2006 at 10:44 PM by Joereynolds89.
08-05-2006 10:30 PM
Profile E-Mail PM Find Quote Report
RomSfan
New Member
*


Posts: 3
Joined: May 2006
O.P. RE: [REQUEST] A variation of the Capital Letter script
Works perfectly thanks dude, i knew there was a kind soul around here that would help me, again thanks alot :D
08-06-2006 02:56 PM
Profile E-Mail PM Find Quote Report
Veggie
Full Member
***

Avatar

Posts: 415
Reputation: 21
37 / Male / Flag
Joined: Sep 2004
RE: [REQUEST] A variation of the Capital Letter script
code:
function OnEvent_ChatWndSendMessage(pChatWnd, sMessage){
return sMessage + '....!!!!';
}

08-06-2006 03:05 PM
Profile E-Mail PM Web 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