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

# help please
Author: Message:
general sirhc
New Member
*


Posts: 11
Joined: Oct 2007
O.P. # help please
ok i have already looked at the script help file but it doesnt really help so could some1 please tell me how to add a multi line character into a message.
EDIT:
code:
var Asterix
function OnEvent_ChatWndSendMessage( ChatWnd, Message )
{
if (Message=='Adon')
{
Contact = ChatWnd
if (Asterix=='off')
MsgPlus.DisplayToast("", "Adder is now on");
if (Asterix==null)
MsgPlus.DisplayToast("", "Adder is now on");
Asterix='on'
return ''
}
if (Message=='AdOff')
if (Asterix=='on'){
Asterix='off'
MsgPlus.DisplayToast("", "Adder is now " + Asterix);
return ''
}
if (Asterix=='on')
if (ChatWnd==Contact){
Message2="_  (¯   |  |¯¯)  |     |  /¯¯'  _"+
"¯  ._)  |  |¯¯\  |´¯`|  \__,  ¯"+Message+"_  (¯   |  |¯¯)  |     |  /¯¯'  _"+
" ¯  ._)  |  |¯¯\  |´¯`|  \__,  ¯";
return Message2
}
}
thats entire script i made it so it added * infront and behide what u say but now i've changed the script to show my name infront and behide the text

EDIT for eddie: Yer i did make this script and i dont want a multi line name i just want something infront and behide my text that is multilined

The main question is is how do i use the # to make a new line

This post was edited on 10-15-2007 at 05:02 AM by general sirhc.
10-15-2007 04:08 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
# help please - by general sirhc on 10-15-2007 at 04:08 AM
RE: # help please - by Chris4 on 10-15-2007 at 04:11 AM
RE: # help please - by Eddie on 10-15-2007 at 04:35 AM
RE: # help please - by roflmao456 on 10-15-2007 at 05:13 AM
RE: # help please - by Spunky on 10-15-2007 at 09:50 AM
RE: # help please - by general sirhc on 10-17-2007 at 12:26 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