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:
bettybooparide
New Member
*


Posts: 1
– / – / Flag
Joined: Oct 2007
O.P. Happy  i`m new with scripts and i dont no how i use it
Hello there`s  anybody cant help me with my scroll scripts.I dont no how can i use :^):^) it (sorry for my english,i learn ):|
I install the scripts scroll and i dont no how i cant use it..Thank

This post was edited on 10-10-2007 at 08:57 PM by bettybooparide.
10-10-2007 08:00 PM
Profile E-Mail PM Find Quote Report
Zahid™
Senior Member
****

Avatar

Posts: 954
Reputation: 18
– / Male / Flag
Joined: Nov 2005
RE: i`m new with scripts and i dont no how i use it
Can you explain properly which script you are trying to use?
[Image: Zahid.png]
10-10-2007 08:48 PM
Profile PM Web Find Quote Report
Shiny Rabbit
Full Member
***

Avatar
oohhh shiny

Posts: 296
Reputation: 2
– / Male / Flag
Joined: Jun 2007
RE: i`m new with scripts and i dont no how i use it
i think he's asking how you use them, when you download a script, double click the icon, check the box that comes up and click import
[Image: 202-3.png][Image: shinyhachunesig.png]



10-14-2007 01:26 PM
Profile E-Mail PM Find Quote Report
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 »


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