What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [SOLVED] How do I create a variable thing like (!VER)?

[SOLVED] How do I create a variable thing like (!VER)?
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: How do I create a variable thing like (!VER)?
Markee forgot to return the message [Image: msn_tongue.gif].
code:
var meh = "meh"
function OnEvent_ChatWndSendMessage(ChatWnd,Message){
    Message = Message.replace(/\(\!MEH\)/gi,meh);
return Message;
}

Edit : Beaten by markee :P.

This post was edited on 12-01-2006 at 12:48 PM by Felu.
12-01-2006 12:46 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[SOLVED] How do I create a variable thing like (!VER)? - by Agret on 12-01-2006 at 07:43 AM
RE: How do I create a variable thing like (!VER)? - by markee on 12-01-2006 at 07:48 AM
RE: How do I create a variable thing like (!VER)? - by Agret on 12-01-2006 at 08:03 AM
RE: How do I create a variable thing like (!VER)? - by NiteMare on 12-01-2006 at 08:17 AM
RE: How do I create a variable thing like (!VER)? - by Agret on 12-01-2006 at 08:28 AM
RE: RE: How do I create a variable thing like (!VER)? - by CookieRevised on 12-01-2006 at 07:35 PM
RE: How do I create a variable thing like (!VER)? - by Ezra on 12-01-2006 at 09:09 AM
RE: How do I create a variable thing like (!VER)? - by Agret on 12-01-2006 at 12:38 PM
RE: How do I create a variable thing like (!VER)? - by markee on 12-01-2006 at 12:44 PM
RE: How do I create a variable thing like (!VER)? - by Felu on 12-01-2006 at 12:46 PM
RE: How do I create a variable thing like (!VER)? - by Agret on 12-01-2006 at 02:17 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