Hi
Here's your requested script..
But keep in mind that the FSO object in this script will not save
EVERY * message.
* it is delayed for about 7 - 10 seconds before it can save again.. otherwise it will print 'Access Denied' in the debug
It saves in it's Script directory..
For example: C:\Program Files\Messenger Plus! Live\Scripts\Logger\log.txt
You can change this. just edit the script and find the first variable (just below the comments {green text})
so if you want it to save to your desktop, you put it as:
code:
var dirSave = "%USERPROFILE%\\Desktop";
You can also change the filename of the file: log.txt
Have fun.