What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » i`m new with scripts and i dont no how i use it

i`m new with scripts and i dont no how i use it
Author: Message:
general sirhc
New Member
*


Posts: 11
Joined: Oct 2007
RE: i`m new with scripts and i dont no how i use it
welll if it isnt how to open them then how to edit is relativly simple
//function is used to desribe anything that checks what is going on IT IS NOT A IF statement
function OnEvent_ChatWndSendMessage(ChatWnd,Message){
}
what happends goes inbetween the {  } so lets say you want it to change every message you said that says "my first script"
to "this script could be useful" you would write

function OnEvent_ChatWndSendMessage(ChatWnd,Message){
if (Message=="my first script"){
Message="this script could be useful"
}
}
//ChatWnd,Message is the too varibles set when the message is sent its best to leave these as they are until you get better with it
//if (Message=="my first script") checks that the message you are about to send reads a string value of my first script
//Message="this script could be useful" this part is the new text to be sent

i hope all that is useful to new people it doesnt show much but it does help get started... trust me i wrote my first script 3 days ago well now 4 lol its nearly midnight
10-17-2007 01:25 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
i`m new with scripts and i dont no how i use it - by bettybooparide on 10-10-2007 at 08:00 PM
RE: i`m new with scripts and i dont no how i use it - by Zahid™ on 10-10-2007 at 08:48 PM
RE: i`m new with scripts and i dont no how i use it - by Shiny Rabbit on 10-14-2007 at 01:26 PM
RE: i`m new with scripts and i dont no how i use it - by general sirhc on 10-17-2007 at 01:25 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