If anyone could help me out on some scripting that would be really cool. I wanting to script my own mirc script of if someone could do it for me. PLZ post me back if you can help.
i taught myself Unix from mainly google, and for Unix scripting i've done the same, so i think google searching would be more than sufficient for what you want to do...
man if there is any program I can send your or anything for scripting me a script the way I want it I would be really hook up.
i mean a google search, ie http://www.google.co.uk/search?hl=en&q=mirc+scripting&btnG=Google+Search&meta= - i just looked for 'mirc scripting' - and got loads of results back... i don't know anything about Mirc, other than firing it up, but most problems are only a google search away
well, i don't know of any "programs" that will teach you to script in mirc, but i can tell you how i learned: (it's been awhile since i used any irc client, so you'll have to figure out most of this on your own, using whatever mirc client you want to script in). open mirc, create your own room called "test" or anything you like. go through the scripts provided with your client until you see one that does something similar to what you want to do. now, somewhere in there, theres a button that says "edit scripts" or the like. open that, and find the script you just used and see how it's set up. change a few of the parameters (like if you want to do a popup, change the text to something different than what the provided script says. like if the popup says "ohh baby!" and plays a wav, change the text {you should be able to figure out where it says "ohh baby!"} to what ever you want, like "hey! mind if i sht on your chest while you give me head? THANKS! you ARE a sport!" and see if it works. colors and text sizes are in there too, (a # from 1-10 for colors, so on). you can pretty much figure out what each section of the script does by changing it, and thats how you go about it. hope this helps