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

Graident message
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Graident message
hmm, yeah, that's because it splits the message in 2 parts, if the emoticon is in the exact middel it will split it up :P

I also noticed that I disabled all commands with this script so I fixed that:

code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
  if (Message.substr(0,1) == "/")
  {
    return Message;
  }
  else
  {
    return "[c=4]" + Message.substr(0,(Message.length/2)) + "[/c=1][c=1]" + Message.substr((Message.length/2)) + "[/c=4]";
  }
}

This post was edited on 07-03-2006 at 02:02 PM by Ezra.
[Image: 1-0.png]
             
07-03-2006 02:01 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Graident message - by Silva on 07-03-2006 at 12:20 PM
RE: Graident message - by Ezra on 07-03-2006 at 12:42 PM
RE: Graident message - by Silva on 07-03-2006 at 12:45 PM
RE: Graident message - by craig2k5 on 07-03-2006 at 01:19 PM
RE: Graident message - by Ezra on 07-03-2006 at 01:40 PM
RE: Graident message - by craig2k5 on 07-03-2006 at 01:57 PM
RE: Graident message - by Ezra on 07-03-2006 at 02:01 PM
RE: Graident message - by Silva on 07-03-2006 at 03:33 PM
RE: Graident message - by Voldemort on 07-03-2006 at 04:10 PM
RE: Graident message - by Silva on 07-03-2006 at 04:20 PM
RE: Graident message - by The Brain on 07-03-2006 at 11:37 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