need help writing a script - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: need help writing a script (/showthread.php?tid=66191) need help writing a script by ganate123 on 09-13-2006 at 07:40 PM
i cant figure this one out... RE: need help writing a script by Jesus on 09-13-2006 at 07:46 PM
code: haven't tested, but should work RE: need help writing a script by Shondoit on 09-13-2006 at 07:59 PM
code:(edit: put it in code tags) RE: need help writing a script by Jesus on 09-13-2006 at 08:05 PM yeah at first I thought that I needed the contact too, but the scripting doc proved us wrong RE: need help writing a script by ganate123 on 09-13-2006 at 10:10 PM
ok thanks for the help but i think im doin somethin wrong RE: need help writing a script by Shondoit on 09-13-2006 at 10:20 PM
You should not replace the 'Email' parameter RE: need help writing a script by ganate123 on 09-13-2006 at 10:36 PM
ok that works and now i understand it but i just read what i wanted for a script and it was a lil confuzing. what i meant was when my email signs in i want it to automatically open a convo window of one of my friends. like i sign in and if their online or offline it brings up the window. RE: need help writing a script by Shondoit on 09-13-2006 at 10:42 PM
function OnEvent_Signin (Email) { RE: need help writing a script by ganate123 on 09-13-2006 at 11:58 PM
i did. i learn better by example but yea the script you gave me opens any contact that comes online umm heres the script in entirety RE: need help writing a script by cloudhunter on 09-14-2006 at 12:30 AM
Forget the top bit of the script... Just use this. code: Remember to put ; at the end of every line, to terminate the line. Cloudy |