What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » adding a space in the end of every message

adding a space in the end of every message
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: adding a space in the end of every message
why would you need a space after every message?

code:
function OnEvent_ChatWndSendMessage(ChatWnd,Message){
Message = Message + " ";
return Message;
}

that should work. just make a new script and name it to something and paste the code in there.

This post was edited on 01-06-2007 at 08:42 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
01-06-2007 08:40 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
adding a space in the end of every message - by Double_N2 on 01-06-2007 at 06:22 PM
RE: adding a space in the end of every message - by roflmao456 on 01-06-2007 at 08:40 PM
RE: adding a space in the end of every message - by MrT on 01-06-2007 at 08:41 PM
RE: adding a space in the end of every message - by Double_N2 on 01-06-2007 at 08:43 PM
RE: adding a space in the end of every message - by MrT on 01-06-2007 at 08:51 PM
RE: adding a space in the end of every message - by roflmao456 on 01-06-2007 at 08:55 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